Shades of Limeade #569E32
Tints of Limeade #569E32
RGB
CMYK
RGB Variations
Color information
#569E32 (or 0x569E32) is known color: Limeade. HEX triplet: 56, 9E and 32. RGB value is (86,158,50). Sum of RGB (Red+Green+Blue) = 86+158+50=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #569E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569E32 is #A961CD. Grayscale: #7C7C7C. Windows color (decimal): -11100622 or 3317334. OLE color: 3317334.
HSL color Cylindrical-coordinate representation of color #569E32: hue angle of 100º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #569E32 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 158 | 50 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.38 |
| HSL | 100º | 0.52% | 0.41% | - |
| HSV(B) | 100º | 0.68% | 0.62% | - |
| XYZ | 16.64 | 26.66 | 7.29 | - |
| YUV | 124.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 50 | 0.46 | 0 | 0.68 | 0.38 | 100 | 0.52 | 0.41 |
| Hex | 56 | 9E | 32 | 2E | 0 | 44 | 26 | 64 | 34 | 29 |
| Octal | 126 | 236 | 62 | 56 | 0 | 104 | 46 | 144 | 64 | 51 |
| Binary | 1010110 | 10011110 | 110010 | 101110 | 0 | 1000100 | 100110 | 1100100 | 110100 | 101001 |
Color Harmonies of #569E32
Complementary color
Monochromatic Colors of #569E32
Black with #569E32
Text Example
Text Example
White with #569E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569E32; }
p { color: rgb(86,158,50); }
H1.HeaderClassName
{
color: #569E32;
}
.AnyTagClassName
{
color: #569E32;
}
</style>
background-color css
<style>
a { background-color: #569E32; }
a { background-color: rgb(86,158,50); }
div.DivClassName
{
background-color: #569E32;
}
.BgClassName
{
background-color: #569E32;
}
</style>
border-color css
<style>
span { border-color: #569E32; }
span { border-color: rgb(86,158,50); }
td.TdClassName
{
border-color: #569E32;
}
.TagClassName
{
border-color: #569E32;
}
</style>