Shades of Limeade #57960C
Tints of Limeade #57960C
RGB
CMYK
RGB Variations
Color information
#57960C (or 0x57960C) is known color: Limeade. HEX triplet: 57, 96 and 0C. RGB value is (87,150,12). Sum of RGB (Red+Green+Blue) = 87+150+12=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #57960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57960C is #A869F3. Grayscale: #737373. Windows color (decimal): -11037172 or 824919. OLE color: 824919.
HSL color Cylindrical-coordinate representation of color #57960C: hue angle of 87.39º 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 #57960C is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 87 | 150 | 12 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.41 |
| HSL | 87.39º | 0.85% | 0.32% | - |
| HSV(B) | 87.39º | 0.92% | 0.59% | - |
| XYZ | 14.9 | 23.87 | 4.17 | - |
| YUV | 115.43 | 69.63 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 150 | 12 | 0.42 | 0 | 0.92 | 0.41 | 87.39 | 0.85 | 0.32 |
| Hex | 57 | 96 | C | 2A | 0 | 5C | 29 | 57 | 55 | 20 |
| Octal | 127 | 226 | 14 | 52 | 0 | 134 | 51 | 127 | 125 | 40 |
| Binary | 1010111 | 10010110 | 1100 | 101010 | 0 | 1011100 | 101001 | 1010111 | 1010101 | 100000 |
Color Harmonies of #57960C
Complementary color
Monochromatic Colors of #57960C
Black with #57960C
Text Example
Text Example
White with #57960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57960C; }
p { color: rgb(87,150,12); }
H1.HeaderClassName
{
color: #57960C;
}
.AnyTagClassName
{
color: #57960C;
}
</style>
background-color css
<style>
a { background-color: #57960C; }
a { background-color: rgb(87,150,12); }
div.DivClassName
{
background-color: #57960C;
}
.BgClassName
{
background-color: #57960C;
}
</style>
border-color css
<style>
span { border-color: #57960C; }
span { border-color: rgb(87,150,12); }
td.TdClassName
{
border-color: #57960C;
}
.TagClassName
{
border-color: #57960C;
}
</style>