Shades of Apple #55D24C
Tints of Apple #55D24C
RGB
CMYK
RGB Variations
Color information
#55D24C (or 0x55D24C) is known color: Apple. HEX triplet: 55, D2 and 4C. RGB value is (85,210,76). Sum of RGB (Red+Green+Blue) = 85+210+76=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #55D24C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D24C is #AA2DB3. Grayscale: #9D9D9D. Windows color (decimal): -11152820 or 5034581. OLE color: 5034581.
HSL color Cylindrical-coordinate representation of color #55D24C: hue angle of 115.97º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D24C is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 76 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.18 |
| HSL | 115.97º | 0.6% | 0.56% | - |
| HSV(B) | 115.97º | 0.64% | 0.82% | - |
| XYZ | 28.1 | 48.55 | 14.73 | - |
| YUV | 157.35 | 82.09 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 76 | 0.60 | 0 | 0.64 | 0.18 | 115.97 | 0.6 | 0.56 |
| Hex | 55 | D2 | 4C | 3C | 0 | 40 | 12 | 74 | 3C | 38 |
| Octal | 125 | 322 | 114 | 74 | 0 | 100 | 22 | 164 | 74 | 70 |
| Binary | 1010101 | 11010010 | 1001100 | 111100 | 0 | 1000000 | 10010 | 1110100 | 111100 | 111000 |
Color Harmonies of #55D24C
Complementary color
Monochromatic Colors of #55D24C
Black with #55D24C
Text Example
Text Example
White with #55D24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D24C; }
p { color: rgb(85,210,76); }
H1.HeaderClassName
{
color: #55D24C;
}
.AnyTagClassName
{
color: #55D24C;
}
</style>
background-color css
<style>
a { background-color: #55D24C; }
a { background-color: rgb(85,210,76); }
div.DivClassName
{
background-color: #55D24C;
}
.BgClassName
{
background-color: #55D24C;
}
</style>
border-color css
<style>
span { border-color: #55D24C; }
span { border-color: rgb(85,210,76); }
td.TdClassName
{
border-color: #55D24C;
}
.TagClassName
{
border-color: #55D24C;
}
</style>