Shades of Limeade #57940C
Tints of Limeade #57940C
RGB
CMYK
RGB Variations
Color information
#57940C (or 0x57940C) is known color: Limeade. HEX triplet: 57, 94 and 0C. RGB value is (87,148,12). Sum of RGB (Red+Green+Blue) = 87+148+12=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #57940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #57940C is #A86BF3. Grayscale: #727272. Windows color (decimal): -11037684 or 824407. OLE color: 824407.
HSL color Cylindrical-coordinate representation of color #57940C: hue angle of 86.91º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57940C is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 148 | 12 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.42 |
| HSL | 86.91º | 0.85% | 0.31% | - |
| HSV(B) | 86.91º | 0.92% | 0.58% | - |
| XYZ | 14.59 | 23.23 | 4.06 | - |
| YUV | 114.26 | 70.29 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 148 | 12 | 0.41 | 0 | 0.92 | 0.42 | 86.91 | 0.85 | 0.31 |
| Hex | 57 | 94 | C | 29 | 0 | 5C | 2A | 57 | 55 | 1F |
| Octal | 127 | 224 | 14 | 51 | 0 | 134 | 52 | 127 | 125 | 37 |
| Binary | 1010111 | 10010100 | 1100 | 101001 | 0 | 1011100 | 101010 | 1010111 | 1010101 | 11111 |
Color Harmonies of #57940C
Complementary color
Monochromatic Colors of #57940C
Black with #57940C
Text Example
Text Example
White with #57940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57940C; }
p { color: rgb(87,148,12); }
H1.HeaderClassName
{
color: #57940C;
}
.AnyTagClassName
{
color: #57940C;
}
</style>
background-color css
<style>
a { background-color: #57940C; }
a { background-color: rgb(87,148,12); }
div.DivClassName
{
background-color: #57940C;
}
.BgClassName
{
background-color: #57940C;
}
</style>
border-color css
<style>
span { border-color: #57940C; }
span { border-color: rgb(87,148,12); }
td.TdClassName
{
border-color: #57940C;
}
.TagClassName
{
border-color: #57940C;
}
</style>