Shades of Apple #56BD33
Tints of Apple #56BD33
RGB
CMYK
RGB Variations
Color information
#56BD33 (or 0x56BD33) is known color: Apple. HEX triplet: 56, BD and 33. RGB value is (86,189,51). Sum of RGB (Red+Green+Blue) = 86+189+51=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BD33 is #A942CC. Grayscale: #8E8E8E. Windows color (decimal): -11092685 or 3390806. OLE color: 3390806.
HSL color Cylindrical-coordinate representation of color #56BD33: hue angle of 104.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56BD33 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 189 | 51 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.26 |
| HSL | 104.78º | 0.58% | 0.47% | - |
| HSV(B) | 104.78º | 0.73% | 0.74% | - |
| XYZ | 22.63 | 38.61 | 9.39 | - |
| YUV | 142.47 | 76.38 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 51 | 0.54 | 0 | 0.73 | 0.26 | 104.78 | 0.58 | 0.47 |
| Hex | 56 | BD | 33 | 36 | 0 | 49 | 1A | 69 | 3A | 2F |
| Octal | 126 | 275 | 63 | 66 | 0 | 111 | 32 | 151 | 72 | 57 |
| Binary | 1010110 | 10111101 | 110011 | 110110 | 0 | 1001001 | 11010 | 1101001 | 111010 | 101111 |
Color Harmonies of #56BD33
Complementary color
Monochromatic Colors of #56BD33
Black with #56BD33
Text Example
Text Example
White with #56BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BD33; }
p { color: rgb(86,189,51); }
H1.HeaderClassName
{
color: #56BD33;
}
.AnyTagClassName
{
color: #56BD33;
}
</style>
background-color css
<style>
a { background-color: #56BD33; }
a { background-color: rgb(86,189,51); }
div.DivClassName
{
background-color: #56BD33;
}
.BgClassName
{
background-color: #56BD33;
}
</style>
border-color css
<style>
span { border-color: #56BD33; }
span { border-color: rgb(86,189,51); }
td.TdClassName
{
border-color: #56BD33;
}
.TagClassName
{
border-color: #56BD33;
}
</style>