#64E872

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

Shades of Pastel Green #64E872

Tints of Pastel Green #64E872

Color information

#64E872 (or 0x64E872) is unknown color: approx Pastel Green. HEX triplet: 64, E8 and 72. RGB value is (100,232,114). Sum of RGB (Red+Green+Blue) = 100+232+114=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #64E872 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E872 is #9B178D. Grayscale: #B3B3B3. Windows color (decimal): -10164110 or 7530596. OLE color: 7530596.

HSL color Cylindrical-coordinate representation of color #64E872: hue angle of 126.36º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E872 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB100232114-
CMYK0.5700.510.09
HSL126.36º74.16%65.1%-
HSV(B)126.36º56.9%90.98%-
XYZ37.1561.6425.86-
YUV179.0891.2771.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.42%
GREEN value IS 232 (91.02% from 255) = 52.02%
BLUE value IS 114 (44.92% from 255) = 25.56%
R=22.42%
G=52.02%
B=25.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002321140.5700.510.09126.3674.1665.1
Hex64E8723903397e4a41
Octal1443501627106311176112101
Binary110010011101000111001011100101100111001111111010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,232,114); }

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

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

 a { background-color: rgb(100,232,114); }

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

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

 span { border-color: rgb(100,232,114); }

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