Shades of Kelly Green #66C220
Tints of Kelly Green #66C220
RGB
CMYK
RGB Variations
Color information
#66C220 (or 0x66C220) is known color: Kelly Green. HEX triplet: 66, C2 and 20. RGB value is (102,194,32). Sum of RGB (Red+Green+Blue) = 102+194+32=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #66C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C220 is #993DDF. Grayscale: #949494. Windows color (decimal): -10042848 or 2146918. OLE color: 2146918.
HSL color Cylindrical-coordinate representation of color #66C220: hue angle of 94.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66C220 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 194 | 32 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.24 |
| HSL | 94.07º | 0.72% | 0.44% | - |
| HSV(B) | 94.07º | 0.84% | 0.76% | - |
| XYZ | 25.03 | 41.51 | 8.06 | - |
| YUV | 148.02 | 62.52 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 32 | 0.47 | 0 | 0.84 | 0.24 | 94.07 | 0.72 | 0.44 |
| Hex | 66 | C2 | 20 | 2F | 0 | 54 | 18 | 5E | 48 | 2C |
| Octal | 146 | 302 | 40 | 57 | 0 | 124 | 30 | 136 | 110 | 54 |
| Binary | 1100110 | 11000010 | 100000 | 101111 | 0 | 1010100 | 11000 | 1011110 | 1001000 | 101100 |
Color Harmonies of #66C220
Complementary color
Monochromatic Colors of #66C220
Black with #66C220
Text Example
Text Example
White with #66C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C220; }
p { color: rgb(102,194,32); }
H1.HeaderClassName
{
color: #66C220;
}
.AnyTagClassName
{
color: #66C220;
}
</style>
background-color css
<style>
a { background-color: #66C220; }
a { background-color: rgb(102,194,32); }
div.DivClassName
{
background-color: #66C220;
}
.BgClassName
{
background-color: #66C220;
}
</style>
border-color css
<style>
span { border-color: #66C220; }
span { border-color: rgb(102,194,32); }
td.TdClassName
{
border-color: #66C220;
}
.TagClassName
{
border-color: #66C220;
}
</style>