Shades of Kelly Green #5DB50F
Tints of Kelly Green #5DB50F
RGB
CMYK
RGB Variations
Color information
#5DB50F (or 0x5DB50F) is known color: Kelly Green. HEX triplet: 5D, B5 and 0F. RGB value is (93,181,15). Sum of RGB (Red+Green+Blue) = 93+181+15=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 181 (71.09% from 255 or 62.63% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB50F is #A24AF0. Grayscale: #888888. Windows color (decimal): -10636017 or 1029469. OLE color: 1029469.
HSL color Cylindrical-coordinate representation of color #5DB50F: hue angle of 91.81º degrees, saturation: 0.85, 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 #5DB50F is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 15 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.29 |
| HSL | 91.81º | 0.85% | 0.38% | - |
| HSV(B) | 91.81º | 0.92% | 0.71% | - |
| XYZ | 21.12 | 35.41 | 6.17 | - |
| YUV | 135.76 | 59.85 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 15 | 0.49 | 0 | 0.92 | 0.29 | 91.81 | 0.85 | 0.38 |
| Hex | 5D | B5 | F | 31 | 0 | 5C | 1D | 5C | 55 | 26 |
| Octal | 135 | 265 | 17 | 61 | 0 | 134 | 35 | 134 | 125 | 46 |
| Binary | 1011101 | 10110101 | 1111 | 110001 | 0 | 1011100 | 11101 | 1011100 | 1010101 | 100110 |
Color Harmonies of #5DB50F
Complementary color
Monochromatic Colors of #5DB50F
Black with #5DB50F
Text Example
Text Example
White with #5DB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB50F; }
p { color: rgb(93,181,15); }
H1.HeaderClassName
{
color: #5DB50F;
}
.AnyTagClassName
{
color: #5DB50F;
}
</style>
background-color css
<style>
a { background-color: #5DB50F; }
a { background-color: rgb(93,181,15); }
div.DivClassName
{
background-color: #5DB50F;
}
.BgClassName
{
background-color: #5DB50F;
}
</style>
border-color css
<style>
span { border-color: #5DB50F; }
span { border-color: rgb(93,181,15); }
td.TdClassName
{
border-color: #5DB50F;
}
.TagClassName
{
border-color: #5DB50F;
}
</style>