Shades of Apple #56B030
Tints of Apple #56B030
RGB
CMYK
RGB Variations
Color information
#56B030 (or 0x56B030) is known color: Apple. HEX triplet: 56, B0 and 30. RGB value is (86,176,48). Sum of RGB (Red+Green+Blue) = 86+176+48=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #56B030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56B030 is #A94FCF. Grayscale: #868686. Windows color (decimal): -11096016 or 3190870. OLE color: 3190870.
HSL color Cylindrical-coordinate representation of color #56B030: hue angle of 102.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56B030 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 176 | 48 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.31 |
| HSL | 102.19º | 0.57% | 0.44% | - |
| HSV(B) | 102.19º | 0.73% | 0.69% | - |
| XYZ | 19.9 | 33.24 | 8.16 | - |
| YUV | 134.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 176 | 48 | 0.51 | 0 | 0.73 | 0.31 | 102.19 | 0.57 | 0.44 |
| Hex | 56 | B0 | 30 | 33 | 0 | 49 | 1F | 66 | 39 | 2C |
| Octal | 126 | 260 | 60 | 63 | 0 | 111 | 37 | 146 | 71 | 54 |
| Binary | 1010110 | 10110000 | 110000 | 110011 | 0 | 1001001 | 11111 | 1100110 | 111001 | 101100 |
Color Harmonies of #56B030
Complementary color
Monochromatic Colors of #56B030
Black with #56B030
Text Example
Text Example
White with #56B030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B030; }
p { color: rgb(86,176,48); }
H1.HeaderClassName
{
color: #56B030;
}
.AnyTagClassName
{
color: #56B030;
}
</style>
background-color css
<style>
a { background-color: #56B030; }
a { background-color: rgb(86,176,48); }
div.DivClassName
{
background-color: #56B030;
}
.BgClassName
{
background-color: #56B030;
}
</style>
border-color css
<style>
span { border-color: #56B030; }
span { border-color: rgb(86,176,48); }
td.TdClassName
{
border-color: #56B030;
}
.TagClassName
{
border-color: #56B030;
}
</style>