Shades of Limeade #569901
Tints of Limeade #569901
RGB
CMYK
RGB Variations
Color information
#569901 (or 0x569901) is known color: Limeade. HEX triplet: 56, 99 and 01. RGB value is (86,153,1). Sum of RGB (Red+Green+Blue) = 86+153+1=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 153 (60.16% from 255 or 63.75% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 153 - color contains mainly: green. Hex color #569901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569901 is #A966FE. Grayscale: #747474. Windows color (decimal): -11101951 or 104790. OLE color: 104790.
HSL color Cylindrical-coordinate representation of color #569901: hue angle of 86.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #569901 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.4 |
| HSL | 86.45º | 0.99% | 0.3% | - |
| HSV(B) | 86.45º | 0.99% | 0.6% | - |
| XYZ | 15.23 | 24.76 | 4.01 | - |
| YUV | 115.64 | 63.3 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 1 | 0.44 | 0 | 0.99 | 0.4 | 86.45 | 0.99 | 0.3 |
| Hex | 56 | 99 | 1 | 2C | 0 | 63 | 28 | 56 | 63 | 1E |
| Octal | 126 | 231 | 1 | 54 | 0 | 143 | 50 | 126 | 143 | 36 |
| Binary | 1010110 | 10011001 | 1 | 101100 | 0 | 1100011 | 101000 | 1010110 | 1100011 | 11110 |
Color Harmonies of #569901
Complementary color
Monochromatic Colors of #569901
Black with #569901
Text Example
Text Example
White with #569901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569901; }
p { color: rgb(86,153,1); }
H1.HeaderClassName
{
color: #569901;
}
.AnyTagClassName
{
color: #569901;
}
</style>
background-color css
<style>
a { background-color: #569901; }
a { background-color: rgb(86,153,1); }
div.DivClassName
{
background-color: #569901;
}
.BgClassName
{
background-color: #569901;
}
</style>
border-color css
<style>
span { border-color: #569901; }
span { border-color: rgb(86,153,1); }
td.TdClassName
{
border-color: #569901;
}
.TagClassName
{
border-color: #569901;
}
</style>