Shades of Apple #55C645
Tints of Apple #55C645
RGB
CMYK
RGB Variations
Color information
#55C645 (or 0x55C645) is known color: Apple. HEX triplet: 55, C6 and 45. RGB value is (85,198,69). Sum of RGB (Red+Green+Blue) = 85+198+69=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #55C645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C645 is #AA39BA. Grayscale: #959595. Windows color (decimal): -11155899 or 4572757. OLE color: 4572757.
HSL color Cylindrical-coordinate representation of color #55C645: hue angle of 112.56º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C645 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 69 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.22 |
| HSL | 112.56º | 0.53% | 0.52% | - |
| HSV(B) | 112.56º | 0.65% | 0.78% | - |
| XYZ | 25.01 | 42.75 | 12.56 | - |
| YUV | 149.51 | 82.56 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 69 | 0.57 | 0 | 0.65 | 0.22 | 112.56 | 0.53 | 0.52 |
| Hex | 55 | C6 | 45 | 39 | 0 | 41 | 16 | 71 | 35 | 34 |
| Octal | 125 | 306 | 105 | 71 | 0 | 101 | 26 | 161 | 65 | 64 |
| Binary | 1010101 | 11000110 | 1000101 | 111001 | 0 | 1000001 | 10110 | 1110001 | 110101 | 110100 |
Color Harmonies of #55C645
Complementary color
Monochromatic Colors of #55C645
Black with #55C645
Text Example
Text Example
White with #55C645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C645; }
p { color: rgb(85,198,69); }
H1.HeaderClassName
{
color: #55C645;
}
.AnyTagClassName
{
color: #55C645;
}
</style>
background-color css
<style>
a { background-color: #55C645; }
a { background-color: rgb(85,198,69); }
div.DivClassName
{
background-color: #55C645;
}
.BgClassName
{
background-color: #55C645;
}
</style>
border-color css
<style>
span { border-color: #55C645; }
span { border-color: rgb(85,198,69); }
td.TdClassName
{
border-color: #55C645;
}
.TagClassName
{
border-color: #55C645;
}
</style>