Shades of Pastel Green #64D860
Tints of Pastel Green #64D860
RGB
CMYK
RGB Variations
Color information
#64D860 (or 0x64D860) is known color: Pastel Green. HEX triplet: 64, D8 and 60. RGB value is (100,216,96). Sum of RGB (Red+Green+Blue) = 100+216+96=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #64D860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D860 is #9B279F. Grayscale: #A8A8A8. Windows color (decimal): -10168224 or 6346852. OLE color: 6346852.
HSL color Cylindrical-coordinate representation of color #64D860: hue angle of 118º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64D860 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 96 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.15 |
| HSL | 118º | 0.61% | 0.61% | - |
| HSV(B) | 118º | 0.56% | 0.85% | - |
| XYZ | 31.92 | 52.67 | 19.55 | - |
| YUV | 167.64 | 87.57 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 96 | 0.54 | 0 | 0.56 | 0.15 | 118 | 0.61 | 0.61 |
| Hex | 64 | D8 | 60 | 36 | 0 | 38 | F | 76 | 3D | 3D |
| Octal | 144 | 330 | 140 | 66 | 0 | 70 | 17 | 166 | 75 | 75 |
| Binary | 1100100 | 11011000 | 1100000 | 110110 | 0 | 111000 | 1111 | 1110110 | 111101 | 111101 |
Color Harmonies of #64D860
Complementary color
Monochromatic Colors of #64D860
Black with #64D860
Text Example
Text Example
White with #64D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D860; }
p { color: rgb(100,216,96); }
H1.HeaderClassName
{
color: #64D860;
}
.AnyTagClassName
{
color: #64D860;
}
</style>
background-color css
<style>
a { background-color: #64D860; }
a { background-color: rgb(100,216,96); }
div.DivClassName
{
background-color: #64D860;
}
.BgClassName
{
background-color: #64D860;
}
</style>
border-color css
<style>
span { border-color: #64D860; }
span { border-color: rgb(100,216,96); }
td.TdClassName
{
border-color: #64D860;
}
.TagClassName
{
border-color: #64D860;
}
</style>