Shades of Kelly Green #5DB50E
Tints of Kelly Green #5DB50E
RGB
CMYK
RGB Variations
Color information
#5DB50E (or 0x5DB50E) is known color: Kelly Green. HEX triplet: 5D, B5 and 0E. RGB value is (93,181,14). Sum of RGB (Red+Green+Blue) = 93+181+14=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 181 (71.09% from 255 or 62.85% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB50E is #A24AF1. Grayscale: #888888. Windows color (decimal): -10636018 or 963933. OLE color: 963933.
HSL color Cylindrical-coordinate representation of color #5DB50E: hue angle of 91.62º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DB50E is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 14 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.29 |
| HSL | 91.62º | 0.86% | 0.38% | - |
| HSV(B) | 91.62º | 0.92% | 0.71% | - |
| XYZ | 21.12 | 35.41 | 6.14 | - |
| YUV | 135.65 | 59.35 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 14 | 0.49 | 0 | 0.92 | 0.29 | 91.62 | 0.86 | 0.38 |
| Hex | 5D | B5 | E | 31 | 0 | 5C | 1D | 5C | 56 | 26 |
| Octal | 135 | 265 | 16 | 61 | 0 | 134 | 35 | 134 | 126 | 46 |
| Binary | 1011101 | 10110101 | 1110 | 110001 | 0 | 1011100 | 11101 | 1011100 | 1010110 | 100110 |
Color Harmonies of #5DB50E
Complementary color
Monochromatic Colors of #5DB50E
Black with #5DB50E
Text Example
Text Example
White with #5DB50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB50E; }
p { color: rgb(93,181,14); }
H1.HeaderClassName
{
color: #5DB50E;
}
.AnyTagClassName
{
color: #5DB50E;
}
</style>
background-color css
<style>
a { background-color: #5DB50E; }
a { background-color: rgb(93,181,14); }
div.DivClassName
{
background-color: #5DB50E;
}
.BgClassName
{
background-color: #5DB50E;
}
</style>
border-color css
<style>
span { border-color: #5DB50E; }
span { border-color: rgb(93,181,14); }
td.TdClassName
{
border-color: #5DB50E;
}
.TagClassName
{
border-color: #5DB50E;
}
</style>