Shades of Limeade #569F32
Tints of Limeade #569F32
RGB
CMYK
RGB Variations
Color information
#569F32 (or 0x569F32) is known color: Limeade. HEX triplet: 56, 9F and 32. RGB value is (86,159,50). Sum of RGB (Red+Green+Blue) = 86+159+50=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #569F32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569F32 is #A960CD. Grayscale: #7D7D7D. Windows color (decimal): -11100366 or 3317590. OLE color: 3317590.
HSL color Cylindrical-coordinate representation of color #569F32: hue angle of 100.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #569F32 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 159 | 50 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.38 |
| HSL | 100.18º | 0.52% | 0.41% | - |
| HSV(B) | 100.18º | 0.69% | 0.62% | - |
| XYZ | 16.81 | 27.01 | 7.34 | - |
| YUV | 124.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 50 | 0.46 | 0 | 0.69 | 0.38 | 100.18 | 0.52 | 0.41 |
| Hex | 56 | 9F | 32 | 2E | 0 | 45 | 26 | 64 | 34 | 29 |
| Octal | 126 | 237 | 62 | 56 | 0 | 105 | 46 | 144 | 64 | 51 |
| Binary | 1010110 | 10011111 | 110010 | 101110 | 0 | 1000101 | 100110 | 1100100 | 110100 | 101001 |
Color Harmonies of #569F32
Complementary color
Monochromatic Colors of #569F32
Black with #569F32
Text Example
Text Example
White with #569F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569F32; }
p { color: rgb(86,159,50); }
H1.HeaderClassName
{
color: #569F32;
}
.AnyTagClassName
{
color: #569F32;
}
</style>
background-color css
<style>
a { background-color: #569F32; }
a { background-color: rgb(86,159,50); }
div.DivClassName
{
background-color: #569F32;
}
.BgClassName
{
background-color: #569F32;
}
</style>
border-color css
<style>
span { border-color: #569F32; }
span { border-color: rgb(86,159,50); }
td.TdClassName
{
border-color: #569F32;
}
.TagClassName
{
border-color: #569F32;
}
</style>