Shades of Limeade #5C960E
Tints of Limeade #5C960E
RGB
CMYK
RGB Variations
Color information
#5C960E (or 0x5C960E) is known color: Limeade. HEX triplet: 5C, 96 and 0E. RGB value is (92,150,14). Sum of RGB (Red+Green+Blue) = 92+150+14=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #5C960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C960E is #A369F1. Grayscale: #757575. Windows color (decimal): -10709490 or 955996. OLE color: 955996.
HSL color Cylindrical-coordinate representation of color #5C960E: hue angle of 85.59º 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 #5C960E is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 14 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.41 |
| HSL | 85.59º | 0.83% | 0.32% | - |
| HSV(B) | 85.59º | 0.91% | 0.59% | - |
| XYZ | 15.4 | 24.12 | 4.26 | - |
| YUV | 117.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 14 | 0.39 | 0 | 0.91 | 0.41 | 85.59 | 0.83 | 0.32 |
| Hex | 5C | 96 | E | 27 | 0 | 5B | 29 | 56 | 53 | 20 |
| Octal | 134 | 226 | 16 | 47 | 0 | 133 | 51 | 126 | 123 | 40 |
| Binary | 1011100 | 10010110 | 1110 | 100111 | 0 | 1011011 | 101001 | 1010110 | 1010011 | 100000 |
Color Harmonies of #5C960E
Complementary color
Monochromatic Colors of #5C960E
Black with #5C960E
Text Example
Text Example
White with #5C960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C960E; }
p { color: rgb(92,150,14); }
H1.HeaderClassName
{
color: #5C960E;
}
.AnyTagClassName
{
color: #5C960E;
}
</style>
background-color css
<style>
a { background-color: #5C960E; }
a { background-color: rgb(92,150,14); }
div.DivClassName
{
background-color: #5C960E;
}
.BgClassName
{
background-color: #5C960E;
}
</style>
border-color css
<style>
span { border-color: #5C960E; }
span { border-color: rgb(92,150,14); }
td.TdClassName
{
border-color: #5C960E;
}
.TagClassName
{
border-color: #5C960E;
}
</style>