Shades of Apple #56B333
Tints of Apple #56B333
RGB
CMYK
RGB Variations
Color information
#56B333 (or 0x56B333) is known color: Apple. HEX triplet: 56, B3 and 33. RGB value is (86,179,51). Sum of RGB (Red+Green+Blue) = 86+179+51=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #56B333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B333 is #A94CCC. Grayscale: #898989. Windows color (decimal): -11095245 or 3388246. OLE color: 3388246.
HSL color Cylindrical-coordinate representation of color #56B333: hue angle of 103.59º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56B333 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 179 | 51 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.30 |
| HSL | 103.59º | 0.56% | 0.45% | - |
| HSV(B) | 103.59º | 0.72% | 0.7% | - |
| XYZ | 20.56 | 34.46 | 8.7 | - |
| YUV | 136.6 | 79.69 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 179 | 51 | 0.52 | 0 | 0.72 | 0.30 | 103.59 | 0.56 | 0.45 |
| Hex | 56 | B3 | 33 | 34 | 0 | 48 | 1E | 68 | 38 | 2D |
| Octal | 126 | 263 | 63 | 64 | 0 | 110 | 36 | 150 | 70 | 55 |
| Binary | 1010110 | 10110011 | 110011 | 110100 | 0 | 1001000 | 11110 | 1101000 | 111000 | 101101 |
Color Harmonies of #56B333
Complementary color
Monochromatic Colors of #56B333
Black with #56B333
Text Example
Text Example
White with #56B333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B333; }
p { color: rgb(86,179,51); }
H1.HeaderClassName
{
color: #56B333;
}
.AnyTagClassName
{
color: #56B333;
}
</style>
background-color css
<style>
a { background-color: #56B333; }
a { background-color: rgb(86,179,51); }
div.DivClassName
{
background-color: #56B333;
}
.BgClassName
{
background-color: #56B333;
}
</style>
border-color css
<style>
span { border-color: #56B333; }
span { border-color: rgb(86,179,51); }
td.TdClassName
{
border-color: #56B333;
}
.TagClassName
{
border-color: #56B333;
}
</style>