Shades of Limeade #569E2A
Tints of Limeade #569E2A
RGB
CMYK
RGB Variations
Color information
#569E2A (or 0x569E2A) is known color: Limeade. HEX triplet: 56, 9E and 2A. RGB value is (86,158,42). Sum of RGB (Red+Green+Blue) = 86+158+42=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 158 (62.11% from 255 or 55.24% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 158 - color contains mainly: green. Hex color #569E2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569E2A is #A961D5. Grayscale: #7B7B7B. Windows color (decimal): -11100630 or 2793046. OLE color: 2793046.
HSL color Cylindrical-coordinate representation of color #569E2A: hue angle of 97.24º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #569E2A is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 158 | 42 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.38 |
| HSL | 97.24º | 0.58% | 0.39% | - |
| HSV(B) | 97.24º | 0.73% | 0.62% | - |
| XYZ | 16.48 | 26.6 | 6.46 | - |
| YUV | 123.25 | 82.15 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 42 | 0.46 | 0 | 0.73 | 0.38 | 97.24 | 0.58 | 0.39 |
| Hex | 56 | 9E | 2A | 2E | 0 | 49 | 26 | 61 | 3A | 27 |
| Octal | 126 | 236 | 52 | 56 | 0 | 111 | 46 | 141 | 72 | 47 |
| Binary | 1010110 | 10011110 | 101010 | 101110 | 0 | 1001001 | 100110 | 1100001 | 111010 | 100111 |
Color Harmonies of #569E2A
Complementary color
Monochromatic Colors of #569E2A
Black with #569E2A
Text Example
Text Example
White with #569E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569E2A; }
p { color: rgb(86,158,42); }
H1.HeaderClassName
{
color: #569E2A;
}
.AnyTagClassName
{
color: #569E2A;
}
</style>
background-color css
<style>
a { background-color: #569E2A; }
a { background-color: rgb(86,158,42); }
div.DivClassName
{
background-color: #569E2A;
}
.BgClassName
{
background-color: #569E2A;
}
</style>
border-color css
<style>
span { border-color: #569E2A; }
span { border-color: rgb(86,158,42); }
td.TdClassName
{
border-color: #569E2A;
}
.TagClassName
{
border-color: #569E2A;
}
</style>