Shades of Apple #55C647
Tints of Apple #55C647
RGB
CMYK
RGB Variations
Color information
#55C647 (or 0x55C647) is known color: Apple. HEX triplet: 55, C6 and 47. RGB value is (85,198,71). Sum of RGB (Red+Green+Blue) = 85+198+71=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #55C647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C647 is #AA39B8. Grayscale: #969696. Windows color (decimal): -11155897 or 4703829. OLE color: 4703829.
HSL color Cylindrical-coordinate representation of color #55C647: hue angle of 113.39º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55C647 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 71 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.22 |
| HSL | 113.39º | 0.53% | 0.53% | - |
| HSV(B) | 113.39º | 0.64% | 0.78% | - |
| XYZ | 25.08 | 42.77 | 12.9 | - |
| YUV | 149.74 | 83.56 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 71 | 0.57 | 0 | 0.64 | 0.22 | 113.39 | 0.53 | 0.53 |
| Hex | 55 | C6 | 47 | 39 | 0 | 40 | 16 | 71 | 35 | 35 |
| Octal | 125 | 306 | 107 | 71 | 0 | 100 | 26 | 161 | 65 | 65 |
| Binary | 1010101 | 11000110 | 1000111 | 111001 | 0 | 1000000 | 10110 | 1110001 | 110101 | 110101 |
Color Harmonies of #55C647
Complementary color
Monochromatic Colors of #55C647
Black with #55C647
Text Example
Text Example
White with #55C647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C647; }
p { color: rgb(85,198,71); }
H1.HeaderClassName
{
color: #55C647;
}
.AnyTagClassName
{
color: #55C647;
}
</style>
background-color css
<style>
a { background-color: #55C647; }
a { background-color: rgb(85,198,71); }
div.DivClassName
{
background-color: #55C647;
}
.BgClassName
{
background-color: #55C647;
}
</style>
border-color css
<style>
span { border-color: #55C647; }
span { border-color: rgb(85,198,71); }
td.TdClassName
{
border-color: #55C647;
}
.TagClassName
{
border-color: #55C647;
}
</style>