Shades of Limeade #5BA015
Tints of Limeade #5BA015
RGB
CMYK
RGB Variations
Color information
#5BA015 (or 0x5BA015) is known color: Limeade. HEX triplet: 5B, A0 and 15. RGB value is (91,160,21). Sum of RGB (Red+Green+Blue) = 91+160+21=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA015 is #A45FEA. Grayscale: #7C7C7C. Windows color (decimal): -10772459 or 1417307. OLE color: 1417307.
HSL color Cylindrical-coordinate representation of color #5BA015: hue angle of 89.78º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5BA015 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 21 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.37 |
| HSL | 89.78º | 0.77% | 0.35% | - |
| HSV(B) | 89.78º | 0.87% | 0.63% | - |
| XYZ | 17.02 | 27.42 | 5.1 | - |
| YUV | 123.52 | 70.14 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 21 | 0.43 | 0 | 0.87 | 0.37 | 89.78 | 0.77 | 0.35 |
| Hex | 5B | A0 | 15 | 2B | 0 | 57 | 25 | 5A | 4D | 23 |
| Octal | 133 | 240 | 25 | 53 | 0 | 127 | 45 | 132 | 115 | 43 |
| Binary | 1011011 | 10100000 | 10101 | 101011 | 0 | 1010111 | 100101 | 1011010 | 1001101 | 100011 |
Color Harmonies of #5BA015
Complementary color
Monochromatic Colors of #5BA015
Black with #5BA015
Text Example
Text Example
White with #5BA015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA015; }
p { color: rgb(91,160,21); }
H1.HeaderClassName
{
color: #5BA015;
}
.AnyTagClassName
{
color: #5BA015;
}
</style>
background-color css
<style>
a { background-color: #5BA015; }
a { background-color: rgb(91,160,21); }
div.DivClassName
{
background-color: #5BA015;
}
.BgClassName
{
background-color: #5BA015;
}
</style>
border-color css
<style>
span { border-color: #5BA015; }
span { border-color: rgb(91,160,21); }
td.TdClassName
{
border-color: #5BA015;
}
.TagClassName
{
border-color: #5BA015;
}
</style>