Shades of Kelly Green #66C210
Tints of Kelly Green #66C210
RGB
CMYK
RGB Variations
Color information
#66C210 (or 0x66C210) is known color: Kelly Green. HEX triplet: 66, C2 and 10. RGB value is (102,194,16). Sum of RGB (Red+Green+Blue) = 102+194+16=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #66C210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C210 is #993DEF. Grayscale: #929292. Windows color (decimal): -10042864 or 1098342. OLE color: 1098342.
HSL color Cylindrical-coordinate representation of color #66C210: hue angle of 91.01º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66C210 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 16 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.24 |
| HSL | 91.01º | 0.85% | 0.41% | - |
| HSV(B) | 91.01º | 0.92% | 0.76% | - |
| XYZ | 24.86 | 41.45 | 7.18 | - |
| YUV | 146.2 | 54.52 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 16 | 0.47 | 0 | 0.92 | 0.24 | 91.01 | 0.85 | 0.41 |
| Hex | 66 | C2 | 10 | 2F | 0 | 5C | 18 | 5B | 55 | 29 |
| Octal | 146 | 302 | 20 | 57 | 0 | 134 | 30 | 133 | 125 | 51 |
| Binary | 1100110 | 11000010 | 10000 | 101111 | 0 | 1011100 | 11000 | 1011011 | 1010101 | 101001 |
Color Harmonies of #66C210
Complementary color
Monochromatic Colors of #66C210
Black with #66C210
Text Example
Text Example
White with #66C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C210; }
p { color: rgb(102,194,16); }
H1.HeaderClassName
{
color: #66C210;
}
.AnyTagClassName
{
color: #66C210;
}
</style>
background-color css
<style>
a { background-color: #66C210; }
a { background-color: rgb(102,194,16); }
div.DivClassName
{
background-color: #66C210;
}
.BgClassName
{
background-color: #66C210;
}
</style>
border-color css
<style>
span { border-color: #66C210; }
span { border-color: rgb(102,194,16); }
td.TdClassName
{
border-color: #66C210;
}
.TagClassName
{
border-color: #66C210;
}
</style>