Shades of Apple #55C846
Tints of Apple #55C846
RGB
CMYK
RGB Variations
Color information
#55C846 (or 0x55C846) is known color: Apple. HEX triplet: 55, C8 and 46. RGB value is (85,200,70). Sum of RGB (Red+Green+Blue) = 85+200+70=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #55C846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C846 is #AA37B9. Grayscale: #979797. Windows color (decimal): -11155386 or 4638805. OLE color: 4638805.
HSL color Cylindrical-coordinate representation of color #55C846: hue angle of 113.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C846 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 70 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.22 |
| HSL | 113.08º | 0.54% | 0.53% | - |
| HSV(B) | 113.08º | 0.65% | 0.78% | - |
| XYZ | 25.51 | 43.68 | 12.88 | - |
| YUV | 150.8 | 82.4 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 70 | 0.58 | 0 | 0.65 | 0.22 | 113.08 | 0.54 | 0.53 |
| Hex | 55 | C8 | 46 | 3A | 0 | 41 | 16 | 71 | 36 | 35 |
| Octal | 125 | 310 | 106 | 72 | 0 | 101 | 26 | 161 | 66 | 65 |
| Binary | 1010101 | 11001000 | 1000110 | 111010 | 0 | 1000001 | 10110 | 1110001 | 110110 | 110101 |
Color Harmonies of #55C846
Complementary color
Monochromatic Colors of #55C846
Black with #55C846
Text Example
Text Example
White with #55C846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C846; }
p { color: rgb(85,200,70); }
H1.HeaderClassName
{
color: #55C846;
}
.AnyTagClassName
{
color: #55C846;
}
</style>
background-color css
<style>
a { background-color: #55C846; }
a { background-color: rgb(85,200,70); }
div.DivClassName
{
background-color: #55C846;
}
.BgClassName
{
background-color: #55C846;
}
</style>
border-color css
<style>
span { border-color: #55C846; }
span { border-color: rgb(85,200,70); }
td.TdClassName
{
border-color: #55C846;
}
.TagClassName
{
border-color: #55C846;
}
</style>