Shades of Kelly Green #5DBD0D
Tints of Kelly Green #5DBD0D
RGB
CMYK
RGB Variations
Color information
#5DBD0D (or 0x5DBD0D) is known color: Kelly Green. HEX triplet: 5D, BD and 0D. RGB value is (93,189,13). Sum of RGB (Red+Green+Blue) = 93+189+13=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBD0D is #A242F2. Grayscale: #8C8C8C. Windows color (decimal): -10633971 or 900445. OLE color: 900445.
HSL color Cylindrical-coordinate representation of color #5DBD0D: hue angle of 92.73º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DBD0D is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 13 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.26 |
| HSL | 92.73º | 0.87% | 0.4% | - |
| HSV(B) | 92.73º | 0.93% | 0.74% | - |
| XYZ | 22.78 | 38.75 | 6.66 | - |
| YUV | 140.23 | 56.2 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 13 | 0.51 | 0 | 0.93 | 0.26 | 92.73 | 0.87 | 0.4 |
| Hex | 5D | BD | D | 33 | 0 | 5D | 1A | 5D | 57 | 28 |
| Octal | 135 | 275 | 15 | 63 | 0 | 135 | 32 | 135 | 127 | 50 |
| Binary | 1011101 | 10111101 | 1101 | 110011 | 0 | 1011101 | 11010 | 1011101 | 1010111 | 101000 |
Color Harmonies of #5DBD0D
Complementary color
Monochromatic Colors of #5DBD0D
Black with #5DBD0D
Text Example
Text Example
White with #5DBD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD0D; }
p { color: rgb(93,189,13); }
H1.HeaderClassName
{
color: #5DBD0D;
}
.AnyTagClassName
{
color: #5DBD0D;
}
</style>
background-color css
<style>
a { background-color: #5DBD0D; }
a { background-color: rgb(93,189,13); }
div.DivClassName
{
background-color: #5DBD0D;
}
.BgClassName
{
background-color: #5DBD0D;
}
</style>
border-color css
<style>
span { border-color: #5DBD0D; }
span { border-color: rgb(93,189,13); }
td.TdClassName
{
border-color: #5DBD0D;
}
.TagClassName
{
border-color: #5DBD0D;
}
</style>