Shades of Limeade #569F20
Tints of Limeade #569F20
RGB
CMYK
RGB Variations
Color information
#569F20 (or 0x569F20) is known color: Limeade. HEX triplet: 56, 9F and 20. RGB value is (86,159,32). Sum of RGB (Red+Green+Blue) = 86+159+32=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #569F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569F20 is #A960DF. Grayscale: #7B7B7B. Windows color (decimal): -11100384 or 2137942. OLE color: 2137942.
HSL color Cylindrical-coordinate representation of color #569F20: hue angle of 94.49º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #569F20 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 159 | 32 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.38 |
| HSL | 94.49º | 0.66% | 0.37% | - |
| HSV(B) | 94.49º | 0.8% | 0.62% | - |
| XYZ | 16.5 | 26.88 | 5.69 | - |
| YUV | 122.7 | 76.82 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 32 | 0.46 | 0 | 0.80 | 0.38 | 94.49 | 0.66 | 0.37 |
| Hex | 56 | 9F | 20 | 2E | 0 | 50 | 26 | 5E | 42 | 25 |
| Octal | 126 | 237 | 40 | 56 | 0 | 120 | 46 | 136 | 102 | 45 |
| Binary | 1010110 | 10011111 | 100000 | 101110 | 0 | 1010000 | 100110 | 1011110 | 1000010 | 100101 |
Color Harmonies of #569F20
Complementary color
Monochromatic Colors of #569F20
Black with #569F20
Text Example
Text Example
White with #569F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569F20; }
p { color: rgb(86,159,32); }
H1.HeaderClassName
{
color: #569F20;
}
.AnyTagClassName
{
color: #569F20;
}
</style>
background-color css
<style>
a { background-color: #569F20; }
a { background-color: rgb(86,159,32); }
div.DivClassName
{
background-color: #569F20;
}
.BgClassName
{
background-color: #569F20;
}
</style>
border-color css
<style>
span { border-color: #569F20; }
span { border-color: rgb(86,159,32); }
td.TdClassName
{
border-color: #569F20;
}
.TagClassName
{
border-color: #569F20;
}
</style>