#64DC70

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

Shades of Pastel Green #64DC70

Tints of Pastel Green #64DC70

Color information

#64DC70 (or 0x64DC70) is unknown color: approx Pastel Green. HEX triplet: 64, DC and 70. RGB value is (100,220,112). Sum of RGB (Red+Green+Blue) = 100+220+112=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DC70 is #9B238F. Grayscale: #ACACAC. Windows color (decimal): -10167184 or 7396452. OLE color: 7396452.

HSL color Cylindrical-coordinate representation of color #64DC70: hue angle of 126º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DC70 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB100220112-
CMYK0.5500.490.14
HSL126º63.16%62.75%-
HSV(B)126º54.55%86.27%-
XYZ33.7755.0724.18-
YUV171.8194.2476.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 220 (86.33% from 255) = 50.93%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=23.15%
G=50.93%
B=25.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002201120.5500.490.1412663.1662.75
Hex64DC7037031E7e3f3f
Octal14433416067061161767777
Binary1100100110111001110000110111011000111101111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,220,112); }

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

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

 a { background-color: rgb(100,220,112); }

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

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

 span { border-color: rgb(100,220,112); }

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