Shades of Apple #56BF3A
Tints of Apple #56BF3A
RGB
CMYK
RGB Variations
Color information
#56BF3A (or 0x56BF3A) is known color: Apple. HEX triplet: 56, BF and 3A. RGB value is (86,191,58). Sum of RGB (Red+Green+Blue) = 86+191+58=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #56BF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BF3A is #A940C5. Grayscale: #909090. Windows color (decimal): -11092166 or 3850070. OLE color: 3850070.
HSL color Cylindrical-coordinate representation of color #56BF3A: hue angle of 107.37º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56BF3A is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 191 | 58 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.25 |
| HSL | 107.37º | 0.53% | 0.49% | - |
| HSV(B) | 107.37º | 0.7% | 0.75% | - |
| XYZ | 23.23 | 39.55 | 10.41 | - |
| YUV | 144.44 | 79.21 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 191 | 58 | 0.55 | 0 | 0.70 | 0.25 | 107.37 | 0.53 | 0.49 |
| Hex | 56 | BF | 3A | 37 | 0 | 46 | 19 | 6B | 35 | 31 |
| Octal | 126 | 277 | 72 | 67 | 0 | 106 | 31 | 153 | 65 | 61 |
| Binary | 1010110 | 10111111 | 111010 | 110111 | 0 | 1000110 | 11001 | 1101011 | 110101 | 110001 |
Color Harmonies of #56BF3A
Complementary color
Monochromatic Colors of #56BF3A
Black with #56BF3A
Text Example
Text Example
White with #56BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BF3A; }
p { color: rgb(86,191,58); }
H1.HeaderClassName
{
color: #56BF3A;
}
.AnyTagClassName
{
color: #56BF3A;
}
</style>
background-color css
<style>
a { background-color: #56BF3A; }
a { background-color: rgb(86,191,58); }
div.DivClassName
{
background-color: #56BF3A;
}
.BgClassName
{
background-color: #56BF3A;
}
</style>
border-color css
<style>
span { border-color: #56BF3A; }
span { border-color: rgb(86,191,58); }
td.TdClassName
{
border-color: #56BF3A;
}
.TagClassName
{
border-color: #56BF3A;
}
</style>