Shades of Apple #55D350
Tints of Apple #55D350
RGB
CMYK
RGB Variations
Color information
#55D350 (or 0x55D350) is known color: Apple. HEX triplet: 55, D3 and 50. RGB value is (85,211,80). Sum of RGB (Red+Green+Blue) = 85+211+80=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #55D350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D350 is #AA2CAF. Grayscale: #9E9E9E. Windows color (decimal): -11152560 or 5296981. OLE color: 5296981.
HSL color Cylindrical-coordinate representation of color #55D350: hue angle of 117.71º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55D350 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 211 | 80 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.17 |
| HSL | 117.71º | 0.6% | 0.57% | - |
| HSV(B) | 117.71º | 0.62% | 0.83% | - |
| XYZ | 28.49 | 49.1 | 15.56 | - |
| YUV | 158.39 | 83.76 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 211 | 80 | 0.60 | 0 | 0.62 | 0.17 | 117.71 | 0.6 | 0.57 |
| Hex | 55 | D3 | 50 | 3C | 0 | 3E | 11 | 76 | 3C | 39 |
| Octal | 125 | 323 | 120 | 74 | 0 | 76 | 21 | 166 | 74 | 71 |
| Binary | 1010101 | 11010011 | 1010000 | 111100 | 0 | 111110 | 10001 | 1110110 | 111100 | 111001 |
Color Harmonies of #55D350
Complementary color
Monochromatic Colors of #55D350
Black with #55D350
Text Example
Text Example
White with #55D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D350; }
p { color: rgb(85,211,80); }
H1.HeaderClassName
{
color: #55D350;
}
.AnyTagClassName
{
color: #55D350;
}
</style>
background-color css
<style>
a { background-color: #55D350; }
a { background-color: rgb(85,211,80); }
div.DivClassName
{
background-color: #55D350;
}
.BgClassName
{
background-color: #55D350;
}
</style>
border-color css
<style>
span { border-color: #55D350; }
span { border-color: rgb(85,211,80); }
td.TdClassName
{
border-color: #55D350;
}
.TagClassName
{
border-color: #55D350;
}
</style>