Shades of Apple #56B241
Tints of Apple #56B241
RGB
CMYK
RGB Variations
Color information
#56B241 (or 0x56B241) is known color: Apple. HEX triplet: 56, B2 and 41. RGB value is (86,178,65). Sum of RGB (Red+Green+Blue) = 86+178+65=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #56B241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56B241 is #A94DBE. Grayscale: #898989. Windows color (decimal): -11095487 or 4305494. OLE color: 4305494.
HSL color Cylindrical-coordinate representation of color #56B241: hue angle of 108.85º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56B241 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 178 | 65 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.30 |
| HSL | 108.85º | 0.47% | 0.48% | - |
| HSV(B) | 108.85º | 0.63% | 0.7% | - |
| XYZ | 20.71 | 34.2 | 10.51 | - |
| YUV | 137.61 | 87.02 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 65 | 0.52 | 0 | 0.63 | 0.30 | 108.85 | 0.47 | 0.48 |
| Hex | 56 | B2 | 41 | 34 | 0 | 3F | 1E | 6D | 2F | 30 |
| Octal | 126 | 262 | 101 | 64 | 0 | 77 | 36 | 155 | 57 | 60 |
| Binary | 1010110 | 10110010 | 1000001 | 110100 | 0 | 111111 | 11110 | 1101101 | 101111 | 110000 |
Color Harmonies of #56B241
Complementary color
Monochromatic Colors of #56B241
Black with #56B241
Text Example
Text Example
White with #56B241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B241; }
p { color: rgb(86,178,65); }
H1.HeaderClassName
{
color: #56B241;
}
.AnyTagClassName
{
color: #56B241;
}
</style>
background-color css
<style>
a { background-color: #56B241; }
a { background-color: rgb(86,178,65); }
div.DivClassName
{
background-color: #56B241;
}
.BgClassName
{
background-color: #56B241;
}
</style>
border-color css
<style>
span { border-color: #56B241; }
span { border-color: rgb(86,178,65); }
td.TdClassName
{
border-color: #56B241;
}
.TagClassName
{
border-color: #56B241;
}
</style>