Shades of Apple #55C049
Tints of Apple #55C049
RGB
CMYK
RGB Variations
Color information
#55C049 (or 0x55C049) is known color: Apple. HEX triplet: 55, C0 and 49. RGB value is (85,192,73). Sum of RGB (Red+Green+Blue) = 85+192+73=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #55C049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C049 is #AA3FB6. Grayscale: #929292. Windows color (decimal): -11157431 or 4833365. OLE color: 4833365.
HSL color Cylindrical-coordinate representation of color #55C049: hue angle of 113.95º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55C049 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 73 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.25 |
| HSL | 113.95º | 0.49% | 0.52% | - |
| HSV(B) | 113.95º | 0.62% | 0.75% | - |
| XYZ | 23.8 | 40.11 | 12.79 | - |
| YUV | 146.44 | 86.55 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 73 | 0.56 | 0 | 0.62 | 0.25 | 113.95 | 0.49 | 0.52 |
| Hex | 55 | C0 | 49 | 38 | 0 | 3E | 19 | 72 | 31 | 34 |
| Octal | 125 | 300 | 111 | 70 | 0 | 76 | 31 | 162 | 61 | 64 |
| Binary | 1010101 | 11000000 | 1001001 | 111000 | 0 | 111110 | 11001 | 1110010 | 110001 | 110100 |
Color Harmonies of #55C049
Complementary color
Monochromatic Colors of #55C049
Black with #55C049
Text Example
Text Example
White with #55C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C049; }
p { color: rgb(85,192,73); }
H1.HeaderClassName
{
color: #55C049;
}
.AnyTagClassName
{
color: #55C049;
}
</style>
background-color css
<style>
a { background-color: #55C049; }
a { background-color: rgb(85,192,73); }
div.DivClassName
{
background-color: #55C049;
}
.BgClassName
{
background-color: #55C049;
}
</style>
border-color css
<style>
span { border-color: #55C049; }
span { border-color: rgb(85,192,73); }
td.TdClassName
{
border-color: #55C049;
}
.TagClassName
{
border-color: #55C049;
}
</style>