Shades of Kelly Green #66CC14
Tints of Kelly Green #66CC14
RGB
CMYK
RGB Variations
Color information
#66CC14 (or 0x66CC14) is known color: Kelly Green. HEX triplet: 66, CC and 14. RGB value is (102,204,20). Sum of RGB (Red+Green+Blue) = 102+204+20=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CC14 is #9933EB. Grayscale: #999999. Windows color (decimal): -10040300 or 1363046. OLE color: 1363046.
HSL color Cylindrical-coordinate representation of color #66CC14: hue angle of 93.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66CC14 is Cyan = 0.5, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 20 | - |
| CMYK | 0.5 | 0 | 0.90 | 0.2 |
| HSL | 93.26º | 0.82% | 0.44% | - |
| HSV(B) | 93.26º | 0.9% | 0.8% | - |
| XYZ | 27.2 | 46.06 | 8.12 | - |
| YUV | 152.53 | 53.21 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 20 | 0.5 | 0 | 0.90 | 0.2 | 93.26 | 0.82 | 0.44 |
| Hex | 66 | CC | 14 | 32 | 0 | 5A | 14 | 5D | 52 | 2C |
| Octal | 146 | 314 | 24 | 62 | 0 | 132 | 24 | 135 | 122 | 54 |
| Binary | 1100110 | 11001100 | 10100 | 110010 | 0 | 1011010 | 10100 | 1011101 | 1010010 | 101100 |
Color Harmonies of #66CC14
Complementary color
Monochromatic Colors of #66CC14
Black with #66CC14
Text Example
Text Example
White with #66CC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CC14; }
p { color: rgb(102,204,20); }
H1.HeaderClassName
{
color: #66CC14;
}
.AnyTagClassName
{
color: #66CC14;
}
</style>
background-color css
<style>
a { background-color: #66CC14; }
a { background-color: rgb(102,204,20); }
div.DivClassName
{
background-color: #66CC14;
}
.BgClassName
{
background-color: #66CC14;
}
</style>
border-color css
<style>
span { border-color: #66CC14; }
span { border-color: rgb(102,204,20); }
td.TdClassName
{
border-color: #66CC14;
}
.TagClassName
{
border-color: #66CC14;
}
</style>