Shades of Limeade #569403
Tints of Limeade #569403
RGB
CMYK
RGB Variations
Color information
#569403 (or 0x569403) is known color: Limeade. HEX triplet: 56, 94 and 03. RGB value is (86,148,3). Sum of RGB (Red+Green+Blue) = 86+148+3=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #569403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569403 is #A96BFC. Grayscale: #717171. Windows color (decimal): -11103229 or 234582. OLE color: 234582.
HSL color Cylindrical-coordinate representation of color #569403: hue angle of 85.66º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #569403 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 148 | 3 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.42 |
| HSL | 85.66º | 0.96% | 0.3% | - |
| HSV(B) | 85.66º | 0.98% | 0.58% | - |
| XYZ | 14.44 | 23.16 | 3.8 | - |
| YUV | 112.93 | 65.96 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 148 | 3 | 0.42 | 0 | 0.98 | 0.42 | 85.66 | 0.96 | 0.3 |
| Hex | 56 | 94 | 3 | 2A | 0 | 62 | 2A | 56 | 60 | 1E |
| Octal | 126 | 224 | 3 | 52 | 0 | 142 | 52 | 126 | 140 | 36 |
| Binary | 1010110 | 10010100 | 11 | 101010 | 0 | 1100010 | 101010 | 1010110 | 1100000 | 11110 |
Color Harmonies of #569403
Complementary color
Monochromatic Colors of #569403
Black with #569403
Text Example
Text Example
White with #569403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569403; }
p { color: rgb(86,148,3); }
H1.HeaderClassName
{
color: #569403;
}
.AnyTagClassName
{
color: #569403;
}
</style>
background-color css
<style>
a { background-color: #569403; }
a { background-color: rgb(86,148,3); }
div.DivClassName
{
background-color: #569403;
}
.BgClassName
{
background-color: #569403;
}
</style>
border-color css
<style>
span { border-color: #569403; }
span { border-color: rgb(86,148,3); }
td.TdClassName
{
border-color: #569403;
}
.TagClassName
{
border-color: #569403;
}
</style>