Shades of Limeade #5B9F21
Tints of Limeade #5B9F21
RGB
CMYK
RGB Variations
Color information
#5B9F21 (or 0x5B9F21) is known color: Limeade. HEX triplet: 5B, 9F and 21. RGB value is (91,159,33). Sum of RGB (Red+Green+Blue) = 91+159+33=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 159 (62.5% from 255 or 56.18% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9F21 is #A460DE. Grayscale: #7C7C7C. Windows color (decimal): -10772703 or 2203483. OLE color: 2203483.
HSL color Cylindrical-coordinate representation of color #5B9F21: hue angle of 92.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B9F21 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 159 | 33 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.38 |
| HSL | 92.38º | 0.66% | 0.38% | - |
| HSV(B) | 92.38º | 0.79% | 0.62% | - |
| XYZ | 16.99 | 27.13 | 5.78 | - |
| YUV | 124.3 | 76.47 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 159 | 33 | 0.43 | 0 | 0.79 | 0.38 | 92.38 | 0.66 | 0.38 |
| Hex | 5B | 9F | 21 | 2B | 0 | 4F | 26 | 5C | 42 | 26 |
| Octal | 133 | 237 | 41 | 53 | 0 | 117 | 46 | 134 | 102 | 46 |
| Binary | 1011011 | 10011111 | 100001 | 101011 | 0 | 1001111 | 100110 | 1011100 | 1000010 | 100110 |
Color Harmonies of #5B9F21
Complementary color
Monochromatic Colors of #5B9F21
Black with #5B9F21
Text Example
Text Example
White with #5B9F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9F21; }
p { color: rgb(91,159,33); }
H1.HeaderClassName
{
color: #5B9F21;
}
.AnyTagClassName
{
color: #5B9F21;
}
</style>
background-color css
<style>
a { background-color: #5B9F21; }
a { background-color: rgb(91,159,33); }
div.DivClassName
{
background-color: #5B9F21;
}
.BgClassName
{
background-color: #5B9F21;
}
</style>
border-color css
<style>
span { border-color: #5B9F21; }
span { border-color: rgb(91,159,33); }
td.TdClassName
{
border-color: #5B9F21;
}
.TagClassName
{
border-color: #5B9F21;
}
</style>