#65E380

Color #65E380 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #65E380

Tints of Pastel Green #65E380

Color information

#65E380 (or 0x65E380) is unknown color: approx Pastel Green. HEX triplet: 65, E3 and 80. RGB value is (101,227,128). Sum of RGB (Red+Green+Blue) = 101+227+128=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #65E380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E380 is #9A1C7F. Grayscale: #B2B2B2. Windows color (decimal): -10099840 or 8446821. OLE color: 8446821.

HSL color Cylindrical-coordinate representation of color #65E380: hue angle of 132.86º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E380 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB101227128-
CMYK0.5600.440.11
HSL132.86º69.23%64.31%-
HSV(B)132.86º55.51%89.02%-
XYZ36.7359.2629.93-
YUV178.0499.7673.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 22.15%
GREEN value IS 227 (89.06% from 255) = 49.78%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=22.15%
G=49.78%
B=28.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012271280.5600.440.11132.8669.2364.31
Hex65E3803802CB854540
Octal1453432007005413205105100
Binary11001011110001110000000111000010110010111000010110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65E380; }

 p { color: rgb(101,227,128); }

 H1.HeaderClassName
 {
   color: #65E380;
 }
 .AnyTagClassName
 {
   color: #65E380;
 }
</style>
background-color css

<style>
 a { background-color: #65E380; }

 a { background-color: rgb(101,227,128); }

 div.DivClassName
 {
   background-color: #65E380;
 }
 .BgClassName
 {
   background-color: #65E380;
 }
</style>
border-color css

<style>
 span { border-color: #65E380; }

 span { border-color: rgb(101,227,128); }

 td.TdClassName
 {
   border-color: #65E380;
 }
 .TagClassName
 {
   border-color: #65E380;
 }
</style>