Shades of Kelly Green #66D916
Tints of Kelly Green #66D916
RGB
CMYK
RGB Variations
Color information
#66D916 (or 0x66D916) is known color: Kelly Green. HEX triplet: 66, D9 and 16. RGB value is (102,217,22). Sum of RGB (Red+Green+Blue) = 102+217+22=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #66D916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D916 is #9926E9. Grayscale: #A1A1A1. Windows color (decimal): -10036970 or 1497446. OLE color: 1497446.
HSL color Cylindrical-coordinate representation of color #66D916: hue angle of 95.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66D916 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 22 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.15 |
| HSL | 95.38º | 0.82% | 0.47% | - |
| HSV(B) | 95.38º | 0.9% | 0.85% | - |
| XYZ | 30.44 | 52.51 | 9.29 | - |
| YUV | 160.39 | 49.9 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 22 | 0.53 | 0 | 0.90 | 0.15 | 95.38 | 0.82 | 0.47 |
| Hex | 66 | D9 | 16 | 35 | 0 | 5A | F | 5F | 52 | 2F |
| Octal | 146 | 331 | 26 | 65 | 0 | 132 | 17 | 137 | 122 | 57 |
| Binary | 1100110 | 11011001 | 10110 | 110101 | 0 | 1011010 | 1111 | 1011111 | 1010010 | 101111 |
Color Harmonies of #66D916
Complementary color
Monochromatic Colors of #66D916
Black with #66D916
Text Example
Text Example
White with #66D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D916; }
p { color: rgb(102,217,22); }
H1.HeaderClassName
{
color: #66D916;
}
.AnyTagClassName
{
color: #66D916;
}
</style>
background-color css
<style>
a { background-color: #66D916; }
a { background-color: rgb(102,217,22); }
div.DivClassName
{
background-color: #66D916;
}
.BgClassName
{
background-color: #66D916;
}
</style>
border-color css
<style>
span { border-color: #66D916; }
span { border-color: rgb(102,217,22); }
td.TdClassName
{
border-color: #66D916;
}
.TagClassName
{
border-color: #66D916;
}
</style>