Shades of Apple #55C947
Tints of Apple #55C947
RGB
CMYK
RGB Variations
Color information
#55C947 (or 0x55C947) is known color: Apple. HEX triplet: 55, C9 and 47. RGB value is (85,201,71). Sum of RGB (Red+Green+Blue) = 85+201+71=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #55C947 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C947 is #AA36B8. Grayscale: #979797. Windows color (decimal): -11155129 or 4704597. OLE color: 4704597.
HSL color Cylindrical-coordinate representation of color #55C947: hue angle of 113.54º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C947 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 71 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.21 |
| HSL | 113.54º | 0.55% | 0.53% | - |
| HSV(B) | 113.54º | 0.65% | 0.79% | - |
| XYZ | 25.77 | 44.16 | 13.13 | - |
| YUV | 151.5 | 82.57 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 71 | 0.58 | 0 | 0.65 | 0.21 | 113.54 | 0.55 | 0.53 |
| Hex | 55 | C9 | 47 | 3A | 0 | 41 | 15 | 72 | 37 | 35 |
| Octal | 125 | 311 | 107 | 72 | 0 | 101 | 25 | 162 | 67 | 65 |
| Binary | 1010101 | 11001001 | 1000111 | 111010 | 0 | 1000001 | 10101 | 1110010 | 110111 | 110101 |
Color Harmonies of #55C947
Complementary color
Monochromatic Colors of #55C947
Black with #55C947
Text Example
Text Example
White with #55C947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C947; }
p { color: rgb(85,201,71); }
H1.HeaderClassName
{
color: #55C947;
}
.AnyTagClassName
{
color: #55C947;
}
</style>
background-color css
<style>
a { background-color: #55C947; }
a { background-color: rgb(85,201,71); }
div.DivClassName
{
background-color: #55C947;
}
.BgClassName
{
background-color: #55C947;
}
</style>
border-color css
<style>
span { border-color: #55C947; }
span { border-color: rgb(85,201,71); }
td.TdClassName
{
border-color: #55C947;
}
.TagClassName
{
border-color: #55C947;
}
</style>