Shades of Kelly Green #5BAC14
Tints of Kelly Green #5BAC14
RGB
CMYK
RGB Variations
Color information
#5BAC14 (or 0x5BAC14) is known color: Kelly Green. HEX triplet: 5B, AC and 14. RGB value is (91,172,20). Sum of RGB (Red+Green+Blue) = 91+172+20=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BAC14 is #A453EB. Grayscale: #828282. Windows color (decimal): -10769388 or 1354843. OLE color: 1354843.
HSL color Cylindrical-coordinate representation of color #5BAC14: hue angle of 91.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5BAC14 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 20 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.33 |
| HSL | 91.97º | 0.79% | 0.38% | - |
| HSV(B) | 91.97º | 0.88% | 0.67% | - |
| XYZ | 19.19 | 31.78 | 5.78 | - |
| YUV | 130.45 | 65.66 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 20 | 0.47 | 0 | 0.88 | 0.33 | 91.97 | 0.79 | 0.38 |
| Hex | 5B | AC | 14 | 2F | 0 | 58 | 21 | 5C | 4F | 26 |
| Octal | 133 | 254 | 24 | 57 | 0 | 130 | 41 | 134 | 117 | 46 |
| Binary | 1011011 | 10101100 | 10100 | 101111 | 0 | 1011000 | 100001 | 1011100 | 1001111 | 100110 |
Color Harmonies of #5BAC14
Complementary color
Monochromatic Colors of #5BAC14
Black with #5BAC14
Text Example
Text Example
White with #5BAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAC14; }
p { color: rgb(91,172,20); }
H1.HeaderClassName
{
color: #5BAC14;
}
.AnyTagClassName
{
color: #5BAC14;
}
</style>
background-color css
<style>
a { background-color: #5BAC14; }
a { background-color: rgb(91,172,20); }
div.DivClassName
{
background-color: #5BAC14;
}
.BgClassName
{
background-color: #5BAC14;
}
</style>
border-color css
<style>
span { border-color: #5BAC14; }
span { border-color: rgb(91,172,20); }
td.TdClassName
{
border-color: #5BAC14;
}
.TagClassName
{
border-color: #5BAC14;
}
</style>