Shades of Kelly Green #5DB500
Tints of Kelly Green #5DB500
RGB
CMYK
RGB Variations
Color information
#5DB500 (or 0x5DB500) is known color: Kelly Green. HEX triplet: 5D, B5 and 00. RGB value is (93,181,0). Sum of RGB (Red+Green+Blue) = 93+181+0=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 181 (71.09% from 255 or 66.06% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 181 - color contains mainly: green. Hex color #5DB500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB500 is #A24AFF. Grayscale: #868686. Windows color (decimal): -10636032 or 46429. OLE color: 46429.
HSL color Cylindrical-coordinate representation of color #5DB500: hue angle of 89.17º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DB500 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 181 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.29 |
| HSL | 89.17º | 1% | 0.35% | - |
| HSV(B) | 89.17º | 1% | 0.71% | - |
| XYZ | 21.04 | 35.37 | 5.72 | - |
| YUV | 134.05 | 52.35 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 0 | 0.49 | 0 | 1 | 0.29 | 89.17 | 1 | 0.35 |
| Hex | 5D | B5 | 0 | 31 | 0 | 64 | 1D | 59 | 64 | 23 |
| Octal | 135 | 265 | 0 | 61 | 0 | 144 | 35 | 131 | 144 | 43 |
| Binary | 1011101 | 10110101 | 0 | 110001 | 0 | 1100100 | 11101 | 1011001 | 1100100 | 100011 |
Color Harmonies of #5DB500
Complementary color
Monochromatic Colors of #5DB500
Black with #5DB500
Text Example
Text Example
White with #5DB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB500; }
p { color: rgb(93,181,0); }
H1.HeaderClassName
{
color: #5DB500;
}
.AnyTagClassName
{
color: #5DB500;
}
</style>
background-color css
<style>
a { background-color: #5DB500; }
a { background-color: rgb(93,181,0); }
div.DivClassName
{
background-color: #5DB500;
}
.BgClassName
{
background-color: #5DB500;
}
</style>
border-color css
<style>
span { border-color: #5DB500; }
span { border-color: rgb(93,181,0); }
td.TdClassName
{
border-color: #5DB500;
}
.TagClassName
{
border-color: #5DB500;
}
</style>