Shades of Limeade #5C960C
Tints of Limeade #5C960C
RGB
CMYK
RGB Variations
Color information
#5C960C (or 0x5C960C) is known color: Limeade. HEX triplet: 5C, 96 and 0C. RGB value is (92,150,12). Sum of RGB (Red+Green+Blue) = 92+150+12=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #5C960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C960C is #A369F3. Grayscale: #757575. Windows color (decimal): -10709492 or 824924. OLE color: 824924.
HSL color Cylindrical-coordinate representation of color #5C960C: hue angle of 85.22º 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 #5C960C is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 12 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.41 |
| HSL | 85.22º | 0.85% | 0.32% | - |
| HSV(B) | 85.22º | 0.92% | 0.59% | - |
| XYZ | 15.39 | 24.11 | 4.19 | - |
| YUV | 116.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 12 | 0.39 | 0 | 0.92 | 0.41 | 85.22 | 0.85 | 0.32 |
| Hex | 5C | 96 | C | 27 | 0 | 5C | 29 | 55 | 55 | 20 |
| Octal | 134 | 226 | 14 | 47 | 0 | 134 | 51 | 125 | 125 | 40 |
| Binary | 1011100 | 10010110 | 1100 | 100111 | 0 | 1011100 | 101001 | 1010101 | 1010101 | 100000 |
Color Harmonies of #5C960C
Complementary color
Monochromatic Colors of #5C960C
Black with #5C960C
Text Example
Text Example
White with #5C960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C960C; }
p { color: rgb(92,150,12); }
H1.HeaderClassName
{
color: #5C960C;
}
.AnyTagClassName
{
color: #5C960C;
}
</style>
background-color css
<style>
a { background-color: #5C960C; }
a { background-color: rgb(92,150,12); }
div.DivClassName
{
background-color: #5C960C;
}
.BgClassName
{
background-color: #5C960C;
}
</style>
border-color css
<style>
span { border-color: #5C960C; }
span { border-color: rgb(92,150,12); }
td.TdClassName
{
border-color: #5C960C;
}
.TagClassName
{
border-color: #5C960C;
}
</style>