Shades of Apple #55D248
Tints of Apple #55D248
RGB
CMYK
RGB Variations
Color information
#55D248 (or 0x55D248) is known color: Apple. HEX triplet: 55, D2 and 48. RGB value is (85,210,72). Sum of RGB (Red+Green+Blue) = 85+210+72=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 210 (82.42% from 255 or 57.22% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 210 - color contains mainly: green. Hex color #55D248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D248 is #AA2DB7. Grayscale: #9D9D9D. Windows color (decimal): -11152824 or 4772437. OLE color: 4772437.
HSL color Cylindrical-coordinate representation of color #55D248: hue angle of 114.35º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55D248 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 72 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.18 |
| HSL | 114.35º | 0.61% | 0.55% | - |
| HSV(B) | 114.35º | 0.66% | 0.82% | - |
| XYZ | 27.96 | 48.49 | 14.02 | - |
| YUV | 156.89 | 80.09 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 72 | 0.60 | 0 | 0.66 | 0.18 | 114.35 | 0.61 | 0.55 |
| Hex | 55 | D2 | 48 | 3C | 0 | 42 | 12 | 72 | 3D | 37 |
| Octal | 125 | 322 | 110 | 74 | 0 | 102 | 22 | 162 | 75 | 67 |
| Binary | 1010101 | 11010010 | 1001000 | 111100 | 0 | 1000010 | 10010 | 1110010 | 111101 | 110111 |
Color Harmonies of #55D248
Complementary color
Monochromatic Colors of #55D248
Black with #55D248
Text Example
Text Example
White with #55D248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D248; }
p { color: rgb(85,210,72); }
H1.HeaderClassName
{
color: #55D248;
}
.AnyTagClassName
{
color: #55D248;
}
</style>
background-color css
<style>
a { background-color: #55D248; }
a { background-color: rgb(85,210,72); }
div.DivClassName
{
background-color: #55D248;
}
.BgClassName
{
background-color: #55D248;
}
</style>
border-color css
<style>
span { border-color: #55D248; }
span { border-color: rgb(85,210,72); }
td.TdClassName
{
border-color: #55D248;
}
.TagClassName
{
border-color: #55D248;
}
</style>