Shades of Kelly Green #66D20C
Tints of Kelly Green #66D20C
RGB
CMYK
RGB Variations
Color information
#66D20C (or 0x66D20C) is known color: Kelly Green. HEX triplet: 66, D2 and 0C. RGB value is (102,210,12). Sum of RGB (Red+Green+Blue) = 102+210+12=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 210 (82.42% from 255 or 64.81% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 210 - color contains mainly: green. Hex color #66D20C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D20C is #992DF3. Grayscale: #9B9B9B. Windows color (decimal): -10038772 or 840294. OLE color: 840294.
HSL color Cylindrical-coordinate representation of color #66D20C: hue angle of 92.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66D20C is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 210 | 12 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.18 |
| HSL | 92.73º | 0.89% | 0.44% | - |
| HSV(B) | 92.73º | 0.94% | 0.82% | - |
| XYZ | 28.59 | 48.94 | 8.29 | - |
| YUV | 155.14 | 47.22 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 210 | 12 | 0.51 | 0 | 0.94 | 0.18 | 92.73 | 0.89 | 0.44 |
| Hex | 66 | D2 | C | 33 | 0 | 5E | 12 | 5D | 59 | 2C |
| Octal | 146 | 322 | 14 | 63 | 0 | 136 | 22 | 135 | 131 | 54 |
| Binary | 1100110 | 11010010 | 1100 | 110011 | 0 | 1011110 | 10010 | 1011101 | 1011001 | 101100 |
Color Harmonies of #66D20C
Complementary color
Monochromatic Colors of #66D20C
Black with #66D20C
Text Example
Text Example
White with #66D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D20C; }
p { color: rgb(102,210,12); }
H1.HeaderClassName
{
color: #66D20C;
}
.AnyTagClassName
{
color: #66D20C;
}
</style>
background-color css
<style>
a { background-color: #66D20C; }
a { background-color: rgb(102,210,12); }
div.DivClassName
{
background-color: #66D20C;
}
.BgClassName
{
background-color: #66D20C;
}
</style>
border-color css
<style>
span { border-color: #66D20C; }
span { border-color: rgb(102,210,12); }
td.TdClassName
{
border-color: #66D20C;
}
.TagClassName
{
border-color: #66D20C;
}
</style>