Shades of Pastel Green #64D855
Tints of Pastel Green #64D855
RGB
CMYK
RGB Variations
Color information
#64D855 (or 0x64D855) is known color: Pastel Green. HEX triplet: 64, D8 and 55. RGB value is (100,216,85). Sum of RGB (Red+Green+Blue) = 100+216+85=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 216 (84.77% from 255 or 53.87% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 216 - color contains mainly: green. Hex color #64D855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D855 is #9B27AA. Grayscale: #A6A6A6. Windows color (decimal): -10168235 or 5625956. OLE color: 5625956.
HSL color Cylindrical-coordinate representation of color #64D855: hue angle of 113.13º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64D855 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 85 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.15 |
| HSL | 113.13º | 0.63% | 0.59% | - |
| HSV(B) | 113.13º | 0.61% | 0.85% | - |
| XYZ | 31.45 | 52.48 | 17.07 | - |
| YUV | 166.38 | 82.07 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 85 | 0.54 | 0 | 0.61 | 0.15 | 113.13 | 0.63 | 0.59 |
| Hex | 64 | D8 | 55 | 36 | 0 | 3D | F | 71 | 3F | 3B |
| Octal | 144 | 330 | 125 | 66 | 0 | 75 | 17 | 161 | 77 | 73 |
| Binary | 1100100 | 11011000 | 1010101 | 110110 | 0 | 111101 | 1111 | 1110001 | 111111 | 111011 |
Color Harmonies of #64D855
Complementary color
Monochromatic Colors of #64D855
Black with #64D855
Text Example
Text Example
White with #64D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D855; }
p { color: rgb(100,216,85); }
H1.HeaderClassName
{
color: #64D855;
}
.AnyTagClassName
{
color: #64D855;
}
</style>
background-color css
<style>
a { background-color: #64D855; }
a { background-color: rgb(100,216,85); }
div.DivClassName
{
background-color: #64D855;
}
.BgClassName
{
background-color: #64D855;
}
</style>
border-color css
<style>
span { border-color: #64D855; }
span { border-color: rgb(100,216,85); }
td.TdClassName
{
border-color: #64D855;
}
.TagClassName
{
border-color: #64D855;
}
</style>