Shades of Pastel Green #64D956
Tints of Pastel Green #64D956
RGB
CMYK
RGB Variations
Color information
#64D956 (or 0x64D956) is known color: Pastel Green. HEX triplet: 64, D9 and 56. RGB value is (100,217,86). Sum of RGB (Red+Green+Blue) = 100+217+86=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #64D956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D956 is #9B26A9. Grayscale: #A7A7A7. Windows color (decimal): -10167978 or 5691748. OLE color: 5691748.
HSL color Cylindrical-coordinate representation of color #64D956: hue angle of 113.59º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64D956 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 86 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.15 |
| HSL | 113.59º | 0.63% | 0.59% | - |
| HSV(B) | 113.59º | 0.6% | 0.85% | - |
| XYZ | 31.75 | 53.01 | 17.36 | - |
| YUV | 167.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 86 | 0.54 | 0 | 0.60 | 0.15 | 113.59 | 0.63 | 0.59 |
| Hex | 64 | D9 | 56 | 36 | 0 | 3C | F | 72 | 3F | 3B |
| Octal | 144 | 331 | 126 | 66 | 0 | 74 | 17 | 162 | 77 | 73 |
| Binary | 1100100 | 11011001 | 1010110 | 110110 | 0 | 111100 | 1111 | 1110010 | 111111 | 111011 |
Color Harmonies of #64D956
Complementary color
Monochromatic Colors of #64D956
Black with #64D956
Text Example
Text Example
White with #64D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D956; }
p { color: rgb(100,217,86); }
H1.HeaderClassName
{
color: #64D956;
}
.AnyTagClassName
{
color: #64D956;
}
</style>
background-color css
<style>
a { background-color: #64D956; }
a { background-color: rgb(100,217,86); }
div.DivClassName
{
background-color: #64D956;
}
.BgClassName
{
background-color: #64D956;
}
</style>
border-color css
<style>
span { border-color: #64D956; }
span { border-color: rgb(100,217,86); }
td.TdClassName
{
border-color: #64D956;
}
.TagClassName
{
border-color: #64D956;
}
</style>