Shades of Limeade #569003
Tints of Limeade #569003
RGB
CMYK
RGB Variations
Color information
#569003 (or 0x569003) is known color: Limeade. HEX triplet: 56, 90 and 03. RGB value is (86,144,3). Sum of RGB (Red+Green+Blue) = 86+144+3=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 144 (56.64% from 255 or 61.80% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 144 - color contains mainly: green. Hex color #569003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569003 is #A96FFC. Grayscale: #6F6F6F. Windows color (decimal): -11104253 or 233558. OLE color: 233558.
HSL color Cylindrical-coordinate representation of color #569003: hue angle of 84.68º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #569003 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 144 | 3 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.44 |
| HSL | 84.68º | 0.96% | 0.29% | - |
| HSV(B) | 84.68º | 0.98% | 0.56% | - |
| XYZ | 13.83 | 21.93 | 3.59 | - |
| YUV | 110.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 144 | 3 | 0.40 | 0 | 0.98 | 0.44 | 84.68 | 0.96 | 0.29 |
| Hex | 56 | 90 | 3 | 28 | 0 | 62 | 2C | 55 | 60 | 1D |
| Octal | 126 | 220 | 3 | 50 | 0 | 142 | 54 | 125 | 140 | 35 |
| Binary | 1010110 | 10010000 | 11 | 101000 | 0 | 1100010 | 101100 | 1010101 | 1100000 | 11101 |
Color Harmonies of #569003
Complementary color
Monochromatic Colors of #569003
Black with #569003
Text Example
Text Example
White with #569003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569003; }
p { color: rgb(86,144,3); }
H1.HeaderClassName
{
color: #569003;
}
.AnyTagClassName
{
color: #569003;
}
</style>
background-color css
<style>
a { background-color: #569003; }
a { background-color: rgb(86,144,3); }
div.DivClassName
{
background-color: #569003;
}
.BgClassName
{
background-color: #569003;
}
</style>
border-color css
<style>
span { border-color: #569003; }
span { border-color: rgb(86,144,3); }
td.TdClassName
{
border-color: #569003;
}
.TagClassName
{
border-color: #569003;
}
</style>