Shades of Kelly Green #66D620
Tints of Kelly Green #66D620
RGB
CMYK
RGB Variations
Color information
#66D620 (or 0x66D620) is known color: Kelly Green. HEX triplet: 66, D6 and 20. RGB value is (102,214,32). Sum of RGB (Red+Green+Blue) = 102+214+32=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #66D620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D620 is #9929DF. Grayscale: #A0A0A0. Windows color (decimal): -10037728 or 2152038. OLE color: 2152038.
HSL color Cylindrical-coordinate representation of color #66D620: hue angle of 96.92º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66D620 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 32 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.16 |
| HSL | 96.92º | 0.74% | 0.48% | - |
| HSV(B) | 96.92º | 0.85% | 0.84% | - |
| XYZ | 29.79 | 51.02 | 9.64 | - |
| YUV | 159.76 | 55.89 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 32 | 0.52 | 0 | 0.85 | 0.16 | 96.92 | 0.74 | 0.48 |
| Hex | 66 | D6 | 20 | 34 | 0 | 55 | 10 | 61 | 4A | 30 |
| Octal | 146 | 326 | 40 | 64 | 0 | 125 | 20 | 141 | 112 | 60 |
| Binary | 1100110 | 11010110 | 100000 | 110100 | 0 | 1010101 | 10000 | 1100001 | 1001010 | 110000 |
Color Harmonies of #66D620
Complementary color
Monochromatic Colors of #66D620
Black with #66D620
Text Example
Text Example
White with #66D620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D620; }
p { color: rgb(102,214,32); }
H1.HeaderClassName
{
color: #66D620;
}
.AnyTagClassName
{
color: #66D620;
}
</style>
background-color css
<style>
a { background-color: #66D620; }
a { background-color: rgb(102,214,32); }
div.DivClassName
{
background-color: #66D620;
}
.BgClassName
{
background-color: #66D620;
}
</style>
border-color css
<style>
span { border-color: #66D620; }
span { border-color: rgb(102,214,32); }
td.TdClassName
{
border-color: #66D620;
}
.TagClassName
{
border-color: #66D620;
}
</style>