Shades of Kelly Green #66DB23
Tints of Kelly Green #66DB23
RGB
CMYK
RGB Variations
Color information
#66DB23 (or 0x66DB23) is known color: Kelly Green. HEX triplet: 66, DB and 23. RGB value is (102,219,35). Sum of RGB (Red+Green+Blue) = 102+219+35=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DB23 is #9924DC. Grayscale: #A3A3A3. Windows color (decimal): -10036445 or 2349926. OLE color: 2349926.
HSL color Cylindrical-coordinate representation of color #66DB23: hue angle of 98.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66DB23 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 35 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.14 |
| HSL | 98.15º | 0.72% | 0.5% | - |
| HSV(B) | 98.15º | 0.84% | 0.86% | - |
| XYZ | 31.11 | 53.61 | 10.3 | - |
| YUV | 163.04 | 55.74 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 35 | 0.53 | 0 | 0.84 | 0.14 | 98.15 | 0.72 | 0.5 |
| Hex | 66 | DB | 23 | 35 | 0 | 54 | E | 62 | 48 | 32 |
| Octal | 146 | 333 | 43 | 65 | 0 | 124 | 16 | 142 | 110 | 62 |
| Binary | 1100110 | 11011011 | 100011 | 110101 | 0 | 1010100 | 1110 | 1100010 | 1001000 | 110010 |
Color Harmonies of #66DB23
Complementary color
Monochromatic Colors of #66DB23
Black with #66DB23
Text Example
Text Example
White with #66DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DB23; }
p { color: rgb(102,219,35); }
H1.HeaderClassName
{
color: #66DB23;
}
.AnyTagClassName
{
color: #66DB23;
}
</style>
background-color css
<style>
a { background-color: #66DB23; }
a { background-color: rgb(102,219,35); }
div.DivClassName
{
background-color: #66DB23;
}
.BgClassName
{
background-color: #66DB23;
}
</style>
border-color css
<style>
span { border-color: #66DB23; }
span { border-color: rgb(102,219,35); }
td.TdClassName
{
border-color: #66DB23;
}
.TagClassName
{
border-color: #66DB23;
}
</style>