Shades of Pastel Green #64E86E
Tints of Pastel Green #64E86E
RGB
CMYK
RGB Variations
Color information
#64E86E (or 0x64E86E) is known color: Pastel Green. HEX triplet: 64, E8 and 6E. RGB value is (100,232,110). Sum of RGB (Red+Green+Blue) = 100+232+110=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #64E86E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E86E is #9B1791. Grayscale: #B2B2B2. Windows color (decimal): -10164114 or 7268452. OLE color: 7268452.
HSL color Cylindrical-coordinate representation of color #64E86E: hue angle of 124.55º 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 #64E86E is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 232 | 110 | - |
| CMYK | 0.57 | 0 | 0.53 | 0.09 |
| HSL | 124.55º | 0.74% | 0.65% | - |
| HSV(B) | 124.55º | 0.57% | 0.91% | - |
| XYZ | 36.93 | 61.55 | 24.69 | - |
| YUV | 178.62 | 89.27 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 232 | 110 | 0.57 | 0 | 0.53 | 0.09 | 124.55 | 0.74 | 0.65 |
| Hex | 64 | E8 | 6E | 39 | 0 | 35 | 9 | 7D | 4A | 41 |
| Octal | 144 | 350 | 156 | 71 | 0 | 65 | 11 | 175 | 112 | 101 |
| Binary | 1100100 | 11101000 | 1101110 | 111001 | 0 | 110101 | 1001 | 1111101 | 1001010 | 1000001 |
Color Harmonies of #64E86E
Complementary color
Monochromatic Colors of #64E86E
Black with #64E86E
Text Example
Text Example
White with #64E86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E86E; }
p { color: rgb(100,232,110); }
H1.HeaderClassName
{
color: #64E86E;
}
.AnyTagClassName
{
color: #64E86E;
}
</style>
background-color css
<style>
a { background-color: #64E86E; }
a { background-color: rgb(100,232,110); }
div.DivClassName
{
background-color: #64E86E;
}
.BgClassName
{
background-color: #64E86E;
}
</style>
border-color css
<style>
span { border-color: #64E86E; }
span { border-color: rgb(100,232,110); }
td.TdClassName
{
border-color: #64E86E;
}
.TagClassName
{
border-color: #64E86E;
}
</style>