Shades of Kelly Green #66D917
Tints of Kelly Green #66D917
RGB
CMYK
RGB Variations
Color information
#66D917 (or 0x66D917) is known color: Kelly Green. HEX triplet: 66, D9 and 17. RGB value is (102,217,23). Sum of RGB (Red+Green+Blue) = 102+217+23=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #66D917 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D917 is #9926E8. Grayscale: #A1A1A1. Windows color (decimal): -10036969 or 1562982. OLE color: 1562982.
HSL color Cylindrical-coordinate representation of color #66D917: hue angle of 95.57º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66D917 is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 23 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.15 |
| HSL | 95.57º | 0.81% | 0.47% | - |
| HSV(B) | 95.57º | 0.89% | 0.85% | - |
| XYZ | 30.45 | 52.51 | 9.34 | - |
| YUV | 160.5 | 50.4 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 23 | 0.53 | 0 | 0.89 | 0.15 | 95.57 | 0.81 | 0.47 |
| Hex | 66 | D9 | 17 | 35 | 0 | 59 | F | 60 | 51 | 2F |
| Octal | 146 | 331 | 27 | 65 | 0 | 131 | 17 | 140 | 121 | 57 |
| Binary | 1100110 | 11011001 | 10111 | 110101 | 0 | 1011001 | 1111 | 1100000 | 1010001 | 101111 |
Color Harmonies of #66D917
Complementary color
Monochromatic Colors of #66D917
Black with #66D917
Text Example
Text Example
White with #66D917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D917; }
p { color: rgb(102,217,23); }
H1.HeaderClassName
{
color: #66D917;
}
.AnyTagClassName
{
color: #66D917;
}
</style>
background-color css
<style>
a { background-color: #66D917; }
a { background-color: rgb(102,217,23); }
div.DivClassName
{
background-color: #66D917;
}
.BgClassName
{
background-color: #66D917;
}
</style>
border-color css
<style>
span { border-color: #66D917; }
span { border-color: rgb(102,217,23); }
td.TdClassName
{
border-color: #66D917;
}
.TagClassName
{
border-color: #66D917;
}
</style>