Shades of Kelly Green #5BAC0B
Tints of Kelly Green #5BAC0B
RGB
CMYK
RGB Variations
Color information
#5BAC0B (or 0x5BAC0B) is known color: Kelly Green. HEX triplet: 5B, AC and 0B. RGB value is (91,172,11). Sum of RGB (Red+Green+Blue) = 91+172+11=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 172 (67.58% from 255 or 62.77% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAC0B is #A453F4. Grayscale: #818181. Windows color (decimal): -10769397 or 765019. OLE color: 765019.
HSL color Cylindrical-coordinate representation of color #5BAC0B: hue angle of 90.19º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BAC0B is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 11 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.33 |
| HSL | 90.19º | 0.88% | 0.36% | - |
| HSV(B) | 90.19º | 0.94% | 0.67% | - |
| XYZ | 19.13 | 31.75 | 5.44 | - |
| YUV | 129.43 | 61.16 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 11 | 0.47 | 0 | 0.94 | 0.33 | 90.19 | 0.88 | 0.36 |
| Hex | 5B | AC | B | 2F | 0 | 5E | 21 | 5A | 58 | 24 |
| Octal | 133 | 254 | 13 | 57 | 0 | 136 | 41 | 132 | 130 | 44 |
| Binary | 1011011 | 10101100 | 1011 | 101111 | 0 | 1011110 | 100001 | 1011010 | 1011000 | 100100 |
Color Harmonies of #5BAC0B
Complementary color
Monochromatic Colors of #5BAC0B
Black with #5BAC0B
Text Example
Text Example
White with #5BAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC0B; }
p { color: rgb(91,172,11); }
H1.HeaderClassName
{
color: #5BAC0B;
}
.AnyTagClassName
{
color: #5BAC0B;
}
</style>
background-color css
<style>
a { background-color: #5BAC0B; }
a { background-color: rgb(91,172,11); }
div.DivClassName
{
background-color: #5BAC0B;
}
.BgClassName
{
background-color: #5BAC0B;
}
</style>
border-color css
<style>
span { border-color: #5BAC0B; }
span { border-color: rgb(91,172,11); }
td.TdClassName
{
border-color: #5BAC0B;
}
.TagClassName
{
border-color: #5BAC0B;
}
</style>