Shades of Apple #56CA4D
Tints of Apple #56CA4D
RGB
CMYK
RGB Variations
Color information
#56CA4D (or 0x56CA4D) is known color: Apple. HEX triplet: 56, CA and 4D. RGB value is (86,202,77). Sum of RGB (Red+Green+Blue) = 86+202+77=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #56CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CA4D is #A935B2. Grayscale: #999999. Windows color (decimal): -11089331 or 5098070. OLE color: 5098070.
HSL color Cylindrical-coordinate representation of color #56CA4D: hue angle of 115.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56CA4D is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 202 | 77 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.21 |
| HSL | 115.68º | 0.54% | 0.55% | - |
| HSV(B) | 115.68º | 0.62% | 0.79% | - |
| XYZ | 26.3 | 44.76 | 14.27 | - |
| YUV | 153.07 | 85.07 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 77 | 0.57 | 0 | 0.62 | 0.21 | 115.68 | 0.54 | 0.55 |
| Hex | 56 | CA | 4D | 39 | 0 | 3E | 15 | 74 | 36 | 37 |
| Octal | 126 | 312 | 115 | 71 | 0 | 76 | 25 | 164 | 66 | 67 |
| Binary | 1010110 | 11001010 | 1001101 | 111001 | 0 | 111110 | 10101 | 1110100 | 110110 | 110111 |
Color Harmonies of #56CA4D
Complementary color
Monochromatic Colors of #56CA4D
Black with #56CA4D
Text Example
Text Example
White with #56CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CA4D; }
p { color: rgb(86,202,77); }
H1.HeaderClassName
{
color: #56CA4D;
}
.AnyTagClassName
{
color: #56CA4D;
}
</style>
background-color css
<style>
a { background-color: #56CA4D; }
a { background-color: rgb(86,202,77); }
div.DivClassName
{
background-color: #56CA4D;
}
.BgClassName
{
background-color: #56CA4D;
}
</style>
border-color css
<style>
span { border-color: #56CA4D; }
span { border-color: rgb(86,202,77); }
td.TdClassName
{
border-color: #56CA4D;
}
.TagClassName
{
border-color: #56CA4D;
}
</style>