Shades of Limeade #579D1C
Tints of Limeade #579D1C
RGB
CMYK
RGB Variations
Color information
#579D1C (or 0x579D1C) is known color: Limeade. HEX triplet: 57, 9D and 1C. RGB value is (87,157,28). Sum of RGB (Red+Green+Blue) = 87+157+28=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #579D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #579D1C is #A862E3. Grayscale: #797979. Windows color (decimal): -11035364 or 1875287. OLE color: 1875287.
HSL color Cylindrical-coordinate representation of color #579D1C: hue angle of 92.56º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #579D1C is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 157 | 28 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.38 |
| HSL | 92.56º | 0.7% | 0.36% | - |
| HSV(B) | 92.56º | 0.82% | 0.62% | - |
| XYZ | 16.2 | 26.22 | 5.31 | - |
| YUV | 121.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 28 | 0.45 | 0 | 0.82 | 0.38 | 92.56 | 0.7 | 0.36 |
| Hex | 57 | 9D | 1C | 2D | 0 | 52 | 26 | 5D | 46 | 24 |
| Octal | 127 | 235 | 34 | 55 | 0 | 122 | 46 | 135 | 106 | 44 |
| Binary | 1010111 | 10011101 | 11100 | 101101 | 0 | 1010010 | 100110 | 1011101 | 1000110 | 100100 |
Color Harmonies of #579D1C
Complementary color
Monochromatic Colors of #579D1C
Black with #579D1C
Text Example
Text Example
White with #579D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579D1C; }
p { color: rgb(87,157,28); }
H1.HeaderClassName
{
color: #579D1C;
}
.AnyTagClassName
{
color: #579D1C;
}
</style>
background-color css
<style>
a { background-color: #579D1C; }
a { background-color: rgb(87,157,28); }
div.DivClassName
{
background-color: #579D1C;
}
.BgClassName
{
background-color: #579D1C;
}
</style>
border-color css
<style>
span { border-color: #579D1C; }
span { border-color: rgb(87,157,28); }
td.TdClassName
{
border-color: #579D1C;
}
.TagClassName
{
border-color: #579D1C;
}
</style>