Shades of Limeade #5B970E
Tints of Limeade #5B970E
RGB
CMYK
RGB Variations
Color information
#5B970E (or 0x5B970E) is known color: Limeade. HEX triplet: 5B, 97 and 0E. RGB value is (91,151,14). Sum of RGB (Red+Green+Blue) = 91+151+14=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #5B970E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B970E is #A468F1. Grayscale: #757575. Windows color (decimal): -10774770 or 956251. OLE color: 956251.
HSL color Cylindrical-coordinate representation of color #5B970E: hue angle of 86.28º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B970E is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 14 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.41 |
| HSL | 86.28º | 0.83% | 0.32% | - |
| HSV(B) | 86.28º | 0.91% | 0.59% | - |
| XYZ | 15.46 | 24.39 | 4.31 | - |
| YUV | 117.44 | 69.62 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 14 | 0.40 | 0 | 0.91 | 0.41 | 86.28 | 0.83 | 0.32 |
| Hex | 5B | 97 | E | 28 | 0 | 5B | 29 | 56 | 53 | 20 |
| Octal | 133 | 227 | 16 | 50 | 0 | 133 | 51 | 126 | 123 | 40 |
| Binary | 1011011 | 10010111 | 1110 | 101000 | 0 | 1011011 | 101001 | 1010110 | 1010011 | 100000 |
Color Harmonies of #5B970E
Complementary color
Monochromatic Colors of #5B970E
Black with #5B970E
Text Example
Text Example
White with #5B970E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B970E; }
p { color: rgb(91,151,14); }
H1.HeaderClassName
{
color: #5B970E;
}
.AnyTagClassName
{
color: #5B970E;
}
</style>
background-color css
<style>
a { background-color: #5B970E; }
a { background-color: rgb(91,151,14); }
div.DivClassName
{
background-color: #5B970E;
}
.BgClassName
{
background-color: #5B970E;
}
</style>
border-color css
<style>
span { border-color: #5B970E; }
span { border-color: rgb(91,151,14); }
td.TdClassName
{
border-color: #5B970E;
}
.TagClassName
{
border-color: #5B970E;
}
</style>