Shades of Pastel Green #64D863
Tints of Pastel Green #64D863
RGB
CMYK
RGB Variations
Color information
#64D863 (or 0x64D863) is known color: Pastel Green. HEX triplet: 64, D8 and 63. RGB value is (100,216,99). Sum of RGB (Red+Green+Blue) = 100+216+99=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #64D863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D863 is #9B279C. Grayscale: #A8A8A8. Windows color (decimal): -10168221 or 6543460. OLE color: 6543460.
HSL color Cylindrical-coordinate representation of color #64D863: hue angle of 119.49º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D863 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 99 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.15 |
| HSL | 119.49º | 0.6% | 0.62% | - |
| HSV(B) | 119.49º | 0.54% | 0.85% | - |
| XYZ | 32.06 | 52.72 | 20.29 | - |
| YUV | 167.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 99 | 0.54 | 0 | 0.54 | 0.15 | 119.49 | 0.6 | 0.62 |
| Hex | 64 | D8 | 63 | 36 | 0 | 36 | F | 77 | 3C | 3E |
| Octal | 144 | 330 | 143 | 66 | 0 | 66 | 17 | 167 | 74 | 76 |
| Binary | 1100100 | 11011000 | 1100011 | 110110 | 0 | 110110 | 1111 | 1110111 | 111100 | 111110 |
Color Harmonies of #64D863
Complementary color
Monochromatic Colors of #64D863
Black with #64D863
Text Example
Text Example
White with #64D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D863; }
p { color: rgb(100,216,99); }
H1.HeaderClassName
{
color: #64D863;
}
.AnyTagClassName
{
color: #64D863;
}
</style>
background-color css
<style>
a { background-color: #64D863; }
a { background-color: rgb(100,216,99); }
div.DivClassName
{
background-color: #64D863;
}
.BgClassName
{
background-color: #64D863;
}
</style>
border-color css
<style>
span { border-color: #64D863; }
span { border-color: rgb(100,216,99); }
td.TdClassName
{
border-color: #64D863;
}
.TagClassName
{
border-color: #64D863;
}
</style>