Shades of Kelly Green #66DA14
Tints of Kelly Green #66DA14
RGB
CMYK
RGB Variations
Color information
#66DA14 (or 0x66DA14) is known color: Kelly Green. HEX triplet: 66, DA and 14. RGB value is (102,218,20). Sum of RGB (Red+Green+Blue) = 102+218+20=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 218 (85.55% from 255 or 64.12% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DA14 is #9925EB. Grayscale: #A1A1A1. Windows color (decimal): -10036716 or 1366630. OLE color: 1366630.
HSL color Cylindrical-coordinate representation of color #66DA14: hue angle of 95.15º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66DA14 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 218 | 20 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.15 |
| HSL | 95.15º | 0.83% | 0.47% | - |
| HSV(B) | 95.15º | 0.91% | 0.85% | - |
| XYZ | 30.68 | 53.02 | 9.28 | - |
| YUV | 160.74 | 48.57 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 20 | 0.53 | 0 | 0.91 | 0.15 | 95.15 | 0.83 | 0.47 |
| Hex | 66 | DA | 14 | 35 | 0 | 5B | F | 5F | 53 | 2F |
| Octal | 146 | 332 | 24 | 65 | 0 | 133 | 17 | 137 | 123 | 57 |
| Binary | 1100110 | 11011010 | 10100 | 110101 | 0 | 1011011 | 1111 | 1011111 | 1010011 | 101111 |
Color Harmonies of #66DA14
Complementary color
Monochromatic Colors of #66DA14
Black with #66DA14
Text Example
Text Example
White with #66DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DA14; }
p { color: rgb(102,218,20); }
H1.HeaderClassName
{
color: #66DA14;
}
.AnyTagClassName
{
color: #66DA14;
}
</style>
background-color css
<style>
a { background-color: #66DA14; }
a { background-color: rgb(102,218,20); }
div.DivClassName
{
background-color: #66DA14;
}
.BgClassName
{
background-color: #66DA14;
}
</style>
border-color css
<style>
span { border-color: #66DA14; }
span { border-color: rgb(102,218,20); }
td.TdClassName
{
border-color: #66DA14;
}
.TagClassName
{
border-color: #66DA14;
}
</style>