Shades of Limeade #579102
Tints of Limeade #579102
RGB
CMYK
RGB Variations
Color information
#579102 (or 0x579102) is known color: Limeade. HEX triplet: 57, 91 and 02. RGB value is (87,145,2). Sum of RGB (Red+Green+Blue) = 87+145+2=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #579102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #579102 is #A86EFD. Grayscale: #6F6F6F. Windows color (decimal): -11038462 or 168279. OLE color: 168279.
HSL color Cylindrical-coordinate representation of color #579102: hue angle of 84.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #579102 is Cyan = 0.4, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 87 | 145 | 2 | - |
| CMYK | 0.4 | 0 | 0.99 | 0.43 |
| HSL | 84.34º | 0.97% | 0.29% | - |
| HSV(B) | 84.34º | 0.99% | 0.57% | - |
| XYZ | 14.07 | 22.28 | 3.62 | - |
| YUV | 111.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 145 | 2 | 0.4 | 0 | 0.99 | 0.43 | 84.34 | 0.97 | 0.29 |
| Hex | 57 | 91 | 2 | 28 | 0 | 63 | 2B | 54 | 61 | 1D |
| Octal | 127 | 221 | 2 | 50 | 0 | 143 | 53 | 124 | 141 | 35 |
| Binary | 1010111 | 10010001 | 10 | 101000 | 0 | 1100011 | 101011 | 1010100 | 1100001 | 11101 |
Color Harmonies of #579102
Complementary color
Monochromatic Colors of #579102
Black with #579102
Text Example
Text Example
White with #579102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579102; }
p { color: rgb(87,145,2); }
H1.HeaderClassName
{
color: #579102;
}
.AnyTagClassName
{
color: #579102;
}
</style>
background-color css
<style>
a { background-color: #579102; }
a { background-color: rgb(87,145,2); }
div.DivClassName
{
background-color: #579102;
}
.BgClassName
{
background-color: #579102;
}
</style>
border-color css
<style>
span { border-color: #579102; }
span { border-color: rgb(87,145,2); }
td.TdClassName
{
border-color: #579102;
}
.TagClassName
{
border-color: #579102;
}
</style>