Shades of Limeade #569001
Tints of Limeade #569001
RGB
CMYK
RGB Variations
Color information
#569001 (or 0x569001) is known color: Limeade. HEX triplet: 56, 90 and 01. RGB value is (86,144,1). Sum of RGB (Red+Green+Blue) = 86+144+1=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #569001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569001 is #A96FFE. Grayscale: #6E6E6E. Windows color (decimal): -11104255 or 102486. OLE color: 102486.
HSL color Cylindrical-coordinate representation of color #569001: hue angle of 84.34º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #569001 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 144 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.44 |
| HSL | 84.34º | 0.99% | 0.28% | - |
| HSV(B) | 84.34º | 0.99% | 0.56% | - |
| XYZ | 13.82 | 21.93 | 3.53 | - |
| YUV | 110.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 144 | 1 | 0.40 | 0 | 0.99 | 0.44 | 84.34 | 0.99 | 0.28 |
| Hex | 56 | 90 | 1 | 28 | 0 | 63 | 2C | 54 | 63 | 1C |
| Octal | 126 | 220 | 1 | 50 | 0 | 143 | 54 | 124 | 143 | 34 |
| Binary | 1010110 | 10010000 | 1 | 101000 | 0 | 1100011 | 101100 | 1010100 | 1100011 | 11100 |
Color Harmonies of #569001
Complementary color
Monochromatic Colors of #569001
Black with #569001
Text Example
Text Example
White with #569001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569001; }
p { color: rgb(86,144,1); }
H1.HeaderClassName
{
color: #569001;
}
.AnyTagClassName
{
color: #569001;
}
</style>
background-color css
<style>
a { background-color: #569001; }
a { background-color: rgb(86,144,1); }
div.DivClassName
{
background-color: #569001;
}
.BgClassName
{
background-color: #569001;
}
</style>
border-color css
<style>
span { border-color: #569001; }
span { border-color: rgb(86,144,1); }
td.TdClassName
{
border-color: #569001;
}
.TagClassName
{
border-color: #569001;
}
</style>