Shades of Apple #55C147
Tints of Apple #55C147
RGB
CMYK
RGB Variations
Color information
#55C147 (or 0x55C147) is known color: Apple. HEX triplet: 55, C1 and 47. RGB value is (85,193,71). Sum of RGB (Red+Green+Blue) = 85+193+71=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #55C147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C147 is #AA3EB8. Grayscale: #939393. Windows color (decimal): -11157177 or 4702549. OLE color: 4702549.
HSL color Cylindrical-coordinate representation of color #55C147: hue angle of 113.11º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55C147 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 71 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.24 |
| HSL | 113.11º | 0.5% | 0.52% | - |
| HSV(B) | 113.11º | 0.63% | 0.76% | - |
| XYZ | 23.95 | 40.53 | 12.52 | - |
| YUV | 146.8 | 85.22 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 71 | 0.56 | 0 | 0.63 | 0.24 | 113.11 | 0.5 | 0.52 |
| Hex | 55 | C1 | 47 | 38 | 0 | 3F | 18 | 71 | 32 | 34 |
| Octal | 125 | 301 | 107 | 70 | 0 | 77 | 30 | 161 | 62 | 64 |
| Binary | 1010101 | 11000001 | 1000111 | 111000 | 0 | 111111 | 11000 | 1110001 | 110010 | 110100 |
Color Harmonies of #55C147
Complementary color
Monochromatic Colors of #55C147
Black with #55C147
Text Example
Text Example
White with #55C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C147; }
p { color: rgb(85,193,71); }
H1.HeaderClassName
{
color: #55C147;
}
.AnyTagClassName
{
color: #55C147;
}
</style>
background-color css
<style>
a { background-color: #55C147; }
a { background-color: rgb(85,193,71); }
div.DivClassName
{
background-color: #55C147;
}
.BgClassName
{
background-color: #55C147;
}
</style>
border-color css
<style>
span { border-color: #55C147; }
span { border-color: rgb(85,193,71); }
td.TdClassName
{
border-color: #55C147;
}
.TagClassName
{
border-color: #55C147;
}
</style>