Shades of Kelly Green #66DA16
Tints of Kelly Green #66DA16
RGB
CMYK
RGB Variations
Color information
#66DA16 (or 0x66DA16) is known color: Kelly Green. HEX triplet: 66, DA and 16. RGB value is (102,218,22). Sum of RGB (Red+Green+Blue) = 102+218+22=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 218 (85.55% from 255 or 63.74% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DA16 is #9925E9. Grayscale: #A1A1A1. Windows color (decimal): -10036714 or 1497702. OLE color: 1497702.
HSL color Cylindrical-coordinate representation of color #66DA16: hue angle of 95.51º 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 #66DA16 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 22 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.15 |
| HSL | 95.51º | 0.82% | 0.47% | - |
| HSV(B) | 95.51º | 0.9% | 0.85% | - |
| XYZ | 30.7 | 53.03 | 9.38 | - |
| YUV | 160.97 | 49.57 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 22 | 0.53 | 0 | 0.90 | 0.15 | 95.51 | 0.82 | 0.47 |
| Hex | 66 | DA | 16 | 35 | 0 | 5A | F | 60 | 52 | 2F |
| Octal | 146 | 332 | 26 | 65 | 0 | 132 | 17 | 140 | 122 | 57 |
| Binary | 1100110 | 11011010 | 10110 | 110101 | 0 | 1011010 | 1111 | 1100000 | 1010010 | 101111 |
Color Harmonies of #66DA16
Complementary color
Monochromatic Colors of #66DA16
Black with #66DA16
Text Example
Text Example
White with #66DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DA16; }
p { color: rgb(102,218,22); }
H1.HeaderClassName
{
color: #66DA16;
}
.AnyTagClassName
{
color: #66DA16;
}
</style>
background-color css
<style>
a { background-color: #66DA16; }
a { background-color: rgb(102,218,22); }
div.DivClassName
{
background-color: #66DA16;
}
.BgClassName
{
background-color: #66DA16;
}
</style>
border-color css
<style>
span { border-color: #66DA16; }
span { border-color: rgb(102,218,22); }
td.TdClassName
{
border-color: #66DA16;
}
.TagClassName
{
border-color: #66DA16;
}
</style>