Shades of Limeade #5C970C
Tints of Limeade #5C970C
RGB
CMYK
RGB Variations
Color information
#5C970C (or 0x5C970C) is known color: Limeade. HEX triplet: 5C, 97 and 0C. RGB value is (92,151,12). Sum of RGB (Red+Green+Blue) = 92+151+12=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #5C970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C970C is #A368F3. Grayscale: #767676. Windows color (decimal): -10709236 or 825180. OLE color: 825180.
HSL color Cylindrical-coordinate representation of color #5C970C: hue angle of 85.47º 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 #5C970C is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 151 | 12 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.41 |
| HSL | 85.47º | 0.85% | 0.32% | - |
| HSV(B) | 85.47º | 0.92% | 0.59% | - |
| XYZ | 15.55 | 24.44 | 4.24 | - |
| YUV | 117.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 151 | 12 | 0.39 | 0 | 0.92 | 0.41 | 85.47 | 0.85 | 0.32 |
| Hex | 5C | 97 | C | 27 | 0 | 5C | 29 | 55 | 55 | 20 |
| Octal | 134 | 227 | 14 | 47 | 0 | 134 | 51 | 125 | 125 | 40 |
| Binary | 1011100 | 10010111 | 1100 | 100111 | 0 | 1011100 | 101001 | 1010101 | 1010101 | 100000 |
Color Harmonies of #5C970C
Complementary color
Monochromatic Colors of #5C970C
Black with #5C970C
Text Example
Text Example
White with #5C970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C970C; }
p { color: rgb(92,151,12); }
H1.HeaderClassName
{
color: #5C970C;
}
.AnyTagClassName
{
color: #5C970C;
}
</style>
background-color css
<style>
a { background-color: #5C970C; }
a { background-color: rgb(92,151,12); }
div.DivClassName
{
background-color: #5C970C;
}
.BgClassName
{
background-color: #5C970C;
}
</style>
border-color css
<style>
span { border-color: #5C970C; }
span { border-color: rgb(92,151,12); }
td.TdClassName
{
border-color: #5C970C;
}
.TagClassName
{
border-color: #5C970C;
}
</style>