#64DA78

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

Shades of Pastel Green #64DA78

Tints of Pastel Green #64DA78

Color information

#64DA78 (or 0x64DA78) is unknown color: approx Pastel Green. HEX triplet: 64, DA and 78. RGB value is (100,218,120). Sum of RGB (Red+Green+Blue) = 100+218+120=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA78 is #9B2587. Grayscale: #ABABAB. Windows color (decimal): -10167688 or 7920228. OLE color: 7920228.

HSL color Cylindrical-coordinate representation of color #64DA78: hue angle of 130.17º degrees, saturation: 0.61, 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 #64DA78 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB100218120-
CMYK0.5400.450.15
HSL130.17º61.46%62.35%-
HSV(B)130.17º54.13%85.49%-
XYZ33.7254.2126.46-
YUV171.5598.9176.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.83%
GREEN value IS 218 (85.55% from 255) = 49.77%
BLUE value IS 120 (47.27% from 255) = 27.40%
R=22.83%
G=49.77%
B=27.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002181200.5400.450.15130.1761.4662.35
Hex64DA783602DF823d3e
Octal14433217066055172027576
Binary11001001101101011110001101100101101111110000010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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