Shades of Limeade #579301
Tints of Limeade #579301
RGB
CMYK
RGB Variations
Color information
#579301 (or 0x579301) is known color: Limeade. HEX triplet: 57, 93 and 01. RGB value is (87,147,1). Sum of RGB (Red+Green+Blue) = 87+147+1=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 147 (57.81% from 255 or 62.55% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 147 - color contains mainly: green. Hex color #579301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #579301 is #A86CFE. Grayscale: #707070. Windows color (decimal): -11037951 or 103255. OLE color: 103255.
HSL color Cylindrical-coordinate representation of color #579301: hue angle of 84.66º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #579301 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 147 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.42 |
| HSL | 84.66º | 0.99% | 0.29% | - |
| HSV(B) | 84.66º | 0.99% | 0.58% | - |
| XYZ | 14.37 | 22.9 | 3.69 | - |
| YUV | 112.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 1 | 0.41 | 0 | 0.99 | 0.42 | 84.66 | 0.99 | 0.29 |
| Hex | 57 | 93 | 1 | 29 | 0 | 63 | 2A | 55 | 63 | 1D |
| Octal | 127 | 223 | 1 | 51 | 0 | 143 | 52 | 125 | 143 | 35 |
| Binary | 1010111 | 10010011 | 1 | 101001 | 0 | 1100011 | 101010 | 1010101 | 1100011 | 11101 |
Color Harmonies of #579301
Complementary color
Monochromatic Colors of #579301
Black with #579301
Text Example
Text Example
White with #579301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579301; }
p { color: rgb(87,147,1); }
H1.HeaderClassName
{
color: #579301;
}
.AnyTagClassName
{
color: #579301;
}
</style>
background-color css
<style>
a { background-color: #579301; }
a { background-color: rgb(87,147,1); }
div.DivClassName
{
background-color: #579301;
}
.BgClassName
{
background-color: #579301;
}
</style>
border-color css
<style>
span { border-color: #579301; }
span { border-color: rgb(87,147,1); }
td.TdClassName
{
border-color: #579301;
}
.TagClassName
{
border-color: #579301;
}
</style>