Shades of Apple #569E40
Tints of Apple #569E40
RGB
CMYK
RGB Variations
Color information
#569E40 (or 0x569E40) is known color: Apple. HEX triplet: 56, 9E and 40. RGB value is (86,158,64). Sum of RGB (Red+Green+Blue) = 86+158+64=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #569E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569E40 is #A961BF. Grayscale: #7E7E7E. Windows color (decimal): -11100608 or 4234838. OLE color: 4234838.
HSL color Cylindrical-coordinate representation of color #569E40: hue angle of 105.96º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #569E40 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 158 | 64 | - |
| CMYK | 0.46 | 0 | 0.59 | 0.38 |
| HSL | 105.96º | 0.42% | 0.44% | - |
| HSV(B) | 105.96º | 0.59% | 0.62% | - |
| XYZ | 16.99 | 26.8 | 9.13 | - |
| YUV | 125.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 64 | 0.46 | 0 | 0.59 | 0.38 | 105.96 | 0.42 | 0.44 |
| Hex | 56 | 9E | 40 | 2E | 0 | 3B | 26 | 6A | 2A | 2C |
| Octal | 126 | 236 | 100 | 56 | 0 | 73 | 46 | 152 | 52 | 54 |
| Binary | 1010110 | 10011110 | 1000000 | 101110 | 0 | 111011 | 100110 | 1101010 | 101010 | 101100 |
Color Harmonies of #569E40
Complementary color
Monochromatic Colors of #569E40
Black with #569E40
Text Example
Text Example
White with #569E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569E40; }
p { color: rgb(86,158,64); }
H1.HeaderClassName
{
color: #569E40;
}
.AnyTagClassName
{
color: #569E40;
}
</style>
background-color css
<style>
a { background-color: #569E40; }
a { background-color: rgb(86,158,64); }
div.DivClassName
{
background-color: #569E40;
}
.BgClassName
{
background-color: #569E40;
}
</style>
border-color css
<style>
span { border-color: #569E40; }
span { border-color: rgb(86,158,64); }
td.TdClassName
{
border-color: #569E40;
}
.TagClassName
{
border-color: #569E40;
}
</style>