Shades of Kelly Green #5BAC0E
Tints of Kelly Green #5BAC0E
RGB
CMYK
RGB Variations
Color information
#5BAC0E (or 0x5BAC0E) is known color: Kelly Green. HEX triplet: 5B, AC and 0E. RGB value is (91,172,14). Sum of RGB (Red+Green+Blue) = 91+172+14=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAC0E is #A453F1. Grayscale: #828282. Windows color (decimal): -10769394 or 961627. OLE color: 961627.
HSL color Cylindrical-coordinate representation of color #5BAC0E: hue angle of 90.76º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5BAC0E is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 14 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.33 |
| HSL | 90.76º | 0.85% | 0.36% | - |
| HSV(B) | 90.76º | 0.92% | 0.67% | - |
| XYZ | 19.15 | 31.76 | 5.54 | - |
| YUV | 129.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 14 | 0.47 | 0 | 0.92 | 0.33 | 90.76 | 0.85 | 0.36 |
| Hex | 5B | AC | E | 2F | 0 | 5C | 21 | 5B | 55 | 24 |
| Octal | 133 | 254 | 16 | 57 | 0 | 134 | 41 | 133 | 125 | 44 |
| Binary | 1011011 | 10101100 | 1110 | 101111 | 0 | 1011100 | 100001 | 1011011 | 1010101 | 100100 |
Color Harmonies of #5BAC0E
Complementary color
Monochromatic Colors of #5BAC0E
Black with #5BAC0E
Text Example
Text Example
White with #5BAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC0E; }
p { color: rgb(91,172,14); }
H1.HeaderClassName
{
color: #5BAC0E;
}
.AnyTagClassName
{
color: #5BAC0E;
}
</style>
background-color css
<style>
a { background-color: #5BAC0E; }
a { background-color: rgb(91,172,14); }
div.DivClassName
{
background-color: #5BAC0E;
}
.BgClassName
{
background-color: #5BAC0E;
}
</style>
border-color css
<style>
span { border-color: #5BAC0E; }
span { border-color: rgb(91,172,14); }
td.TdClassName
{
border-color: #5BAC0E;
}
.TagClassName
{
border-color: #5BAC0E;
}
</style>