Shades of Limeade #5E970B
Tints of Limeade #5E970B
RGB
CMYK
RGB Variations
Color information
#5E970B (or 0x5E970B) is known color: Limeade. HEX triplet: 5E, 97 and 0B. RGB value is (94,151,11). Sum of RGB (Red+Green+Blue) = 94+151+11=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 151 (59.38% from 255 or 58.98% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 151 - color contains mainly: green. Hex color #5E970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E970B is #A168F4. Grayscale: #767676. Windows color (decimal): -10578165 or 759646. OLE color: 759646.
HSL color Cylindrical-coordinate representation of color #5E970B: hue angle of 84.43º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E970B is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 11 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.41 |
| HSL | 84.43º | 0.86% | 0.32% | - |
| HSV(B) | 84.43º | 0.93% | 0.59% | - |
| XYZ | 15.74 | 24.54 | 4.22 | - |
| YUV | 118 | 67.62 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 11 | 0.38 | 0 | 0.93 | 0.41 | 84.43 | 0.86 | 0.32 |
| Hex | 5E | 97 | B | 26 | 0 | 5D | 29 | 54 | 56 | 20 |
| Octal | 136 | 227 | 13 | 46 | 0 | 135 | 51 | 124 | 126 | 40 |
| Binary | 1011110 | 10010111 | 1011 | 100110 | 0 | 1011101 | 101001 | 1010100 | 1010110 | 100000 |
Color Harmonies of #5E970B
Complementary color
Monochromatic Colors of #5E970B
Black with #5E970B
Text Example
Text Example
White with #5E970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E970B; }
p { color: rgb(94,151,11); }
H1.HeaderClassName
{
color: #5E970B;
}
.AnyTagClassName
{
color: #5E970B;
}
</style>
background-color css
<style>
a { background-color: #5E970B; }
a { background-color: rgb(94,151,11); }
div.DivClassName
{
background-color: #5E970B;
}
.BgClassName
{
background-color: #5E970B;
}
</style>
border-color css
<style>
span { border-color: #5E970B; }
span { border-color: rgb(94,151,11); }
td.TdClassName
{
border-color: #5E970B;
}
.TagClassName
{
border-color: #5E970B;
}
</style>