Shades of Apple #55B944
Tints of Apple #55B944
RGB
CMYK
RGB Variations
Color information
#55B944 (or 0x55B944) is known color: Apple. HEX triplet: 55, B9 and 44. RGB value is (85,185,68). Sum of RGB (Red+Green+Blue) = 85+185+68=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #55B944 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B944 is #AA46BB. Grayscale: #8E8E8E. Windows color (decimal): -11159228 or 4503893. OLE color: 4503893.
HSL color Cylindrical-coordinate representation of color #55B944: hue angle of 111.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55B944 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 185 | 68 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.27 |
| HSL | 111.28º | 0.46% | 0.5% | - |
| HSV(B) | 111.28º | 0.63% | 0.73% | - |
| XYZ | 22.14 | 37.05 | 11.45 | - |
| YUV | 141.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 185 | 68 | 0.54 | 0 | 0.63 | 0.27 | 111.28 | 0.46 | 0.5 |
| Hex | 55 | B9 | 44 | 36 | 0 | 3F | 1B | 6F | 2E | 32 |
| Octal | 125 | 271 | 104 | 66 | 0 | 77 | 33 | 157 | 56 | 62 |
| Binary | 1010101 | 10111001 | 1000100 | 110110 | 0 | 111111 | 11011 | 1101111 | 101110 | 110010 |
Color Harmonies of #55B944
Complementary color
Monochromatic Colors of #55B944
Black with #55B944
Text Example
Text Example
White with #55B944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B944; }
p { color: rgb(85,185,68); }
H1.HeaderClassName
{
color: #55B944;
}
.AnyTagClassName
{
color: #55B944;
}
</style>
background-color css
<style>
a { background-color: #55B944; }
a { background-color: rgb(85,185,68); }
div.DivClassName
{
background-color: #55B944;
}
.BgClassName
{
background-color: #55B944;
}
</style>
border-color css
<style>
span { border-color: #55B944; }
span { border-color: rgb(85,185,68); }
td.TdClassName
{
border-color: #55B944;
}
.TagClassName
{
border-color: #55B944;
}
</style>