Shades of Apple #55D94D
Tints of Apple #55D94D
RGB
CMYK
RGB Variations
Color information
#55D94D (or 0x55D94D) is known color: Apple. HEX triplet: 55, D9 and 4D. RGB value is (85,217,77). Sum of RGB (Red+Green+Blue) = 85+217+77=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #55D94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D94D is #AA26B2. Grayscale: #A2A2A2. Windows color (decimal): -11151027 or 5101909. OLE color: 5101909.
HSL color Cylindrical-coordinate representation of color #55D94D: hue angle of 116.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55D94D is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 77 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.15 |
| HSL | 116.57º | 0.65% | 0.58% | - |
| HSV(B) | 116.57º | 0.65% | 0.85% | - |
| XYZ | 29.9 | 52.09 | 15.5 | - |
| YUV | 161.57 | 80.27 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 77 | 0.61 | 0 | 0.65 | 0.15 | 116.57 | 0.65 | 0.58 |
| Hex | 55 | D9 | 4D | 3D | 0 | 41 | F | 75 | 41 | 3A |
| Octal | 125 | 331 | 115 | 75 | 0 | 101 | 17 | 165 | 101 | 72 |
| Binary | 1010101 | 11011001 | 1001101 | 111101 | 0 | 1000001 | 1111 | 1110101 | 1000001 | 111010 |
Color Harmonies of #55D94D
Complementary color
Monochromatic Colors of #55D94D
Black with #55D94D
Text Example
Text Example
White with #55D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D94D; }
p { color: rgb(85,217,77); }
H1.HeaderClassName
{
color: #55D94D;
}
.AnyTagClassName
{
color: #55D94D;
}
</style>
background-color css
<style>
a { background-color: #55D94D; }
a { background-color: rgb(85,217,77); }
div.DivClassName
{
background-color: #55D94D;
}
.BgClassName
{
background-color: #55D94D;
}
</style>
border-color css
<style>
span { border-color: #55D94D; }
span { border-color: rgb(85,217,77); }
td.TdClassName
{
border-color: #55D94D;
}
.TagClassName
{
border-color: #55D94D;
}
</style>