Shades of Kelly Green #66DB2B
Tints of Kelly Green #66DB2B
RGB
CMYK
RGB Variations
Color information
#66DB2B (or 0x66DB2B) is known color: Kelly Green. HEX triplet: 66, DB and 2B. RGB value is (102,219,43). Sum of RGB (Red+Green+Blue) = 102+219+43=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 219 (85.94% from 255 or 60.16% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DB2B is #9924D4. Grayscale: #A4A4A4. Windows color (decimal): -10036437 or 2874214. OLE color: 2874214.
HSL color Cylindrical-coordinate representation of color #66DB2B: hue angle of 99.89º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66DB2B is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 43 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.14 |
| HSL | 99.89º | 0.71% | 0.51% | - |
| HSV(B) | 99.89º | 0.8% | 0.86% | - |
| XYZ | 31.25 | 53.66 | 11 | - |
| YUV | 163.95 | 59.74 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 43 | 0.53 | 0 | 0.80 | 0.14 | 99.89 | 0.71 | 0.51 |
| Hex | 66 | DB | 2B | 35 | 0 | 50 | E | 64 | 47 | 33 |
| Octal | 146 | 333 | 53 | 65 | 0 | 120 | 16 | 144 | 107 | 63 |
| Binary | 1100110 | 11011011 | 101011 | 110101 | 0 | 1010000 | 1110 | 1100100 | 1000111 | 110011 |
Color Harmonies of #66DB2B
Complementary color
Monochromatic Colors of #66DB2B
Black with #66DB2B
Text Example
Text Example
White with #66DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB2B; }
p { color: rgb(102,219,43); }
H1.HeaderClassName
{
color: #66DB2B;
}
.AnyTagClassName
{
color: #66DB2B;
}
</style>
background-color css
<style>
a { background-color: #66DB2B; }
a { background-color: rgb(102,219,43); }
div.DivClassName
{
background-color: #66DB2B;
}
.BgClassName
{
background-color: #66DB2B;
}
</style>
border-color css
<style>
span { border-color: #66DB2B; }
span { border-color: rgb(102,219,43); }
td.TdClassName
{
border-color: #66DB2B;
}
.TagClassName
{
border-color: #66DB2B;
}
</style>