Shades of Apple #55D84F
Tints of Apple #55D84F
RGB
CMYK
RGB Variations
Color information
#55D84F (or 0x55D84F) is known color: Apple. HEX triplet: 55, D8 and 4F. RGB value is (85,216,79). Sum of RGB (Red+Green+Blue) = 85+216+79=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #55D84F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D84F is #AA27B0. Grayscale: #A1A1A1. Windows color (decimal): -11151281 or 5232725. OLE color: 5232725.
HSL color Cylindrical-coordinate representation of color #55D84F: hue angle of 117.37º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55D84F is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 79 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.15 |
| HSL | 117.37º | 0.64% | 0.58% | - |
| HSV(B) | 117.37º | 0.63% | 0.85% | - |
| XYZ | 29.71 | 51.61 | 15.79 | - |
| YUV | 161.21 | 81.6 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 79 | 0.61 | 0 | 0.63 | 0.15 | 117.37 | 0.64 | 0.58 |
| Hex | 55 | D8 | 4F | 3D | 0 | 3F | F | 75 | 40 | 3A |
| Octal | 125 | 330 | 117 | 75 | 0 | 77 | 17 | 165 | 100 | 72 |
| Binary | 1010101 | 11011000 | 1001111 | 111101 | 0 | 111111 | 1111 | 1110101 | 1000000 | 111010 |
Color Harmonies of #55D84F
Complementary color
Monochromatic Colors of #55D84F
Black with #55D84F
Text Example
Text Example
White with #55D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D84F; }
p { color: rgb(85,216,79); }
H1.HeaderClassName
{
color: #55D84F;
}
.AnyTagClassName
{
color: #55D84F;
}
</style>
background-color css
<style>
a { background-color: #55D84F; }
a { background-color: rgb(85,216,79); }
div.DivClassName
{
background-color: #55D84F;
}
.BgClassName
{
background-color: #55D84F;
}
</style>
border-color css
<style>
span { border-color: #55D84F; }
span { border-color: rgb(85,216,79); }
td.TdClassName
{
border-color: #55D84F;
}
.TagClassName
{
border-color: #55D84F;
}
</style>