Shades of Apple #56BA39
Tints of Apple #56BA39
RGB
CMYK
RGB Variations
Color information
#56BA39 (or 0x56BA39) is known color: Apple. HEX triplet: 56, BA and 39. RGB value is (86,186,57). Sum of RGB (Red+Green+Blue) = 86+186+57=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BA39 is #A945C6. Grayscale: #8D8D8D. Windows color (decimal): -11093447 or 3783254. OLE color: 3783254.
HSL color Cylindrical-coordinate representation of color #56BA39: hue angle of 106.51º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56BA39 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 57 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.27 |
| HSL | 106.51º | 0.53% | 0.48% | - |
| HSV(B) | 106.51º | 0.69% | 0.73% | - |
| XYZ | 22.14 | 37.39 | 9.92 | - |
| YUV | 141.39 | 80.37 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 57 | 0.54 | 0 | 0.69 | 0.27 | 106.51 | 0.53 | 0.48 |
| Hex | 56 | BA | 39 | 36 | 0 | 45 | 1B | 6B | 35 | 30 |
| Octal | 126 | 272 | 71 | 66 | 0 | 105 | 33 | 153 | 65 | 60 |
| Binary | 1010110 | 10111010 | 111001 | 110110 | 0 | 1000101 | 11011 | 1101011 | 110101 | 110000 |
Color Harmonies of #56BA39
Complementary color
Monochromatic Colors of #56BA39
Black with #56BA39
Text Example
Text Example
White with #56BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA39; }
p { color: rgb(86,186,57); }
H1.HeaderClassName
{
color: #56BA39;
}
.AnyTagClassName
{
color: #56BA39;
}
</style>
background-color css
<style>
a { background-color: #56BA39; }
a { background-color: rgb(86,186,57); }
div.DivClassName
{
background-color: #56BA39;
}
.BgClassName
{
background-color: #56BA39;
}
</style>
border-color css
<style>
span { border-color: #56BA39; }
span { border-color: rgb(86,186,57); }
td.TdClassName
{
border-color: #56BA39;
}
.TagClassName
{
border-color: #56BA39;
}
</style>