Shades of Apple #55B537
Tints of Apple #55B537
RGB
CMYK
RGB Variations
Color information
#55B537 (or 0x55B537) is known color: Apple. HEX triplet: 55, B5 and 37. RGB value is (85,181,55). Sum of RGB (Red+Green+Blue) = 85+181+55=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #55B537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B537 is #AA4AC8. Grayscale: #8A8A8A. Windows color (decimal): -11160265 or 3650901. OLE color: 3650901.
HSL color Cylindrical-coordinate representation of color #55B537: hue angle of 105.71º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55B537 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 55 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.29 |
| HSL | 105.71º | 0.53% | 0.46% | - |
| HSV(B) | 105.71º | 0.7% | 0.71% | - |
| XYZ | 20.96 | 35.25 | 9.31 | - |
| YUV | 137.93 | 81.2 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 55 | 0.53 | 0 | 0.70 | 0.29 | 105.71 | 0.53 | 0.46 |
| Hex | 55 | B5 | 37 | 35 | 0 | 46 | 1D | 6A | 35 | 2E |
| Octal | 125 | 265 | 67 | 65 | 0 | 106 | 35 | 152 | 65 | 56 |
| Binary | 1010101 | 10110101 | 110111 | 110101 | 0 | 1000110 | 11101 | 1101010 | 110101 | 101110 |
Color Harmonies of #55B537
Complementary color
Monochromatic Colors of #55B537
Black with #55B537
Text Example
Text Example
White with #55B537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B537; }
p { color: rgb(85,181,55); }
H1.HeaderClassName
{
color: #55B537;
}
.AnyTagClassName
{
color: #55B537;
}
</style>
background-color css
<style>
a { background-color: #55B537; }
a { background-color: rgb(85,181,55); }
div.DivClassName
{
background-color: #55B537;
}
.BgClassName
{
background-color: #55B537;
}
</style>
border-color css
<style>
span { border-color: #55B537; }
span { border-color: rgb(85,181,55); }
td.TdClassName
{
border-color: #55B537;
}
.TagClassName
{
border-color: #55B537;
}
</style>