Shades of Limeade #569C2A
Tints of Limeade #569C2A
RGB
CMYK
RGB Variations
Color information
#569C2A (or 0x569C2A) is known color: Limeade. HEX triplet: 56, 9C and 2A. RGB value is (86,156,42). Sum of RGB (Red+Green+Blue) = 86+156+42=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #569C2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569C2A is #A963D5. Grayscale: #7A7A7A. Windows color (decimal): -11101142 or 2792534. OLE color: 2792534.
HSL color Cylindrical-coordinate representation of color #569C2A: hue angle of 96.84º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #569C2A is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 156 | 42 | - |
| CMYK | 0.45 | 0 | 0.73 | 0.39 |
| HSL | 96.84º | 0.58% | 0.39% | - |
| HSV(B) | 96.84º | 0.73% | 0.61% | - |
| XYZ | 16.14 | 25.92 | 6.34 | - |
| YUV | 122.07 | 82.81 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 156 | 42 | 0.45 | 0 | 0.73 | 0.39 | 96.84 | 0.58 | 0.39 |
| Hex | 56 | 9C | 2A | 2D | 0 | 49 | 27 | 61 | 3A | 27 |
| Octal | 126 | 234 | 52 | 55 | 0 | 111 | 47 | 141 | 72 | 47 |
| Binary | 1010110 | 10011100 | 101010 | 101101 | 0 | 1001001 | 100111 | 1100001 | 111010 | 100111 |
Color Harmonies of #569C2A
Complementary color
Monochromatic Colors of #569C2A
Black with #569C2A
Text Example
Text Example
White with #569C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569C2A; }
p { color: rgb(86,156,42); }
H1.HeaderClassName
{
color: #569C2A;
}
.AnyTagClassName
{
color: #569C2A;
}
</style>
background-color css
<style>
a { background-color: #569C2A; }
a { background-color: rgb(86,156,42); }
div.DivClassName
{
background-color: #569C2A;
}
.BgClassName
{
background-color: #569C2A;
}
</style>
border-color css
<style>
span { border-color: #569C2A; }
span { border-color: rgb(86,156,42); }
td.TdClassName
{
border-color: #569C2A;
}
.TagClassName
{
border-color: #569C2A;
}
</style>