Shades of Apple #55B539
Tints of Apple #55B539
RGB
CMYK
RGB Variations
Color information
#55B539 (or 0x55B539) is known color: Apple. HEX triplet: 55, B5 and 39. RGB value is (85,181,57). Sum of RGB (Red+Green+Blue) = 85+181+57=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 57 (22.66% from 255 or 17.65% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #55B539 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B539 is #AA4AC6. Grayscale: #8A8A8A. Windows color (decimal): -11160263 or 3781973. OLE color: 3781973.
HSL color Cylindrical-coordinate representation of color #55B539: hue angle of 106.45º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55B539 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 57 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.29 |
| HSL | 106.45º | 0.52% | 0.47% | - |
| HSV(B) | 106.45º | 0.69% | 0.71% | - |
| XYZ | 21.01 | 35.27 | 9.57 | - |
| YUV | 138.16 | 82.2 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 57 | 0.53 | 0 | 0.69 | 0.29 | 106.45 | 0.52 | 0.47 |
| Hex | 55 | B5 | 39 | 35 | 0 | 45 | 1D | 6A | 34 | 2F |
| Octal | 125 | 265 | 71 | 65 | 0 | 105 | 35 | 152 | 64 | 57 |
| Binary | 1010101 | 10110101 | 111001 | 110101 | 0 | 1000101 | 11101 | 1101010 | 110100 | 101111 |
Color Harmonies of #55B539
Complementary color
Monochromatic Colors of #55B539
Black with #55B539
Text Example
Text Example
White with #55B539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B539; }
p { color: rgb(85,181,57); }
H1.HeaderClassName
{
color: #55B539;
}
.AnyTagClassName
{
color: #55B539;
}
</style>
background-color css
<style>
a { background-color: #55B539; }
a { background-color: rgb(85,181,57); }
div.DivClassName
{
background-color: #55B539;
}
.BgClassName
{
background-color: #55B539;
}
</style>
border-color css
<style>
span { border-color: #55B539; }
span { border-color: rgb(85,181,57); }
td.TdClassName
{
border-color: #55B539;
}
.TagClassName
{
border-color: #55B539;
}
</style>