Shades of Apple #56AF34
Tints of Apple #56AF34
RGB
CMYK
RGB Variations
Color information
#56AF34 (or 0x56AF34) is known color: Apple. HEX triplet: 56, AF and 34. RGB value is (86,175,52). Sum of RGB (Red+Green+Blue) = 86+175+52=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #56AF34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AF34 is #A950CB. Grayscale: #868686. Windows color (decimal): -11096268 or 3452758. OLE color: 3452758.
HSL color Cylindrical-coordinate representation of color #56AF34: hue angle of 103.41º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56AF34 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 175 | 52 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.31 |
| HSL | 103.41º | 0.54% | 0.45% | - |
| HSV(B) | 103.41º | 0.7% | 0.69% | - |
| XYZ | 19.79 | 32.89 | 8.55 | - |
| YUV | 134.37 | 81.51 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 52 | 0.51 | 0 | 0.70 | 0.31 | 103.41 | 0.54 | 0.45 |
| Hex | 56 | AF | 34 | 33 | 0 | 46 | 1F | 67 | 36 | 2D |
| Octal | 126 | 257 | 64 | 63 | 0 | 106 | 37 | 147 | 66 | 55 |
| Binary | 1010110 | 10101111 | 110100 | 110011 | 0 | 1000110 | 11111 | 1100111 | 110110 | 101101 |
Color Harmonies of #56AF34
Complementary color
Monochromatic Colors of #56AF34
Black with #56AF34
Text Example
Text Example
White with #56AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AF34; }
p { color: rgb(86,175,52); }
H1.HeaderClassName
{
color: #56AF34;
}
.AnyTagClassName
{
color: #56AF34;
}
</style>
background-color css
<style>
a { background-color: #56AF34; }
a { background-color: rgb(86,175,52); }
div.DivClassName
{
background-color: #56AF34;
}
.BgClassName
{
background-color: #56AF34;
}
</style>
border-color css
<style>
span { border-color: #56AF34; }
span { border-color: rgb(86,175,52); }
td.TdClassName
{
border-color: #56AF34;
}
.TagClassName
{
border-color: #56AF34;
}
</style>