Shades of Limeade #579D0D
Tints of Limeade #579D0D
RGB
CMYK
RGB Variations
Color information
#579D0D (or 0x579D0D) is known color: Limeade. HEX triplet: 57, 9D and 0D. RGB value is (87,157,13). Sum of RGB (Red+Green+Blue) = 87+157+13=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 157 (61.72% from 255 or 61.09% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 157 - color contains mainly: green. Hex color #579D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #579D0D is #A862F2. Grayscale: #787878. Windows color (decimal): -11035379 or 892247. OLE color: 892247.
HSL color Cylindrical-coordinate representation of color #579D0D: hue angle of 89.17º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #579D0D is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 157 | 13 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.38 |
| HSL | 89.17º | 0.85% | 0.33% | - |
| HSV(B) | 89.17º | 0.92% | 0.62% | - |
| XYZ | 16.06 | 26.17 | 4.59 | - |
| YUV | 119.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 157 | 13 | 0.45 | 0 | 0.92 | 0.38 | 89.17 | 0.85 | 0.33 |
| Hex | 57 | 9D | D | 2D | 0 | 5C | 26 | 59 | 55 | 21 |
| Octal | 127 | 235 | 15 | 55 | 0 | 134 | 46 | 131 | 125 | 41 |
| Binary | 1010111 | 10011101 | 1101 | 101101 | 0 | 1011100 | 100110 | 1011001 | 1010101 | 100001 |
Color Harmonies of #579D0D
Complementary color
Monochromatic Colors of #579D0D
Black with #579D0D
Text Example
Text Example
White with #579D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579D0D; }
p { color: rgb(87,157,13); }
H1.HeaderClassName
{
color: #579D0D;
}
.AnyTagClassName
{
color: #579D0D;
}
</style>
background-color css
<style>
a { background-color: #579D0D; }
a { background-color: rgb(87,157,13); }
div.DivClassName
{
background-color: #579D0D;
}
.BgClassName
{
background-color: #579D0D;
}
</style>
border-color css
<style>
span { border-color: #579D0D; }
span { border-color: rgb(87,157,13); }
td.TdClassName
{
border-color: #579D0D;
}
.TagClassName
{
border-color: #579D0D;
}
</style>