Shades of Kelly Green #66DB2C
Tints of Kelly Green #66DB2C
RGB
CMYK
RGB Variations
Color information
#66DB2C (or 0x66DB2C) is known color: Kelly Green. HEX triplet: 66, DB and 2C. RGB value is (102,219,44). Sum of RGB (Red+Green+Blue) = 102+219+44=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 219 (85.94% from 255 or 60% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DB2C is #9924D3. Grayscale: #A4A4A4. Windows color (decimal): -10036436 or 2939750. OLE color: 2939750.
HSL color Cylindrical-coordinate representation of color #66DB2C: hue angle of 100.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66DB2C is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 44 | - |
| CMYK | 0.53 | 0 | 0.80 | 0.14 |
| HSL | 100.11º | 0.71% | 0.52% | - |
| HSV(B) | 100.11º | 0.8% | 0.86% | - |
| XYZ | 31.27 | 53.67 | 11.09 | - |
| YUV | 164.07 | 60.24 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 44 | 0.53 | 0 | 0.80 | 0.14 | 100.11 | 0.71 | 0.52 |
| Hex | 66 | DB | 2C | 35 | 0 | 50 | E | 64 | 47 | 34 |
| Octal | 146 | 333 | 54 | 65 | 0 | 120 | 16 | 144 | 107 | 64 |
| Binary | 1100110 | 11011011 | 101100 | 110101 | 0 | 1010000 | 1110 | 1100100 | 1000111 | 110100 |
Color Harmonies of #66DB2C
Complementary color
Monochromatic Colors of #66DB2C
Black with #66DB2C
Text Example
Text Example
White with #66DB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB2C; }
p { color: rgb(102,219,44); }
H1.HeaderClassName
{
color: #66DB2C;
}
.AnyTagClassName
{
color: #66DB2C;
}
</style>
background-color css
<style>
a { background-color: #66DB2C; }
a { background-color: rgb(102,219,44); }
div.DivClassName
{
background-color: #66DB2C;
}
.BgClassName
{
background-color: #66DB2C;
}
</style>
border-color css
<style>
span { border-color: #66DB2C; }
span { border-color: rgb(102,219,44); }
td.TdClassName
{
border-color: #66DB2C;
}
.TagClassName
{
border-color: #66DB2C;
}
</style>