Shades of Apple #55D74E
Tints of Apple #55D74E
RGB
CMYK
RGB Variations
Color information
#55D74E (or 0x55D74E) is known color: Apple. HEX triplet: 55, D7 and 4E. RGB value is (85,215,78). Sum of RGB (Red+Green+Blue) = 85+215+78=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #55D74E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D74E is #AA28B1. Grayscale: #A0A0A0. Windows color (decimal): -11151538 or 5166933. OLE color: 5166933.
HSL color Cylindrical-coordinate representation of color #55D74E: hue angle of 116.93º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D74E is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 78 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.16 |
| HSL | 116.93º | 0.63% | 0.57% | - |
| HSV(B) | 116.93º | 0.64% | 0.84% | - |
| XYZ | 29.42 | 51.08 | 15.52 | - |
| YUV | 160.51 | 81.43 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 78 | 0.60 | 0 | 0.64 | 0.16 | 116.93 | 0.63 | 0.57 |
| Hex | 55 | D7 | 4E | 3C | 0 | 40 | 10 | 75 | 3F | 39 |
| Octal | 125 | 327 | 116 | 74 | 0 | 100 | 20 | 165 | 77 | 71 |
| Binary | 1010101 | 11010111 | 1001110 | 111100 | 0 | 1000000 | 10000 | 1110101 | 111111 | 111001 |
Color Harmonies of #55D74E
Complementary color
Monochromatic Colors of #55D74E
Black with #55D74E
Text Example
Text Example
White with #55D74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D74E; }
p { color: rgb(85,215,78); }
H1.HeaderClassName
{
color: #55D74E;
}
.AnyTagClassName
{
color: #55D74E;
}
</style>
background-color css
<style>
a { background-color: #55D74E; }
a { background-color: rgb(85,215,78); }
div.DivClassName
{
background-color: #55D74E;
}
.BgClassName
{
background-color: #55D74E;
}
</style>
border-color css
<style>
span { border-color: #55D74E; }
span { border-color: rgb(85,215,78); }
td.TdClassName
{
border-color: #55D74E;
}
.TagClassName
{
border-color: #55D74E;
}
</style>