#64D878

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

Shades of Pastel Green #64D878

Tints of Pastel Green #64D878

Color information

#64D878 (or 0x64D878) is unknown color: approx Pastel Green. HEX triplet: 64, D8 and 78. RGB value is (100,216,120). Sum of RGB (Red+Green+Blue) = 100+216+120=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #64D878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D878 is #9B2787. Grayscale: #AAAAAA. Windows color (decimal): -10168200 or 7919716. OLE color: 7919716.

HSL color Cylindrical-coordinate representation of color #64D878: hue angle of 130.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D878 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB100216120-
CMYK0.5400.440.15
HSL130.34º59.79%61.96%-
HSV(B)130.34º53.7%84.71%-
XYZ33.253.1826.28-
YUV170.3799.5777.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.94%
GREEN value IS 216 (84.77% from 255) = 49.54%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=22.94%
G=49.54%
B=27.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002161200.5400.440.15130.3459.7961.96
Hex64D8783602CF823c3e
Octal14433017066054172027476
Binary11001001101100011110001101100101100111110000010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64D878; }

 p { color: rgb(100,216,120); }

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

<style>
 a { background-color: #64D878; }

 a { background-color: rgb(100,216,120); }

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

<style>
 span { border-color: #64D878; }

 span { border-color: rgb(100,216,120); }

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