Shades of Limeade #569400
Tints of Limeade #569400
RGB
CMYK
RGB Variations
Color information
#569400 (or 0x569400) is known color: Limeade. HEX triplet: 56, 94 and 00. RGB value is (86,148,0). Sum of RGB (Red+Green+Blue) = 86+148+0=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #569400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569400 is #A96BFF. Grayscale: #717171. Windows color (decimal): -11103232 or 37974. OLE color: 37974.
HSL color Cylindrical-coordinate representation of color #569400: hue angle of 85.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #569400 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 148 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.42 |
| HSL | 85.14º | 1% | 0.29% | - |
| HSV(B) | 85.14º | 1% | 0.58% | - |
| XYZ | 14.43 | 23.16 | 3.71 | - |
| YUV | 112.59 | 64.46 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 148 | 0 | 0.42 | 0 | 1 | 0.42 | 85.14 | 1 | 0.29 |
| Hex | 56 | 94 | 0 | 2A | 0 | 64 | 2A | 55 | 64 | 1D |
| Octal | 126 | 224 | 0 | 52 | 0 | 144 | 52 | 125 | 144 | 35 |
| Binary | 1010110 | 10010100 | 0 | 101010 | 0 | 1100100 | 101010 | 1010101 | 1100100 | 11101 |
Color Harmonies of #569400
Complementary color
Monochromatic Colors of #569400
Black with #569400
Text Example
Text Example
White with #569400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569400; }
p { color: rgb(86,148,0); }
H1.HeaderClassName
{
color: #569400;
}
.AnyTagClassName
{
color: #569400;
}
</style>
background-color css
<style>
a { background-color: #569400; }
a { background-color: rgb(86,148,0); }
div.DivClassName
{
background-color: #569400;
}
.BgClassName
{
background-color: #569400;
}
</style>
border-color css
<style>
span { border-color: #569400; }
span { border-color: rgb(86,148,0); }
td.TdClassName
{
border-color: #569400;
}
.TagClassName
{
border-color: #569400;
}
</style>