Shades of Limeade #579200
Tints of Limeade #579200
RGB
CMYK
RGB Variations
Color information
#579200 (or 0x579200) is known color: Limeade. HEX triplet: 57, 92 and 00. RGB value is (87,146,0). Sum of RGB (Red+Green+Blue) = 87+146+0=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 146 (57.42% from 255 or 62.66% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 146 - color contains mainly: green. Hex color #579200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #579200 is #A86DFF. Grayscale: #707070. Windows color (decimal): -11038208 or 37463. OLE color: 37463.
HSL color Cylindrical-coordinate representation of color #579200: hue angle of 84.25º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #579200 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 146 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.43 |
| HSL | 84.25º | 1% | 0.29% | - |
| HSV(B) | 84.25º | 1% | 0.57% | - |
| XYZ | 14.21 | 22.58 | 3.61 | - |
| YUV | 111.72 | 64.95 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 146 | 0 | 0.40 | 0 | 1 | 0.43 | 84.25 | 1 | 0.29 |
| Hex | 57 | 92 | 0 | 28 | 0 | 64 | 2B | 54 | 64 | 1D |
| Octal | 127 | 222 | 0 | 50 | 0 | 144 | 53 | 124 | 144 | 35 |
| Binary | 1010111 | 10010010 | 0 | 101000 | 0 | 1100100 | 101011 | 1010100 | 1100100 | 11101 |
Color Harmonies of #579200
Complementary color
Monochromatic Colors of #579200
Black with #579200
Text Example
Text Example
White with #579200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579200; }
p { color: rgb(87,146,0); }
H1.HeaderClassName
{
color: #579200;
}
.AnyTagClassName
{
color: #579200;
}
</style>
background-color css
<style>
a { background-color: #579200; }
a { background-color: rgb(87,146,0); }
div.DivClassName
{
background-color: #579200;
}
.BgClassName
{
background-color: #579200;
}
</style>
border-color css
<style>
span { border-color: #579200; }
span { border-color: rgb(87,146,0); }
td.TdClassName
{
border-color: #579200;
}
.TagClassName
{
border-color: #579200;
}
</style>