Shades of Kelly Green #66CE14
Tints of Kelly Green #66CE14
RGB
CMYK
RGB Variations
Color information
#66CE14 (or 0x66CE14) is known color: Kelly Green. HEX triplet: 66, CE and 14. RGB value is (102,206,20). Sum of RGB (Red+Green+Blue) = 102+206+20=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CE14 is #9931EB. Grayscale: #9A9A9A. Windows color (decimal): -10039788 or 1363558. OLE color: 1363558.
HSL color Cylindrical-coordinate representation of color #66CE14: hue angle of 93.55º 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 #66CE14 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 206 | 20 | - |
| CMYK | 0.50 | 0 | 0.90 | 0.19 |
| HSL | 93.55º | 0.82% | 0.44% | - |
| HSV(B) | 93.55º | 0.9% | 0.81% | - |
| XYZ | 27.68 | 47.02 | 8.28 | - |
| YUV | 153.7 | 52.54 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 20 | 0.50 | 0 | 0.90 | 0.19 | 93.55 | 0.82 | 0.44 |
| Hex | 66 | CE | 14 | 32 | 0 | 5A | 13 | 5E | 52 | 2C |
| Octal | 146 | 316 | 24 | 62 | 0 | 132 | 23 | 136 | 122 | 54 |
| Binary | 1100110 | 11001110 | 10100 | 110010 | 0 | 1011010 | 10011 | 1011110 | 1010010 | 101100 |
Color Harmonies of #66CE14
Complementary color
Monochromatic Colors of #66CE14
Black with #66CE14
Text Example
Text Example
White with #66CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CE14; }
p { color: rgb(102,206,20); }
H1.HeaderClassName
{
color: #66CE14;
}
.AnyTagClassName
{
color: #66CE14;
}
</style>
background-color css
<style>
a { background-color: #66CE14; }
a { background-color: rgb(102,206,20); }
div.DivClassName
{
background-color: #66CE14;
}
.BgClassName
{
background-color: #66CE14;
}
</style>
border-color css
<style>
span { border-color: #66CE14; }
span { border-color: rgb(102,206,20); }
td.TdClassName
{
border-color: #66CE14;
}
.TagClassName
{
border-color: #66CE14;
}
</style>