Shades of Limeade #5B9933
Tints of Limeade #5B9933
RGB
CMYK
RGB Variations
Color information
#5B9933 (or 0x5B9933) is known color: Limeade. HEX triplet: 5B, 99 and 33. RGB value is (91,153,51). Sum of RGB (Red+Green+Blue) = 91+153+51=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9933 is #A466CC. Grayscale: #7B7B7B. Windows color (decimal): -10774221 or 3381595. OLE color: 3381595.
HSL color Cylindrical-coordinate representation of color #5B9933: hue angle of 96.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B9933 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 51 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.4 |
| HSL | 96.47º | 0.5% | 0.4% | - |
| HSV(B) | 96.47º | 0.67% | 0.6% | - |
| XYZ | 16.3 | 25.25 | 7.15 | - |
| YUV | 122.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 51 | 0.41 | 0 | 0.67 | 0.4 | 96.47 | 0.5 | 0.4 |
| Hex | 5B | 99 | 33 | 29 | 0 | 43 | 28 | 60 | 32 | 28 |
| Octal | 133 | 231 | 63 | 51 | 0 | 103 | 50 | 140 | 62 | 50 |
| Binary | 1011011 | 10011001 | 110011 | 101001 | 0 | 1000011 | 101000 | 1100000 | 110010 | 101000 |
Color Harmonies of #5B9933
Complementary color
Monochromatic Colors of #5B9933
Black with #5B9933
Text Example
Text Example
White with #5B9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9933; }
p { color: rgb(91,153,51); }
H1.HeaderClassName
{
color: #5B9933;
}
.AnyTagClassName
{
color: #5B9933;
}
</style>
background-color css
<style>
a { background-color: #5B9933; }
a { background-color: rgb(91,153,51); }
div.DivClassName
{
background-color: #5B9933;
}
.BgClassName
{
background-color: #5B9933;
}
</style>
border-color css
<style>
span { border-color: #5B9933; }
span { border-color: rgb(91,153,51); }
td.TdClassName
{
border-color: #5B9933;
}
.TagClassName
{
border-color: #5B9933;
}
</style>