Shades of Limeade #5B9E35
Tints of Limeade #5B9E35
RGB
CMYK
RGB Variations
Color information
#5B9E35 (or 0x5B9E35) is known color: Limeade. HEX triplet: 5B, 9E and 35. RGB value is (91,158,53). Sum of RGB (Red+Green+Blue) = 91+158+53=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9E35 is #A461CA. Grayscale: #7E7E7E. Windows color (decimal): -10772939 or 3513947. OLE color: 3513947.
HSL color Cylindrical-coordinate representation of color #5B9E35: hue angle of 98.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B9E35 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 53 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.38 |
| HSL | 98.29º | 0.5% | 0.41% | - |
| HSV(B) | 98.29º | 0.66% | 0.62% | - |
| XYZ | 17.18 | 26.93 | 7.66 | - |
| YUV | 126 | 86.8 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 53 | 0.42 | 0 | 0.66 | 0.38 | 98.29 | 0.5 | 0.41 |
| Hex | 5B | 9E | 35 | 2A | 0 | 42 | 26 | 62 | 32 | 29 |
| Octal | 133 | 236 | 65 | 52 | 0 | 102 | 46 | 142 | 62 | 51 |
| Binary | 1011011 | 10011110 | 110101 | 101010 | 0 | 1000010 | 100110 | 1100010 | 110010 | 101001 |
Color Harmonies of #5B9E35
Complementary color
Monochromatic Colors of #5B9E35
Black with #5B9E35
Text Example
Text Example
White with #5B9E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E35; }
p { color: rgb(91,158,53); }
H1.HeaderClassName
{
color: #5B9E35;
}
.AnyTagClassName
{
color: #5B9E35;
}
</style>
background-color css
<style>
a { background-color: #5B9E35; }
a { background-color: rgb(91,158,53); }
div.DivClassName
{
background-color: #5B9E35;
}
.BgClassName
{
background-color: #5B9E35;
}
</style>
border-color css
<style>
span { border-color: #5B9E35; }
span { border-color: rgb(91,158,53); }
td.TdClassName
{
border-color: #5B9E35;
}
.TagClassName
{
border-color: #5B9E35;
}
</style>