Shades of Kelly Green #66CC16
Tints of Kelly Green #66CC16
RGB
CMYK
RGB Variations
Color information
#66CC16 (or 0x66CC16) is known color: Kelly Green. HEX triplet: 66, CC and 16. RGB value is (102,204,22). Sum of RGB (Red+Green+Blue) = 102+204+22=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 204 (80.08% from 255 or 62.20% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CC16 is #9933E9. Grayscale: #999999. Windows color (decimal): -10040298 or 1494118. OLE color: 1494118.
HSL color Cylindrical-coordinate representation of color #66CC16: hue angle of 93.63º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66CC16 is Cyan = 0.5, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 22 | - |
| CMYK | 0.5 | 0 | 0.89 | 0.2 |
| HSL | 93.63º | 0.81% | 0.44% | - |
| HSV(B) | 93.63º | 0.89% | 0.8% | - |
| XYZ | 27.22 | 46.07 | 8.22 | - |
| YUV | 152.75 | 54.21 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 22 | 0.5 | 0 | 0.89 | 0.2 | 93.63 | 0.81 | 0.44 |
| Hex | 66 | CC | 16 | 32 | 0 | 59 | 14 | 5E | 51 | 2C |
| Octal | 146 | 314 | 26 | 62 | 0 | 131 | 24 | 136 | 121 | 54 |
| Binary | 1100110 | 11001100 | 10110 | 110010 | 0 | 1011001 | 10100 | 1011110 | 1010001 | 101100 |
Color Harmonies of #66CC16
Complementary color
Monochromatic Colors of #66CC16
Black with #66CC16
Text Example
Text Example
White with #66CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC16; }
p { color: rgb(102,204,22); }
H1.HeaderClassName
{
color: #66CC16;
}
.AnyTagClassName
{
color: #66CC16;
}
</style>
background-color css
<style>
a { background-color: #66CC16; }
a { background-color: rgb(102,204,22); }
div.DivClassName
{
background-color: #66CC16;
}
.BgClassName
{
background-color: #66CC16;
}
</style>
border-color css
<style>
span { border-color: #66CC16; }
span { border-color: rgb(102,204,22); }
td.TdClassName
{
border-color: #66CC16;
}
.TagClassName
{
border-color: #66CC16;
}
</style>