Shades of Limeade #5B9E08
Tints of Limeade #5B9E08
RGB
CMYK
RGB Variations
Color information
#5B9E08 (or 0x5B9E08) is known color: Limeade. HEX triplet: 5B, 9E and 08. RGB value is (91,158,8). Sum of RGB (Red+Green+Blue) = 91+158+8=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 158 (62.11% from 255 or 61.48% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9E08 is #A461F7. Grayscale: #797979. Windows color (decimal): -10772984 or 564827. OLE color: 564827.
HSL color Cylindrical-coordinate representation of color #5B9E08: hue angle of 86.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B9E08 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 8 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.38 |
| HSL | 86.8º | 0.9% | 0.33% | - |
| HSV(B) | 86.8º | 0.95% | 0.62% | - |
| XYZ | 16.59 | 26.7 | 4.51 | - |
| YUV | 120.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 8 | 0.42 | 0 | 0.95 | 0.38 | 86.8 | 0.9 | 0.33 |
| Hex | 5B | 9E | 8 | 2A | 0 | 5F | 26 | 57 | 5A | 21 |
| Octal | 133 | 236 | 10 | 52 | 0 | 137 | 46 | 127 | 132 | 41 |
| Binary | 1011011 | 10011110 | 1000 | 101010 | 0 | 1011111 | 100110 | 1010111 | 1011010 | 100001 |
Color Harmonies of #5B9E08
Complementary color
Monochromatic Colors of #5B9E08
Black with #5B9E08
Text Example
Text Example
White with #5B9E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E08; }
p { color: rgb(91,158,8); }
H1.HeaderClassName
{
color: #5B9E08;
}
.AnyTagClassName
{
color: #5B9E08;
}
</style>
background-color css
<style>
a { background-color: #5B9E08; }
a { background-color: rgb(91,158,8); }
div.DivClassName
{
background-color: #5B9E08;
}
.BgClassName
{
background-color: #5B9E08;
}
</style>
border-color css
<style>
span { border-color: #5B9E08; }
span { border-color: rgb(91,158,8); }
td.TdClassName
{
border-color: #5B9E08;
}
.TagClassName
{
border-color: #5B9E08;
}
</style>