Shades of Apple #56C250
Tints of Apple #56C250
RGB
CMYK
RGB Variations
Color information
#56C250 (or 0x56C250) is known color: Apple. HEX triplet: 56, C2 and 50. RGB value is (86,194,80). Sum of RGB (Red+Green+Blue) = 86+194+80=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #56C250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C250 is #A93DAF. Grayscale: #959595. Windows color (decimal): -11091376 or 5292630. OLE color: 5292630.
HSL color Cylindrical-coordinate representation of color #56C250: hue angle of 116.84º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56C250 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 80 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.24 |
| HSL | 116.84º | 0.48% | 0.54% | - |
| HSV(B) | 116.84º | 0.59% | 0.76% | - |
| XYZ | 24.58 | 41.14 | 14.24 | - |
| YUV | 148.71 | 89.22 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 80 | 0.56 | 0 | 0.59 | 0.24 | 116.84 | 0.48 | 0.54 |
| Hex | 56 | C2 | 50 | 38 | 0 | 3B | 18 | 75 | 30 | 36 |
| Octal | 126 | 302 | 120 | 70 | 0 | 73 | 30 | 165 | 60 | 66 |
| Binary | 1010110 | 11000010 | 1010000 | 111000 | 0 | 111011 | 11000 | 1110101 | 110000 | 110110 |
Color Harmonies of #56C250
Complementary color
Monochromatic Colors of #56C250
Black with #56C250
Text Example
Text Example
White with #56C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C250; }
p { color: rgb(86,194,80); }
H1.HeaderClassName
{
color: #56C250;
}
.AnyTagClassName
{
color: #56C250;
}
</style>
background-color css
<style>
a { background-color: #56C250; }
a { background-color: rgb(86,194,80); }
div.DivClassName
{
background-color: #56C250;
}
.BgClassName
{
background-color: #56C250;
}
</style>
border-color css
<style>
span { border-color: #56C250; }
span { border-color: rgb(86,194,80); }
td.TdClassName
{
border-color: #56C250;
}
.TagClassName
{
border-color: #56C250;
}
</style>