Shades of Apple #56D64B
Tints of Apple #56D64B
RGB
CMYK
RGB Variations
Color information
#56D64B (or 0x56D64B) is known color: Apple. HEX triplet: 56, D6 and 4B. RGB value is (86,214,75). Sum of RGB (Red+Green+Blue) = 86+214+75=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #56D64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D64B is #A929B4. Grayscale: #A0A0A0. Windows color (decimal): -11086261 or 4970070. OLE color: 4970070.
HSL color Cylindrical-coordinate representation of color #56D64B: hue angle of 115.25º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56D64B is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 214 | 75 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.16 |
| HSL | 115.25º | 0.63% | 0.57% | - |
| HSV(B) | 115.25º | 0.65% | 0.84% | - |
| XYZ | 29.15 | 50.58 | 14.88 | - |
| YUV | 159.88 | 80.09 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 75 | 0.60 | 0 | 0.65 | 0.16 | 115.25 | 0.63 | 0.57 |
| Hex | 56 | D6 | 4B | 3C | 0 | 41 | 10 | 73 | 3F | 39 |
| Octal | 126 | 326 | 113 | 74 | 0 | 101 | 20 | 163 | 77 | 71 |
| Binary | 1010110 | 11010110 | 1001011 | 111100 | 0 | 1000001 | 10000 | 1110011 | 111111 | 111001 |
Color Harmonies of #56D64B
Complementary color
Monochromatic Colors of #56D64B
Black with #56D64B
Text Example
Text Example
White with #56D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D64B; }
p { color: rgb(86,214,75); }
H1.HeaderClassName
{
color: #56D64B;
}
.AnyTagClassName
{
color: #56D64B;
}
</style>
background-color css
<style>
a { background-color: #56D64B; }
a { background-color: rgb(86,214,75); }
div.DivClassName
{
background-color: #56D64B;
}
.BgClassName
{
background-color: #56D64B;
}
</style>
border-color css
<style>
span { border-color: #56D64B; }
span { border-color: rgb(86,214,75); }
td.TdClassName
{
border-color: #56D64B;
}
.TagClassName
{
border-color: #56D64B;
}
</style>