Shades of Kelly Green #5DBA1D
Tints of Kelly Green #5DBA1D
RGB
CMYK
RGB Variations
Color information
#5DBA1D (or 0x5DBA1D) is known color: Kelly Green. HEX triplet: 5D, BA and 1D. RGB value is (93,186,29). Sum of RGB (Red+Green+Blue) = 93+186+29=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBA1D is #A245E2. Grayscale: #8C8C8C. Windows color (decimal): -10634723 or 1948253. OLE color: 1948253.
HSL color Cylindrical-coordinate representation of color #5DBA1D: hue angle of 95.54º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DBA1D is Cyan = 0.5, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 186 | 29 | - |
| CMYK | 0.5 | 0 | 0.84 | 0.27 |
| HSL | 95.54º | 0.73% | 0.42% | - |
| HSV(B) | 95.54º | 0.84% | 0.73% | - |
| XYZ | 22.29 | 37.53 | 7.23 | - |
| YUV | 140.3 | 65.19 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 186 | 29 | 0.5 | 0 | 0.84 | 0.27 | 95.54 | 0.73 | 0.42 |
| Hex | 5D | BA | 1D | 32 | 0 | 54 | 1B | 60 | 49 | 2A |
| Octal | 135 | 272 | 35 | 62 | 0 | 124 | 33 | 140 | 111 | 52 |
| Binary | 1011101 | 10111010 | 11101 | 110010 | 0 | 1010100 | 11011 | 1100000 | 1001001 | 101010 |
Color Harmonies of #5DBA1D
Complementary color
Monochromatic Colors of #5DBA1D
Black with #5DBA1D
Text Example
Text Example
White with #5DBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBA1D; }
p { color: rgb(93,186,29); }
H1.HeaderClassName
{
color: #5DBA1D;
}
.AnyTagClassName
{
color: #5DBA1D;
}
</style>
background-color css
<style>
a { background-color: #5DBA1D; }
a { background-color: rgb(93,186,29); }
div.DivClassName
{
background-color: #5DBA1D;
}
.BgClassName
{
background-color: #5DBA1D;
}
</style>
border-color css
<style>
span { border-color: #5DBA1D; }
span { border-color: rgb(93,186,29); }
td.TdClassName
{
border-color: #5DBA1D;
}
.TagClassName
{
border-color: #5DBA1D;
}
</style>