Shades of Limeade #5C960F
Tints of Limeade #5C960F
RGB
CMYK
RGB Variations
Color information
#5C960F (or 0x5C960F) is known color: Limeade. HEX triplet: 5C, 96 and 0F. RGB value is (92,150,15). Sum of RGB (Red+Green+Blue) = 92+150+15=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #5C960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C960F is #A369F0. Grayscale: #757575. Windows color (decimal): -10709489 or 1021532. OLE color: 1021532.
HSL color Cylindrical-coordinate representation of color #5C960F: hue angle of 85.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C960F is Cyan = 0.39, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 15 | - |
| CMYK | 0.39 | 0 | 0.9 | 0.41 |
| HSL | 85.78º | 0.82% | 0.32% | - |
| HSV(B) | 85.78º | 0.9% | 0.59% | - |
| XYZ | 15.41 | 24.12 | 4.3 | - |
| YUV | 117.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 15 | 0.39 | 0 | 0.9 | 0.41 | 85.78 | 0.82 | 0.32 |
| Hex | 5C | 96 | F | 27 | 0 | 5A | 29 | 56 | 52 | 20 |
| Octal | 134 | 226 | 17 | 47 | 0 | 132 | 51 | 126 | 122 | 40 |
| Binary | 1011100 | 10010110 | 1111 | 100111 | 0 | 1011010 | 101001 | 1010110 | 1010010 | 100000 |
Color Harmonies of #5C960F
Complementary color
Monochromatic Colors of #5C960F
Black with #5C960F
Text Example
Text Example
White with #5C960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C960F; }
p { color: rgb(92,150,15); }
H1.HeaderClassName
{
color: #5C960F;
}
.AnyTagClassName
{
color: #5C960F;
}
</style>
background-color css
<style>
a { background-color: #5C960F; }
a { background-color: rgb(92,150,15); }
div.DivClassName
{
background-color: #5C960F;
}
.BgClassName
{
background-color: #5C960F;
}
</style>
border-color css
<style>
span { border-color: #5C960F; }
span { border-color: rgb(92,150,15); }
td.TdClassName
{
border-color: #5C960F;
}
.TagClassName
{
border-color: #5C960F;
}
</style>