Shades of Apple #55D84E
Tints of Apple #55D84E
RGB
CMYK
RGB Variations
Color information
#55D84E (or 0x55D84E) is known color: Apple. HEX triplet: 55, D8 and 4E. RGB value is (85,216,78). Sum of RGB (Red+Green+Blue) = 85+216+78=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #55D84E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D84E is #AA27B1. Grayscale: #A1A1A1. Windows color (decimal): -11151282 or 5167189. OLE color: 5167189.
HSL color Cylindrical-coordinate representation of color #55D84E: hue angle of 116.96º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D84E is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 78 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.15 |
| HSL | 116.96º | 0.64% | 0.58% | - |
| HSV(B) | 116.96º | 0.64% | 0.85% | - |
| XYZ | 29.68 | 51.59 | 15.6 | - |
| YUV | 161.1 | 81.1 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 78 | 0.61 | 0 | 0.64 | 0.15 | 116.96 | 0.64 | 0.58 |
| Hex | 55 | D8 | 4E | 3D | 0 | 40 | F | 75 | 40 | 3A |
| Octal | 125 | 330 | 116 | 75 | 0 | 100 | 17 | 165 | 100 | 72 |
| Binary | 1010101 | 11011000 | 1001110 | 111101 | 0 | 1000000 | 1111 | 1110101 | 1000000 | 111010 |
Color Harmonies of #55D84E
Complementary color
Monochromatic Colors of #55D84E
Black with #55D84E
Text Example
Text Example
White with #55D84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D84E; }
p { color: rgb(85,216,78); }
H1.HeaderClassName
{
color: #55D84E;
}
.AnyTagClassName
{
color: #55D84E;
}
</style>
background-color css
<style>
a { background-color: #55D84E; }
a { background-color: rgb(85,216,78); }
div.DivClassName
{
background-color: #55D84E;
}
.BgClassName
{
background-color: #55D84E;
}
</style>
border-color css
<style>
span { border-color: #55D84E; }
span { border-color: rgb(85,216,78); }
td.TdClassName
{
border-color: #55D84E;
}
.TagClassName
{
border-color: #55D84E;
}
</style>