Shades of Apple #56C038
Tints of Apple #56C038
RGB
CMYK
RGB Variations
Color information
#56C038 (or 0x56C038) is known color: Apple. HEX triplet: 56, C0 and 38. RGB value is (86,192,56). Sum of RGB (Red+Green+Blue) = 86+192+56=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #56C038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C038 is #A93FC7. Grayscale: #919191. Windows color (decimal): -11091912 or 3719254. OLE color: 3719254.
HSL color Cylindrical-coordinate representation of color #56C038: hue angle of 106.76º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56C038 is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 56 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.25 |
| HSL | 106.76º | 0.55% | 0.49% | - |
| HSV(B) | 106.76º | 0.71% | 0.75% | - |
| XYZ | 23.4 | 39.96 | 10.22 | - |
| YUV | 144.8 | 77.88 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 56 | 0.55 | 0 | 0.71 | 0.25 | 106.76 | 0.55 | 0.49 |
| Hex | 56 | C0 | 38 | 37 | 0 | 47 | 19 | 6B | 37 | 31 |
| Octal | 126 | 300 | 70 | 67 | 0 | 107 | 31 | 153 | 67 | 61 |
| Binary | 1010110 | 11000000 | 111000 | 110111 | 0 | 1000111 | 11001 | 1101011 | 110111 | 110001 |
Color Harmonies of #56C038
Complementary color
Monochromatic Colors of #56C038
Black with #56C038
Text Example
Text Example
White with #56C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C038; }
p { color: rgb(86,192,56); }
H1.HeaderClassName
{
color: #56C038;
}
.AnyTagClassName
{
color: #56C038;
}
</style>
background-color css
<style>
a { background-color: #56C038; }
a { background-color: rgb(86,192,56); }
div.DivClassName
{
background-color: #56C038;
}
.BgClassName
{
background-color: #56C038;
}
</style>
border-color css
<style>
span { border-color: #56C038; }
span { border-color: rgb(86,192,56); }
td.TdClassName
{
border-color: #56C038;
}
.TagClassName
{
border-color: #56C038;
}
</style>