Shades of Kelly Green #5DB520
Tints of Kelly Green #5DB520
RGB
CMYK
RGB Variations
Color information
#5DB520 (or 0x5DB520) is known color: Kelly Green. HEX triplet: 5D, B5 and 20. RGB value is (93,181,32). Sum of RGB (Red+Green+Blue) = 93+181+32=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 181 (71.09% from 255 or 59.15% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB520 is #A24ADF. Grayscale: #8A8A8A. Windows color (decimal): -10636000 or 2143581. OLE color: 2143581.
HSL color Cylindrical-coordinate representation of color #5DB520: hue angle of 95.44º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5DB520 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 32 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.29 |
| HSL | 95.44º | 0.7% | 0.42% | - |
| HSV(B) | 95.44º | 0.82% | 0.71% | - |
| XYZ | 21.3 | 35.48 | 7.09 | - |
| YUV | 137.7 | 68.35 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 32 | 0.49 | 0 | 0.82 | 0.29 | 95.44 | 0.7 | 0.42 |
| Hex | 5D | B5 | 20 | 31 | 0 | 52 | 1D | 5F | 46 | 2A |
| Octal | 135 | 265 | 40 | 61 | 0 | 122 | 35 | 137 | 106 | 52 |
| Binary | 1011101 | 10110101 | 100000 | 110001 | 0 | 1010010 | 11101 | 1011111 | 1000110 | 101010 |
Color Harmonies of #5DB520
Complementary color
Monochromatic Colors of #5DB520
Black with #5DB520
Text Example
Text Example
White with #5DB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB520; }
p { color: rgb(93,181,32); }
H1.HeaderClassName
{
color: #5DB520;
}
.AnyTagClassName
{
color: #5DB520;
}
</style>
background-color css
<style>
a { background-color: #5DB520; }
a { background-color: rgb(93,181,32); }
div.DivClassName
{
background-color: #5DB520;
}
.BgClassName
{
background-color: #5DB520;
}
</style>
border-color css
<style>
span { border-color: #5DB520; }
span { border-color: rgb(93,181,32); }
td.TdClassName
{
border-color: #5DB520;
}
.TagClassName
{
border-color: #5DB520;
}
</style>