Shades of Kelly Green #5DDB0C
Tints of Kelly Green #5DDB0C
RGB
CMYK
RGB Variations
Color information
#5DDB0C (or 0x5DDB0C) is known color: Kelly Green. HEX triplet: 5D, DB and 0C. RGB value is (93,219,12). Sum of RGB (Red+Green+Blue) = 93+219+12=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 219 (85.94% from 255 or 67.59% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDB0C is #A224F3. Grayscale: #9E9E9E. Windows color (decimal): -10626292 or 842589. OLE color: 842589.
HSL color Cylindrical-coordinate representation of color #5DDB0C: hue angle of 96.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5DDB0C is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 12 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.14 |
| HSL | 96.52º | 0.9% | 0.45% | - |
| HSV(B) | 96.52º | 0.95% | 0.86% | - |
| XYZ | 29.91 | 53.02 | 9 | - |
| YUV | 157.73 | 45.76 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 12 | 0.58 | 0 | 0.95 | 0.14 | 96.52 | 0.9 | 0.45 |
| Hex | 5D | DB | C | 3A | 0 | 5F | E | 61 | 5A | 2D |
| Octal | 135 | 333 | 14 | 72 | 0 | 137 | 16 | 141 | 132 | 55 |
| Binary | 1011101 | 11011011 | 1100 | 111010 | 0 | 1011111 | 1110 | 1100001 | 1011010 | 101101 |
Color Harmonies of #5DDB0C
Complementary color
Monochromatic Colors of #5DDB0C
Black with #5DDB0C
Text Example
Text Example
White with #5DDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB0C; }
p { color: rgb(93,219,12); }
H1.HeaderClassName
{
color: #5DDB0C;
}
.AnyTagClassName
{
color: #5DDB0C;
}
</style>
background-color css
<style>
a { background-color: #5DDB0C; }
a { background-color: rgb(93,219,12); }
div.DivClassName
{
background-color: #5DDB0C;
}
.BgClassName
{
background-color: #5DDB0C;
}
</style>
border-color css
<style>
span { border-color: #5DDB0C; }
span { border-color: rgb(93,219,12); }
td.TdClassName
{
border-color: #5DDB0C;
}
.TagClassName
{
border-color: #5DDB0C;
}
</style>