Shades of Apple #56B23C
Tints of Apple #56B23C
RGB
CMYK
RGB Variations
Color information
#56B23C (or 0x56B23C) is known color: Apple. HEX triplet: 56, B2 and 3C. RGB value is (86,178,60). Sum of RGB (Red+Green+Blue) = 86+178+60=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #56B23C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56B23C is #A94DC3. Grayscale: #898989. Windows color (decimal): -11095492 or 3977814. OLE color: 3977814.
HSL color Cylindrical-coordinate representation of color #56B23C: hue angle of 106.78º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56B23C is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 178 | 60 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.30 |
| HSL | 106.78º | 0.5% | 0.47% | - |
| HSV(B) | 106.78º | 0.66% | 0.7% | - |
| XYZ | 20.57 | 34.15 | 9.78 | - |
| YUV | 137.04 | 84.52 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 60 | 0.52 | 0 | 0.66 | 0.30 | 106.78 | 0.5 | 0.47 |
| Hex | 56 | B2 | 3C | 34 | 0 | 42 | 1E | 6B | 32 | 2F |
| Octal | 126 | 262 | 74 | 64 | 0 | 102 | 36 | 153 | 62 | 57 |
| Binary | 1010110 | 10110010 | 111100 | 110100 | 0 | 1000010 | 11110 | 1101011 | 110010 | 101111 |
Color Harmonies of #56B23C
Complementary color
Monochromatic Colors of #56B23C
Black with #56B23C
Text Example
Text Example
White with #56B23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B23C; }
p { color: rgb(86,178,60); }
H1.HeaderClassName
{
color: #56B23C;
}
.AnyTagClassName
{
color: #56B23C;
}
</style>
background-color css
<style>
a { background-color: #56B23C; }
a { background-color: rgb(86,178,60); }
div.DivClassName
{
background-color: #56B23C;
}
.BgClassName
{
background-color: #56B23C;
}
</style>
border-color css
<style>
span { border-color: #56B23C; }
span { border-color: rgb(86,178,60); }
td.TdClassName
{
border-color: #56B23C;
}
.TagClassName
{
border-color: #56B23C;
}
</style>