Shades of Apple #56BB41
Tints of Apple #56BB41
RGB
CMYK
RGB Variations
Color information
#56BB41 (or 0x56BB41) is known color: Apple. HEX triplet: 56, BB and 41. RGB value is (86,187,65). Sum of RGB (Red+Green+Blue) = 86+187+65=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #56BB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BB41 is #A944BE. Grayscale: #8F8F8F. Windows color (decimal): -11093183 or 4307798. OLE color: 4307798.
HSL color Cylindrical-coordinate representation of color #56BB41: hue angle of 109.67º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56BB41 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 65 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.27 |
| HSL | 109.67º | 0.48% | 0.49% | - |
| HSV(B) | 109.67º | 0.65% | 0.73% | - |
| XYZ | 22.56 | 37.9 | 11.13 | - |
| YUV | 142.89 | 84.04 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 65 | 0.54 | 0 | 0.65 | 0.27 | 109.67 | 0.48 | 0.49 |
| Hex | 56 | BB | 41 | 36 | 0 | 41 | 1B | 6E | 30 | 31 |
| Octal | 126 | 273 | 101 | 66 | 0 | 101 | 33 | 156 | 60 | 61 |
| Binary | 1010110 | 10111011 | 1000001 | 110110 | 0 | 1000001 | 11011 | 1101110 | 110000 | 110001 |
Color Harmonies of #56BB41
Complementary color
Monochromatic Colors of #56BB41
Black with #56BB41
Text Example
Text Example
White with #56BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BB41; }
p { color: rgb(86,187,65); }
H1.HeaderClassName
{
color: #56BB41;
}
.AnyTagClassName
{
color: #56BB41;
}
</style>
background-color css
<style>
a { background-color: #56BB41; }
a { background-color: rgb(86,187,65); }
div.DivClassName
{
background-color: #56BB41;
}
.BgClassName
{
background-color: #56BB41;
}
</style>
border-color css
<style>
span { border-color: #56BB41; }
span { border-color: rgb(86,187,65); }
td.TdClassName
{
border-color: #56BB41;
}
.TagClassName
{
border-color: #56BB41;
}
</style>