Shades of Kelly Green #5DBB1D
Tints of Kelly Green #5DBB1D
RGB
CMYK
RGB Variations
Color information
#5DBB1D (or 0x5DBB1D) is known color: Kelly Green. HEX triplet: 5D, BB and 1D. RGB value is (93,187,29). Sum of RGB (Red+Green+Blue) = 93+187+29=309 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.10% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBB1D is #A244E2. Grayscale: #8D8D8D. Windows color (decimal): -10634467 or 1948509. OLE color: 1948509.
HSL color Cylindrical-coordinate representation of color #5DBB1D: hue angle of 95.7º 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 #5DBB1D is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 29 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.27 |
| HSL | 95.7º | 0.73% | 0.42% | - |
| HSV(B) | 95.7º | 0.84% | 0.73% | - |
| XYZ | 22.51 | 37.96 | 7.3 | - |
| YUV | 140.88 | 64.86 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 29 | 0.50 | 0 | 0.84 | 0.27 | 95.7 | 0.73 | 0.42 |
| Hex | 5D | BB | 1D | 32 | 0 | 54 | 1B | 60 | 49 | 2A |
| Octal | 135 | 273 | 35 | 62 | 0 | 124 | 33 | 140 | 111 | 52 |
| Binary | 1011101 | 10111011 | 11101 | 110010 | 0 | 1010100 | 11011 | 1100000 | 1001001 | 101010 |
Color Harmonies of #5DBB1D
Complementary color
Monochromatic Colors of #5DBB1D
Black with #5DBB1D
Text Example
Text Example
White with #5DBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB1D; }
p { color: rgb(93,187,29); }
H1.HeaderClassName
{
color: #5DBB1D;
}
.AnyTagClassName
{
color: #5DBB1D;
}
</style>
background-color css
<style>
a { background-color: #5DBB1D; }
a { background-color: rgb(93,187,29); }
div.DivClassName
{
background-color: #5DBB1D;
}
.BgClassName
{
background-color: #5DBB1D;
}
</style>
border-color css
<style>
span { border-color: #5DBB1D; }
span { border-color: rgb(93,187,29); }
td.TdClassName
{
border-color: #5DBB1D;
}
.TagClassName
{
border-color: #5DBB1D;
}
</style>