Shades of Apple #569D40
Tints of Apple #569D40
RGB
CMYK
RGB Variations
Color information
#569D40 (or 0x569D40) is known color: Apple. HEX triplet: 56, 9D and 40. RGB value is (86,157,64). Sum of RGB (Red+Green+Blue) = 86+157+64=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #569D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569D40 is #A962BF. Grayscale: #7D7D7D. Windows color (decimal): -11100864 or 4234582. OLE color: 4234582.
HSL color Cylindrical-coordinate representation of color #569D40: hue angle of 105.81º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #569D40 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 86 | 157 | 64 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.38 |
| HSL | 105.81º | 0.42% | 0.43% | - |
| HSV(B) | 105.81º | 0.59% | 0.62% | - |
| XYZ | 16.82 | 26.46 | 9.07 | - |
| YUV | 125.17 | 93.48 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 64 | 0.45 | 0 | 0.59 | 0.38 | 105.81 | 0.42 | 0.43 |
| Hex | 56 | 9D | 40 | 2D | 0 | 3B | 26 | 6A | 2A | 2B |
| Octal | 126 | 235 | 100 | 55 | 0 | 73 | 46 | 152 | 52 | 53 |
| Binary | 1010110 | 10011101 | 1000000 | 101101 | 0 | 111011 | 100110 | 1101010 | 101010 | 101011 |
Color Harmonies of #569D40
Complementary color
Monochromatic Colors of #569D40
Black with #569D40
Text Example
Text Example
White with #569D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569D40; }
p { color: rgb(86,157,64); }
H1.HeaderClassName
{
color: #569D40;
}
.AnyTagClassName
{
color: #569D40;
}
</style>
background-color css
<style>
a { background-color: #569D40; }
a { background-color: rgb(86,157,64); }
div.DivClassName
{
background-color: #569D40;
}
.BgClassName
{
background-color: #569D40;
}
</style>
border-color css
<style>
span { border-color: #569D40; }
span { border-color: rgb(86,157,64); }
td.TdClassName
{
border-color: #569D40;
}
.TagClassName
{
border-color: #569D40;
}
</style>