Shades of Kelly Green #66D220
Tints of Kelly Green #66D220
RGB
CMYK
RGB Variations
Color information
#66D220 (or 0x66D220) is known color: Kelly Green. HEX triplet: 66, D2 and 20. RGB value is (102,210,32). Sum of RGB (Red+Green+Blue) = 102+210+32=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #66D220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D220 is #992DDF. Grayscale: #9E9E9E. Windows color (decimal): -10038752 or 2151014. OLE color: 2151014.
HSL color Cylindrical-coordinate representation of color #66D220: hue angle of 96.4º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66D220 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 210 | 32 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.18 |
| HSL | 96.4º | 0.74% | 0.47% | - |
| HSV(B) | 96.4º | 0.85% | 0.82% | - |
| XYZ | 28.79 | 49.02 | 9.31 | - |
| YUV | 157.42 | 57.22 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 210 | 32 | 0.51 | 0 | 0.85 | 0.18 | 96.4 | 0.74 | 0.47 |
| Hex | 66 | D2 | 20 | 33 | 0 | 55 | 12 | 60 | 4A | 2F |
| Octal | 146 | 322 | 40 | 63 | 0 | 125 | 22 | 140 | 112 | 57 |
| Binary | 1100110 | 11010010 | 100000 | 110011 | 0 | 1010101 | 10010 | 1100000 | 1001010 | 101111 |
Color Harmonies of #66D220
Complementary color
Monochromatic Colors of #66D220
Black with #66D220
Text Example
Text Example
White with #66D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D220; }
p { color: rgb(102,210,32); }
H1.HeaderClassName
{
color: #66D220;
}
.AnyTagClassName
{
color: #66D220;
}
</style>
background-color css
<style>
a { background-color: #66D220; }
a { background-color: rgb(102,210,32); }
div.DivClassName
{
background-color: #66D220;
}
.BgClassName
{
background-color: #66D220;
}
</style>
border-color css
<style>
span { border-color: #66D220; }
span { border-color: rgb(102,210,32); }
td.TdClassName
{
border-color: #66D220;
}
.TagClassName
{
border-color: #66D220;
}
</style>