Shades of Kelly Green #5DB01D
Tints of Kelly Green #5DB01D
RGB
CMYK
RGB Variations
Color information
#5DB01D (or 0x5DB01D) is known color: Kelly Green. HEX triplet: 5D, B0 and 1D. RGB value is (93,176,29). Sum of RGB (Red+Green+Blue) = 93+176+29=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB01D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB01D is #A24FE2. Grayscale: #868686. Windows color (decimal): -10637283 or 1945693. OLE color: 1945693.
HSL color Cylindrical-coordinate representation of color #5DB01D: hue angle of 93.88º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DB01D is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 176 | 29 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.31 |
| HSL | 93.88º | 0.72% | 0.4% | - |
| HSV(B) | 93.88º | 0.84% | 0.69% | - |
| XYZ | 20.26 | 33.47 | 6.55 | - |
| YUV | 134.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 176 | 29 | 0.47 | 0 | 0.84 | 0.31 | 93.88 | 0.72 | 0.4 |
| Hex | 5D | B0 | 1D | 2F | 0 | 54 | 1F | 5E | 48 | 28 |
| Octal | 135 | 260 | 35 | 57 | 0 | 124 | 37 | 136 | 110 | 50 |
| Binary | 1011101 | 10110000 | 11101 | 101111 | 0 | 1010100 | 11111 | 1011110 | 1001000 | 101000 |
Color Harmonies of #5DB01D
Complementary color
Monochromatic Colors of #5DB01D
Black with #5DB01D
Text Example
Text Example
White with #5DB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB01D; }
p { color: rgb(93,176,29); }
H1.HeaderClassName
{
color: #5DB01D;
}
.AnyTagClassName
{
color: #5DB01D;
}
</style>
background-color css
<style>
a { background-color: #5DB01D; }
a { background-color: rgb(93,176,29); }
div.DivClassName
{
background-color: #5DB01D;
}
.BgClassName
{
background-color: #5DB01D;
}
</style>
border-color css
<style>
span { border-color: #5DB01D; }
span { border-color: rgb(93,176,29); }
td.TdClassName
{
border-color: #5DB01D;
}
.TagClassName
{
border-color: #5DB01D;
}
</style>