Shades of Limeade #569102
Tints of Limeade #569102
RGB
CMYK
RGB Variations
Color information
#569102 (or 0x569102) is known color: Limeade. HEX triplet: 56, 91 and 02. RGB value is (86,145,2). Sum of RGB (Red+Green+Blue) = 86+145+2=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #569102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569102 is #A96EFD. Grayscale: #6F6F6F. Windows color (decimal): -11103998 or 168278. OLE color: 168278.
HSL color Cylindrical-coordinate representation of color #569102: hue angle of 84.76º 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 #569102 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 145 | 2 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.43 |
| HSL | 84.76º | 0.97% | 0.29% | - |
| HSV(B) | 84.76º | 0.99% | 0.57% | - |
| XYZ | 13.97 | 22.23 | 3.61 | - |
| YUV | 111.06 | 66.45 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 145 | 2 | 0.41 | 0 | 0.99 | 0.43 | 84.76 | 0.97 | 0.29 |
| Hex | 56 | 91 | 2 | 29 | 0 | 63 | 2B | 55 | 61 | 1D |
| Octal | 126 | 221 | 2 | 51 | 0 | 143 | 53 | 125 | 141 | 35 |
| Binary | 1010110 | 10010001 | 10 | 101001 | 0 | 1100011 | 101011 | 1010101 | 1100001 | 11101 |
Color Harmonies of #569102
Complementary color
Monochromatic Colors of #569102
Black with #569102
Text Example
Text Example
White with #569102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569102; }
p { color: rgb(86,145,2); }
H1.HeaderClassName
{
color: #569102;
}
.AnyTagClassName
{
color: #569102;
}
</style>
background-color css
<style>
a { background-color: #569102; }
a { background-color: rgb(86,145,2); }
div.DivClassName
{
background-color: #569102;
}
.BgClassName
{
background-color: #569102;
}
</style>
border-color css
<style>
span { border-color: #569102; }
span { border-color: rgb(86,145,2); }
td.TdClassName
{
border-color: #569102;
}
.TagClassName
{
border-color: #569102;
}
</style>