Shades of Kelly Green #5DBD13
Tints of Kelly Green #5DBD13
RGB
CMYK
RGB Variations
Color information
#5DBD13 (or 0x5DBD13) is known color: Kelly Green. HEX triplet: 5D, BD and 13. RGB value is (93,189,19). Sum of RGB (Red+Green+Blue) = 93+189+19=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 189 (74.22% from 255 or 62.79% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBD13 is #A242EC. Grayscale: #8D8D8D. Windows color (decimal): -10633965 or 1293661. OLE color: 1293661.
HSL color Cylindrical-coordinate representation of color #5DBD13: hue angle of 93.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DBD13 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 19 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.26 |
| HSL | 93.88º | 0.82% | 0.41% | - |
| HSV(B) | 93.88º | 0.9% | 0.74% | - |
| XYZ | 22.83 | 38.77 | 6.9 | - |
| YUV | 140.92 | 59.2 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 19 | 0.51 | 0 | 0.90 | 0.26 | 93.88 | 0.82 | 0.41 |
| Hex | 5D | BD | 13 | 33 | 0 | 5A | 1A | 5E | 52 | 29 |
| Octal | 135 | 275 | 23 | 63 | 0 | 132 | 32 | 136 | 122 | 51 |
| Binary | 1011101 | 10111101 | 10011 | 110011 | 0 | 1011010 | 11010 | 1011110 | 1010010 | 101001 |
Color Harmonies of #5DBD13
Complementary color
Monochromatic Colors of #5DBD13
Black with #5DBD13
Text Example
Text Example
White with #5DBD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD13; }
p { color: rgb(93,189,19); }
H1.HeaderClassName
{
color: #5DBD13;
}
.AnyTagClassName
{
color: #5DBD13;
}
</style>
background-color css
<style>
a { background-color: #5DBD13; }
a { background-color: rgb(93,189,19); }
div.DivClassName
{
background-color: #5DBD13;
}
.BgClassName
{
background-color: #5DBD13;
}
</style>
border-color css
<style>
span { border-color: #5DBD13; }
span { border-color: rgb(93,189,19); }
td.TdClassName
{
border-color: #5DBD13;
}
.TagClassName
{
border-color: #5DBD13;
}
</style>