Shades of Limeade #569D1D
Tints of Limeade #569D1D
RGB
CMYK
RGB Variations
Color information
#569D1D (or 0x569D1D) is known color: Limeade. HEX triplet: 56, 9D and 1D. RGB value is (86,157,29). Sum of RGB (Red+Green+Blue) = 86+157+29=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #569D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569D1D is #A962E2. Grayscale: #797979. Windows color (decimal): -11100899 or 1940822. OLE color: 1940822.
HSL color Cylindrical-coordinate representation of color #569D1D: hue angle of 93.28º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #569D1D is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 29 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.38 |
| HSL | 93.28º | 0.69% | 0.36% | - |
| HSV(B) | 93.28º | 0.82% | 0.62% | - |
| XYZ | 16.12 | 26.18 | 5.37 | - |
| YUV | 121.18 | 75.98 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 29 | 0.45 | 0 | 0.82 | 0.38 | 93.28 | 0.69 | 0.36 |
| Hex | 56 | 9D | 1D | 2D | 0 | 52 | 26 | 5D | 45 | 24 |
| Octal | 126 | 235 | 35 | 55 | 0 | 122 | 46 | 135 | 105 | 44 |
| Binary | 1010110 | 10011101 | 11101 | 101101 | 0 | 1010010 | 100110 | 1011101 | 1000101 | 100100 |
Color Harmonies of #569D1D
Complementary color
Monochromatic Colors of #569D1D
Black with #569D1D
Text Example
Text Example
White with #569D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D1D; }
p { color: rgb(86,157,29); }
H1.HeaderClassName
{
color: #569D1D;
}
.AnyTagClassName
{
color: #569D1D;
}
</style>
background-color css
<style>
a { background-color: #569D1D; }
a { background-color: rgb(86,157,29); }
div.DivClassName
{
background-color: #569D1D;
}
.BgClassName
{
background-color: #569D1D;
}
</style>
border-color css
<style>
span { border-color: #569D1D; }
span { border-color: rgb(86,157,29); }
td.TdClassName
{
border-color: #569D1D;
}
.TagClassName
{
border-color: #569D1D;
}
</style>