Shades of Limeade #569202
Tints of Limeade #569202
RGB
CMYK
RGB Variations
Color information
#569202 (or 0x569202) is known color: Limeade. HEX triplet: 56, 92 and 02. RGB value is (86,146,2). Sum of RGB (Red+Green+Blue) = 86+146+2=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #569202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569202 is #A96DFD. Grayscale: #707070. Windows color (decimal): -11103742 or 168534. OLE color: 168534.
HSL color Cylindrical-coordinate representation of color #569202: hue angle of 85º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #569202 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 146 | 2 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.43 |
| HSL | 85º | 0.97% | 0.29% | - |
| HSV(B) | 85º | 0.99% | 0.57% | - |
| XYZ | 14.13 | 22.54 | 3.66 | - |
| YUV | 111.64 | 66.12 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 2 | 0.41 | 0 | 0.99 | 0.43 | 85 | 0.97 | 0.29 |
| Hex | 56 | 92 | 2 | 29 | 0 | 63 | 2B | 55 | 61 | 1D |
| Octal | 126 | 222 | 2 | 51 | 0 | 143 | 53 | 125 | 141 | 35 |
| Binary | 1010110 | 10010010 | 10 | 101001 | 0 | 1100011 | 101011 | 1010101 | 1100001 | 11101 |
Color Harmonies of #569202
Complementary color
Monochromatic Colors of #569202
Black with #569202
Text Example
Text Example
White with #569202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569202; }
p { color: rgb(86,146,2); }
H1.HeaderClassName
{
color: #569202;
}
.AnyTagClassName
{
color: #569202;
}
</style>
background-color css
<style>
a { background-color: #569202; }
a { background-color: rgb(86,146,2); }
div.DivClassName
{
background-color: #569202;
}
.BgClassName
{
background-color: #569202;
}
</style>
border-color css
<style>
span { border-color: #569202; }
span { border-color: rgb(86,146,2); }
td.TdClassName
{
border-color: #569202;
}
.TagClassName
{
border-color: #569202;
}
</style>