Shades of Apple #55D448
Tints of Apple #55D448
RGB
CMYK
RGB Variations
Color information
#55D448 (or 0x55D448) is known color: Apple. HEX triplet: 55, D4 and 48. RGB value is (85,212,72). Sum of RGB (Red+Green+Blue) = 85+212+72=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 212 (83.20% from 255 or 57.45% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 212 - color contains mainly: green. Hex color #55D448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D448 is #AA2BB7. Grayscale: #9E9E9E. Windows color (decimal): -11152312 or 4772949. OLE color: 4772949.
HSL color Cylindrical-coordinate representation of color #55D448: hue angle of 114.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55D448 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 72 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.17 |
| HSL | 114.43º | 0.62% | 0.56% | - |
| HSV(B) | 114.43º | 0.66% | 0.83% | - |
| XYZ | 28.46 | 49.49 | 14.18 | - |
| YUV | 158.07 | 79.42 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 72 | 0.60 | 0 | 0.66 | 0.17 | 114.43 | 0.62 | 0.56 |
| Hex | 55 | D4 | 48 | 3C | 0 | 42 | 11 | 72 | 3E | 38 |
| Octal | 125 | 324 | 110 | 74 | 0 | 102 | 21 | 162 | 76 | 70 |
| Binary | 1010101 | 11010100 | 1001000 | 111100 | 0 | 1000010 | 10001 | 1110010 | 111110 | 111000 |
Color Harmonies of #55D448
Complementary color
Monochromatic Colors of #55D448
Black with #55D448
Text Example
Text Example
White with #55D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D448; }
p { color: rgb(85,212,72); }
H1.HeaderClassName
{
color: #55D448;
}
.AnyTagClassName
{
color: #55D448;
}
</style>
background-color css
<style>
a { background-color: #55D448; }
a { background-color: rgb(85,212,72); }
div.DivClassName
{
background-color: #55D448;
}
.BgClassName
{
background-color: #55D448;
}
</style>
border-color css
<style>
span { border-color: #55D448; }
span { border-color: rgb(85,212,72); }
td.TdClassName
{
border-color: #55D448;
}
.TagClassName
{
border-color: #55D448;
}
</style>