Shades of Apple #56BE3C
Tints of Apple #56BE3C
RGB
CMYK
RGB Variations
Color information
#56BE3C (or 0x56BE3C) is known color: Apple. HEX triplet: 56, BE and 3C. RGB value is (86,190,60). Sum of RGB (Red+Green+Blue) = 86+190+60=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #56BE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BE3C is #A941C3. Grayscale: #909090. Windows color (decimal): -11092420 or 3980886. OLE color: 3980886.
HSL color Cylindrical-coordinate representation of color #56BE3C: hue angle of 108º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56BE3C is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 190 | 60 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.25 |
| HSL | 108º | 0.52% | 0.49% | - |
| HSV(B) | 108º | 0.68% | 0.75% | - |
| XYZ | 23.07 | 39.13 | 10.61 | - |
| YUV | 144.08 | 80.54 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 190 | 60 | 0.55 | 0 | 0.68 | 0.25 | 108 | 0.52 | 0.49 |
| Hex | 56 | BE | 3C | 37 | 0 | 44 | 19 | 6C | 34 | 31 |
| Octal | 126 | 276 | 74 | 67 | 0 | 104 | 31 | 154 | 64 | 61 |
| Binary | 1010110 | 10111110 | 111100 | 110111 | 0 | 1000100 | 11001 | 1101100 | 110100 | 110001 |
Color Harmonies of #56BE3C
Complementary color
Monochromatic Colors of #56BE3C
Black with #56BE3C
Text Example
Text Example
White with #56BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BE3C; }
p { color: rgb(86,190,60); }
H1.HeaderClassName
{
color: #56BE3C;
}
.AnyTagClassName
{
color: #56BE3C;
}
</style>
background-color css
<style>
a { background-color: #56BE3C; }
a { background-color: rgb(86,190,60); }
div.DivClassName
{
background-color: #56BE3C;
}
.BgClassName
{
background-color: #56BE3C;
}
</style>
border-color css
<style>
span { border-color: #56BE3C; }
span { border-color: rgb(86,190,60); }
td.TdClassName
{
border-color: #56BE3C;
}
.TagClassName
{
border-color: #56BE3C;
}
</style>