Shades of Limeade #569803
Tints of Limeade #569803
RGB
CMYK
RGB Variations
Color information
#569803 (or 0x569803) is known color: Limeade. HEX triplet: 56, 98 and 03. RGB value is (86,152,3). Sum of RGB (Red+Green+Blue) = 86+152+3=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 152 (59.77% from 255 or 63.07% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 152 - color contains mainly: green. Hex color #569803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569803 is #A967FC. Grayscale: #737373. Windows color (decimal): -11102205 or 235606. OLE color: 235606.
HSL color Cylindrical-coordinate representation of color #569803: hue angle of 86.58º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #569803 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 152 | 3 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.40 |
| HSL | 86.58º | 0.96% | 0.3% | - |
| HSV(B) | 86.58º | 0.98% | 0.6% | - |
| XYZ | 15.08 | 24.44 | 4.01 | - |
| YUV | 115.28 | 64.63 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 3 | 0.43 | 0 | 0.98 | 0.40 | 86.58 | 0.96 | 0.3 |
| Hex | 56 | 98 | 3 | 2B | 0 | 62 | 28 | 57 | 60 | 1E |
| Octal | 126 | 230 | 3 | 53 | 0 | 142 | 50 | 127 | 140 | 36 |
| Binary | 1010110 | 10011000 | 11 | 101011 | 0 | 1100010 | 101000 | 1010111 | 1100000 | 11110 |
Color Harmonies of #569803
Complementary color
Monochromatic Colors of #569803
Black with #569803
Text Example
Text Example
White with #569803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569803; }
p { color: rgb(86,152,3); }
H1.HeaderClassName
{
color: #569803;
}
.AnyTagClassName
{
color: #569803;
}
</style>
background-color css
<style>
a { background-color: #569803; }
a { background-color: rgb(86,152,3); }
div.DivClassName
{
background-color: #569803;
}
.BgClassName
{
background-color: #569803;
}
</style>
border-color css
<style>
span { border-color: #569803; }
span { border-color: rgb(86,152,3); }
td.TdClassName
{
border-color: #569803;
}
.TagClassName
{
border-color: #569803;
}
</style>