Shades of Limeade #569F0D
Tints of Limeade #569F0D
RGB
CMYK
RGB Variations
Color information
#569F0D (or 0x569F0D) is known color: Limeade. HEX triplet: 56, 9F and 0D. RGB value is (86,159,13). Sum of RGB (Red+Green+Blue) = 86+159+13=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 159 (62.5% from 255 or 61.63% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 159 - color contains mainly: green. Hex color #569F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #569F0D is #A960F2. Grayscale: #797979. Windows color (decimal): -11100403 or 892758. OLE color: 892758.
HSL color Cylindrical-coordinate representation of color #569F0D: hue angle of 90º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #569F0D is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 159 | 13 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.38 |
| HSL | 90º | 0.85% | 0.34% | - |
| HSV(B) | 90º | 0.92% | 0.62% | - |
| XYZ | 16.31 | 26.8 | 4.69 | - |
| YUV | 120.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 159 | 13 | 0.46 | 0 | 0.92 | 0.38 | 90 | 0.85 | 0.34 |
| Hex | 56 | 9F | D | 2E | 0 | 5C | 26 | 5A | 55 | 22 |
| Octal | 126 | 237 | 15 | 56 | 0 | 134 | 46 | 132 | 125 | 42 |
| Binary | 1010110 | 10011111 | 1101 | 101110 | 0 | 1011100 | 100110 | 1011010 | 1010101 | 100010 |
Color Harmonies of #569F0D
Complementary color
Monochromatic Colors of #569F0D
Black with #569F0D
Text Example
Text Example
White with #569F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569F0D; }
p { color: rgb(86,159,13); }
H1.HeaderClassName
{
color: #569F0D;
}
.AnyTagClassName
{
color: #569F0D;
}
</style>
background-color css
<style>
a { background-color: #569F0D; }
a { background-color: rgb(86,159,13); }
div.DivClassName
{
background-color: #569F0D;
}
.BgClassName
{
background-color: #569F0D;
}
</style>
border-color css
<style>
span { border-color: #569F0D; }
span { border-color: rgb(86,159,13); }
td.TdClassName
{
border-color: #569F0D;
}
.TagClassName
{
border-color: #569F0D;
}
</style>