Shades of Apple #56AD31
Tints of Apple #56AD31
RGB
CMYK
RGB Variations
Color information
#56AD31 (or 0x56AD31) is known color: Apple. HEX triplet: 56, AD and 31. RGB value is (86,173,49). Sum of RGB (Red+Green+Blue) = 86+173+49=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #56AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AD31 is #A952CE. Grayscale: #858585. Windows color (decimal): -11096783 or 3255638. OLE color: 3255638.
HSL color Cylindrical-coordinate representation of color #56AD31: hue angle of 102.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56AD31 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 173 | 49 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.32 |
| HSL | 102.1º | 0.56% | 0.44% | - |
| HSV(B) | 102.1º | 0.72% | 0.68% | - |
| XYZ | 19.34 | 32.09 | 8.08 | - |
| YUV | 132.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 49 | 0.50 | 0 | 0.72 | 0.32 | 102.1 | 0.56 | 0.44 |
| Hex | 56 | AD | 31 | 32 | 0 | 48 | 20 | 66 | 38 | 2C |
| Octal | 126 | 255 | 61 | 62 | 0 | 110 | 40 | 146 | 70 | 54 |
| Binary | 1010110 | 10101101 | 110001 | 110010 | 0 | 1001000 | 100000 | 1100110 | 111000 | 101100 |
Color Harmonies of #56AD31
Complementary color
Monochromatic Colors of #56AD31
Black with #56AD31
Text Example
Text Example
White with #56AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AD31; }
p { color: rgb(86,173,49); }
H1.HeaderClassName
{
color: #56AD31;
}
.AnyTagClassName
{
color: #56AD31;
}
</style>
background-color css
<style>
a { background-color: #56AD31; }
a { background-color: rgb(86,173,49); }
div.DivClassName
{
background-color: #56AD31;
}
.BgClassName
{
background-color: #56AD31;
}
</style>
border-color css
<style>
span { border-color: #56AD31; }
span { border-color: rgb(86,173,49); }
td.TdClassName
{
border-color: #56AD31;
}
.TagClassName
{
border-color: #56AD31;
}
</style>