Shades of Limeade #569601
Tints of Limeade #569601
RGB
CMYK
RGB Variations
Color information
#569601 (or 0x569601) is known color: Limeade. HEX triplet: 56, 96 and 01. RGB value is (86,150,1). Sum of RGB (Red+Green+Blue) = 86+150+1=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 150 (58.98% from 255 or 63.29% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 150 - color contains mainly: green. Hex color #569601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569601 is #A969FE. Grayscale: #727272. Windows color (decimal): -11102719 or 104022. OLE color: 104022.
HSL color Cylindrical-coordinate representation of color #569601: hue angle of 85.77º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #569601 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 1 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.41 |
| HSL | 85.77º | 0.99% | 0.3% | - |
| HSV(B) | 85.77º | 0.99% | 0.59% | - |
| XYZ | 14.75 | 23.79 | 3.84 | - |
| YUV | 113.88 | 64.3 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 1 | 0.43 | 0 | 0.99 | 0.41 | 85.77 | 0.99 | 0.3 |
| Hex | 56 | 96 | 1 | 2B | 0 | 63 | 29 | 56 | 63 | 1E |
| Octal | 126 | 226 | 1 | 53 | 0 | 143 | 51 | 126 | 143 | 36 |
| Binary | 1010110 | 10010110 | 1 | 101011 | 0 | 1100011 | 101001 | 1010110 | 1100011 | 11110 |
Color Harmonies of #569601
Complementary color
Monochromatic Colors of #569601
Black with #569601
Text Example
Text Example
White with #569601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569601; }
p { color: rgb(86,150,1); }
H1.HeaderClassName
{
color: #569601;
}
.AnyTagClassName
{
color: #569601;
}
</style>
background-color css
<style>
a { background-color: #569601; }
a { background-color: rgb(86,150,1); }
div.DivClassName
{
background-color: #569601;
}
.BgClassName
{
background-color: #569601;
}
</style>
border-color css
<style>
span { border-color: #569601; }
span { border-color: rgb(86,150,1); }
td.TdClassName
{
border-color: #569601;
}
.TagClassName
{
border-color: #569601;
}
</style>