Shades of Limeade #5BA217
Tints of Limeade #5BA217
RGB
CMYK
RGB Variations
Color information
#5BA217 (or 0x5BA217) is known color: Limeade. HEX triplet: 5B, A2 and 17. RGB value is (91,162,23). Sum of RGB (Red+Green+Blue) = 91+162+23=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA217 is #A45DE8. Grayscale: #7D7D7D. Windows color (decimal): -10771945 or 1548891. OLE color: 1548891.
HSL color Cylindrical-coordinate representation of color #5BA217: hue angle of 90.65º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5BA217 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 23 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.36 |
| HSL | 90.65º | 0.75% | 0.36% | - |
| HSV(B) | 90.65º | 0.86% | 0.64% | - |
| XYZ | 17.39 | 28.13 | 5.32 | - |
| YUV | 124.93 | 70.48 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 23 | 0.44 | 0 | 0.86 | 0.36 | 90.65 | 0.75 | 0.36 |
| Hex | 5B | A2 | 17 | 2C | 0 | 56 | 24 | 5B | 4B | 24 |
| Octal | 133 | 242 | 27 | 54 | 0 | 126 | 44 | 133 | 113 | 44 |
| Binary | 1011011 | 10100010 | 10111 | 101100 | 0 | 1010110 | 100100 | 1011011 | 1001011 | 100100 |
Color Harmonies of #5BA217
Complementary color
Monochromatic Colors of #5BA217
Black with #5BA217
Text Example
Text Example
White with #5BA217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA217; }
p { color: rgb(91,162,23); }
H1.HeaderClassName
{
color: #5BA217;
}
.AnyTagClassName
{
color: #5BA217;
}
</style>
background-color css
<style>
a { background-color: #5BA217; }
a { background-color: rgb(91,162,23); }
div.DivClassName
{
background-color: #5BA217;
}
.BgClassName
{
background-color: #5BA217;
}
</style>
border-color css
<style>
span { border-color: #5BA217; }
span { border-color: rgb(91,162,23); }
td.TdClassName
{
border-color: #5BA217;
}
.TagClassName
{
border-color: #5BA217;
}
</style>