Shades of Kelly Green #5DBF0B
Tints of Kelly Green #5DBF0B
RGB
CMYK
RGB Variations
Color information
#5DBF0B (or 0x5DBF0B) is known color: Kelly Green. HEX triplet: 5D, BF and 0B. RGB value is (93,191,11). Sum of RGB (Red+Green+Blue) = 93+191+11=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 191 (75% from 255 or 64.75% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBF0B is #A240F4. Grayscale: #8D8D8D. Windows color (decimal): -10633461 or 769885. OLE color: 769885.
HSL color Cylindrical-coordinate representation of color #5DBF0B: hue angle of 92.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DBF0B is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 11 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.25 |
| HSL | 92.67º | 0.89% | 0.4% | - |
| HSV(B) | 92.67º | 0.94% | 0.75% | - |
| XYZ | 23.21 | 39.61 | 6.74 | - |
| YUV | 141.18 | 54.53 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 11 | 0.51 | 0 | 0.94 | 0.25 | 92.67 | 0.89 | 0.4 |
| Hex | 5D | BF | B | 33 | 0 | 5E | 19 | 5D | 59 | 28 |
| Octal | 135 | 277 | 13 | 63 | 0 | 136 | 31 | 135 | 131 | 50 |
| Binary | 1011101 | 10111111 | 1011 | 110011 | 0 | 1011110 | 11001 | 1011101 | 1011001 | 101000 |
Color Harmonies of #5DBF0B
Complementary color
Monochromatic Colors of #5DBF0B
Black with #5DBF0B
Text Example
Text Example
White with #5DBF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBF0B; }
p { color: rgb(93,191,11); }
H1.HeaderClassName
{
color: #5DBF0B;
}
.AnyTagClassName
{
color: #5DBF0B;
}
</style>
background-color css
<style>
a { background-color: #5DBF0B; }
a { background-color: rgb(93,191,11); }
div.DivClassName
{
background-color: #5DBF0B;
}
.BgClassName
{
background-color: #5DBF0B;
}
</style>
border-color css
<style>
span { border-color: #5DBF0B; }
span { border-color: rgb(93,191,11); }
td.TdClassName
{
border-color: #5DBF0B;
}
.TagClassName
{
border-color: #5DBF0B;
}
</style>