Shades of Limeade #5B9E10
Tints of Limeade #5B9E10
RGB
CMYK
RGB Variations
Color information
#5B9E10 (or 0x5B9E10) is known color: Limeade. HEX triplet: 5B, 9E and 10. RGB value is (91,158,16). Sum of RGB (Red+Green+Blue) = 91+158+16=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 158 (62.11% from 255 or 59.62% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9E10 is #A461EF. Grayscale: #7A7A7A. Windows color (decimal): -10772976 or 1089115. OLE color: 1089115.
HSL color Cylindrical-coordinate representation of color #5B9E10: hue angle of 88.31º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B9E10 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 16 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.38 |
| HSL | 88.31º | 0.82% | 0.34% | - |
| HSV(B) | 88.31º | 0.9% | 0.62% | - |
| XYZ | 16.63 | 26.72 | 4.77 | - |
| YUV | 121.78 | 68.3 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 16 | 0.42 | 0 | 0.90 | 0.38 | 88.31 | 0.82 | 0.34 |
| Hex | 5B | 9E | 10 | 2A | 0 | 5A | 26 | 58 | 52 | 22 |
| Octal | 133 | 236 | 20 | 52 | 0 | 132 | 46 | 130 | 122 | 42 |
| Binary | 1011011 | 10011110 | 10000 | 101010 | 0 | 1011010 | 100110 | 1011000 | 1010010 | 100010 |
Color Harmonies of #5B9E10
Complementary color
Monochromatic Colors of #5B9E10
Black with #5B9E10
Text Example
Text Example
White with #5B9E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E10; }
p { color: rgb(91,158,16); }
H1.HeaderClassName
{
color: #5B9E10;
}
.AnyTagClassName
{
color: #5B9E10;
}
</style>
background-color css
<style>
a { background-color: #5B9E10; }
a { background-color: rgb(91,158,16); }
div.DivClassName
{
background-color: #5B9E10;
}
.BgClassName
{
background-color: #5B9E10;
}
</style>
border-color css
<style>
span { border-color: #5B9E10; }
span { border-color: rgb(91,158,16); }
td.TdClassName
{
border-color: #5B9E10;
}
.TagClassName
{
border-color: #5B9E10;
}
</style>