Shades of Apple #56CB52
Tints of Apple #56CB52
RGB
CMYK
RGB Variations
Color information
#56CB52 (or 0x56CB52) is known color: Apple. HEX triplet: 56, CB and 52. RGB value is (86,203,82). Sum of RGB (Red+Green+Blue) = 86+203+82=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56CB52 is #A934AD. Grayscale: #9A9A9A. Windows color (decimal): -11089070 or 5426006. OLE color: 5426006.
HSL color Cylindrical-coordinate representation of color #56CB52: hue angle of 118.02º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56CB52 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 82 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.20 |
| HSL | 118.02º | 0.54% | 0.56% | - |
| HSV(B) | 118.02º | 0.6% | 0.8% | - |
| XYZ | 26.72 | 45.3 | 15.32 | - |
| YUV | 154.22 | 87.24 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 82 | 0.58 | 0 | 0.60 | 0.20 | 118.02 | 0.54 | 0.56 |
| Hex | 56 | CB | 52 | 3A | 0 | 3C | 14 | 76 | 36 | 38 |
| Octal | 126 | 313 | 122 | 72 | 0 | 74 | 24 | 166 | 66 | 70 |
| Binary | 1010110 | 11001011 | 1010010 | 111010 | 0 | 111100 | 10100 | 1110110 | 110110 | 111000 |
Color Harmonies of #56CB52
Complementary color
Monochromatic Colors of #56CB52
Black with #56CB52
Text Example
Text Example
White with #56CB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CB52; }
p { color: rgb(86,203,82); }
H1.HeaderClassName
{
color: #56CB52;
}
.AnyTagClassName
{
color: #56CB52;
}
</style>
background-color css
<style>
a { background-color: #56CB52; }
a { background-color: rgb(86,203,82); }
div.DivClassName
{
background-color: #56CB52;
}
.BgClassName
{
background-color: #56CB52;
}
</style>
border-color css
<style>
span { border-color: #56CB52; }
span { border-color: rgb(86,203,82); }
td.TdClassName
{
border-color: #56CB52;
}
.TagClassName
{
border-color: #56CB52;
}
</style>