Shades of Kelly Green #64CE14
Tints of Kelly Green #64CE14
RGB
CMYK
RGB Variations
Color information
#64CE14 (or 0x64CE14) is known color: Kelly Green. HEX triplet: 64, CE and 14. RGB value is (100,206,20). Sum of RGB (Red+Green+Blue) = 100+206+20=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #64CE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CE14 is #9B31EB. Grayscale: #999999. Windows color (decimal): -10170860 or 1363556. OLE color: 1363556.
HSL color Cylindrical-coordinate representation of color #64CE14: hue angle of 94.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64CE14 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 206 | 20 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.19 |
| HSL | 94.19º | 0.82% | 0.44% | - |
| HSV(B) | 94.19º | 0.9% | 0.81% | - |
| XYZ | 27.45 | 46.9 | 8.27 | - |
| YUV | 153.1 | 52.88 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 20 | 0.51 | 0 | 0.90 | 0.19 | 94.19 | 0.82 | 0.44 |
| Hex | 64 | CE | 14 | 33 | 0 | 5A | 13 | 5E | 52 | 2C |
| Octal | 144 | 316 | 24 | 63 | 0 | 132 | 23 | 136 | 122 | 54 |
| Binary | 1100100 | 11001110 | 10100 | 110011 | 0 | 1011010 | 10011 | 1011110 | 1010010 | 101100 |
Color Harmonies of #64CE14
Complementary color
Monochromatic Colors of #64CE14
Black with #64CE14
Text Example
Text Example
White with #64CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CE14; }
p { color: rgb(100,206,20); }
H1.HeaderClassName
{
color: #64CE14;
}
.AnyTagClassName
{
color: #64CE14;
}
</style>
background-color css
<style>
a { background-color: #64CE14; }
a { background-color: rgb(100,206,20); }
div.DivClassName
{
background-color: #64CE14;
}
.BgClassName
{
background-color: #64CE14;
}
</style>
border-color css
<style>
span { border-color: #64CE14; }
span { border-color: rgb(100,206,20); }
td.TdClassName
{
border-color: #64CE14;
}
.TagClassName
{
border-color: #64CE14;
}
</style>