Shades of Apple #55D84D
Tints of Apple #55D84D
RGB
CMYK
RGB Variations
Color information
#55D84D (or 0x55D84D) is known color: Apple. HEX triplet: 55, D8 and 4D. RGB value is (85,216,77). Sum of RGB (Red+Green+Blue) = 85+216+77=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #55D84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D84D is #AA27B2. Grayscale: #A1A1A1. Windows color (decimal): -11151283 or 5101653. OLE color: 5101653.
HSL color Cylindrical-coordinate representation of color #55D84D: hue angle of 116.55º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D84D is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 77 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.15 |
| HSL | 116.55º | 0.64% | 0.57% | - |
| HSV(B) | 116.55º | 0.64% | 0.85% | - |
| XYZ | 29.64 | 51.58 | 15.41 | - |
| YUV | 160.99 | 80.6 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 77 | 0.61 | 0 | 0.64 | 0.15 | 116.55 | 0.64 | 0.57 |
| Hex | 55 | D8 | 4D | 3D | 0 | 40 | F | 75 | 40 | 39 |
| Octal | 125 | 330 | 115 | 75 | 0 | 100 | 17 | 165 | 100 | 71 |
| Binary | 1010101 | 11011000 | 1001101 | 111101 | 0 | 1000000 | 1111 | 1110101 | 1000000 | 111001 |
Color Harmonies of #55D84D
Complementary color
Monochromatic Colors of #55D84D
Black with #55D84D
Text Example
Text Example
White with #55D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D84D; }
p { color: rgb(85,216,77); }
H1.HeaderClassName
{
color: #55D84D;
}
.AnyTagClassName
{
color: #55D84D;
}
</style>
background-color css
<style>
a { background-color: #55D84D; }
a { background-color: rgb(85,216,77); }
div.DivClassName
{
background-color: #55D84D;
}
.BgClassName
{
background-color: #55D84D;
}
</style>
border-color css
<style>
span { border-color: #55D84D; }
span { border-color: rgb(85,216,77); }
td.TdClassName
{
border-color: #55D84D;
}
.TagClassName
{
border-color: #55D84D;
}
</style>