Shades of Limeade #579F14
Tints of Limeade #579F14
RGB
CMYK
RGB Variations
Color information
#579F14 (or 0x579F14) is known color: Limeade. HEX triplet: 57, 9F and 14. RGB value is (87,159,20). Sum of RGB (Red+Green+Blue) = 87+159+20=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 159 (62.5% from 255 or 59.77% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 159 - color contains mainly: green. Hex color #579F14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #579F14 is #A860EB. Grayscale: #7A7A7A. Windows color (decimal): -11034860 or 1351511. OLE color: 1351511.
HSL color Cylindrical-coordinate representation of color #579F14: hue angle of 91.08º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #579F14 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 159 | 20 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.38 |
| HSL | 91.08º | 0.78% | 0.35% | - |
| HSV(B) | 91.08º | 0.87% | 0.62% | - |
| XYZ | 16.45 | 26.87 | 4.98 | - |
| YUV | 121.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 159 | 20 | 0.45 | 0 | 0.87 | 0.38 | 91.08 | 0.78 | 0.35 |
| Hex | 57 | 9F | 14 | 2D | 0 | 57 | 26 | 5B | 4E | 23 |
| Octal | 127 | 237 | 24 | 55 | 0 | 127 | 46 | 133 | 116 | 43 |
| Binary | 1010111 | 10011111 | 10100 | 101101 | 0 | 1010111 | 100110 | 1011011 | 1001110 | 100011 |
Color Harmonies of #579F14
Complementary color
Monochromatic Colors of #579F14
Black with #579F14
Text Example
Text Example
White with #579F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579F14; }
p { color: rgb(87,159,20); }
H1.HeaderClassName
{
color: #579F14;
}
.AnyTagClassName
{
color: #579F14;
}
</style>
background-color css
<style>
a { background-color: #579F14; }
a { background-color: rgb(87,159,20); }
div.DivClassName
{
background-color: #579F14;
}
.BgClassName
{
background-color: #579F14;
}
</style>
border-color css
<style>
span { border-color: #579F14; }
span { border-color: rgb(87,159,20); }
td.TdClassName
{
border-color: #579F14;
}
.TagClassName
{
border-color: #579F14;
}
</style>