Shades of Limeade #5E960C
Tints of Limeade #5E960C
RGB
CMYK
RGB Variations
Color information
#5E960C (or 0x5E960C) is known color: Limeade. HEX triplet: 5E, 96 and 0C. RGB value is (94,150,12). Sum of RGB (Red+Green+Blue) = 94+150+12=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #5E960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E960C is #A169F3. Grayscale: #767676. Windows color (decimal): -10578420 or 824926. OLE color: 824926.
HSL color Cylindrical-coordinate representation of color #5E960C: hue angle of 84.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E960C is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 12 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.41 |
| HSL | 84.35º | 0.85% | 0.32% | - |
| HSV(B) | 84.35º | 0.92% | 0.59% | - |
| XYZ | 15.59 | 24.22 | 4.2 | - |
| YUV | 117.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 12 | 0.37 | 0 | 0.92 | 0.41 | 84.35 | 0.85 | 0.32 |
| Hex | 5E | 96 | C | 25 | 0 | 5C | 29 | 54 | 55 | 20 |
| Octal | 136 | 226 | 14 | 45 | 0 | 134 | 51 | 124 | 125 | 40 |
| Binary | 1011110 | 10010110 | 1100 | 100101 | 0 | 1011100 | 101001 | 1010100 | 1010101 | 100000 |
Color Harmonies of #5E960C
Complementary color
Monochromatic Colors of #5E960C
Black with #5E960C
Text Example
Text Example
White with #5E960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E960C; }
p { color: rgb(94,150,12); }
H1.HeaderClassName
{
color: #5E960C;
}
.AnyTagClassName
{
color: #5E960C;
}
</style>
background-color css
<style>
a { background-color: #5E960C; }
a { background-color: rgb(94,150,12); }
div.DivClassName
{
background-color: #5E960C;
}
.BgClassName
{
background-color: #5E960C;
}
</style>
border-color css
<style>
span { border-color: #5E960C; }
span { border-color: rgb(94,150,12); }
td.TdClassName
{
border-color: #5E960C;
}
.TagClassName
{
border-color: #5E960C;
}
</style>