Shades of Limeade #569100
Tints of Limeade #569100
RGB
CMYK
RGB Variations
Color information
#569100 (or 0x569100) is known color: Limeade. HEX triplet: 56, 91 and 00. RGB value is (86,145,0). Sum of RGB (Red+Green+Blue) = 86+145+0=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #569100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569100 is #A96EFF. Grayscale: #6F6F6F. Windows color (decimal): -11104000 or 37206. OLE color: 37206.
HSL color Cylindrical-coordinate representation of color #569100: hue angle of 84.41º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #569100 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 145 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.43 |
| HSL | 84.41º | 1% | 0.28% | - |
| HSV(B) | 84.41º | 1% | 0.57% | - |
| XYZ | 13.96 | 22.23 | 3.55 | - |
| YUV | 110.83 | 65.45 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 145 | 0 | 0.41 | 0 | 1 | 0.43 | 84.41 | 1 | 0.28 |
| Hex | 56 | 91 | 0 | 29 | 0 | 64 | 2B | 54 | 64 | 1C |
| Octal | 126 | 221 | 0 | 51 | 0 | 144 | 53 | 124 | 144 | 34 |
| Binary | 1010110 | 10010001 | 0 | 101001 | 0 | 1100100 | 101011 | 1010100 | 1100100 | 11100 |
Color Harmonies of #569100
Complementary color
Monochromatic Colors of #569100
Black with #569100
Text Example
Text Example
White with #569100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569100; }
p { color: rgb(86,145,0); }
H1.HeaderClassName
{
color: #569100;
}
.AnyTagClassName
{
color: #569100;
}
</style>
background-color css
<style>
a { background-color: #569100; }
a { background-color: rgb(86,145,0); }
div.DivClassName
{
background-color: #569100;
}
.BgClassName
{
background-color: #569100;
}
</style>
border-color css
<style>
span { border-color: #569100; }
span { border-color: rgb(86,145,0); }
td.TdClassName
{
border-color: #569100;
}
.TagClassName
{
border-color: #569100;
}
</style>