Shades of Limeade #579F12
Tints of Limeade #579F12
RGB
CMYK
RGB Variations
Color information
#579F12 (or 0x579F12) is known color: Limeade. HEX triplet: 57, 9F and 12. RGB value is (87,159,18). Sum of RGB (Red+Green+Blue) = 87+159+18=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #579F12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #579F12 is #A860ED. Grayscale: #797979. Windows color (decimal): -11034862 or 1220439. OLE color: 1220439.
HSL color Cylindrical-coordinate representation of color #579F12: hue angle of 90.64º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #579F12 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 159 | 18 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.38 |
| HSL | 90.64º | 0.8% | 0.35% | - |
| HSV(B) | 90.64º | 0.89% | 0.62% | - |
| XYZ | 16.44 | 26.87 | 4.89 | - |
| YUV | 121.4 | 69.65 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 159 | 18 | 0.45 | 0 | 0.89 | 0.38 | 90.64 | 0.8 | 0.35 |
| Hex | 57 | 9F | 12 | 2D | 0 | 59 | 26 | 5B | 50 | 23 |
| Octal | 127 | 237 | 22 | 55 | 0 | 131 | 46 | 133 | 120 | 43 |
| Binary | 1010111 | 10011111 | 10010 | 101101 | 0 | 1011001 | 100110 | 1011011 | 1010000 | 100011 |
Color Harmonies of #579F12
Complementary color
Monochromatic Colors of #579F12
Black with #579F12
Text Example
Text Example
White with #579F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579F12; }
p { color: rgb(87,159,18); }
H1.HeaderClassName
{
color: #579F12;
}
.AnyTagClassName
{
color: #579F12;
}
</style>
background-color css
<style>
a { background-color: #579F12; }
a { background-color: rgb(87,159,18); }
div.DivClassName
{
background-color: #579F12;
}
.BgClassName
{
background-color: #579F12;
}
</style>
border-color css
<style>
span { border-color: #579F12; }
span { border-color: rgb(87,159,18); }
td.TdClassName
{
border-color: #579F12;
}
.TagClassName
{
border-color: #579F12;
}
</style>