Shades of Apple #55B732
Tints of Apple #55B732
RGB
CMYK
RGB Variations
Color information
#55B732 (or 0x55B732) is known color: Apple. HEX triplet: 55, B7 and 32. RGB value is (85,183,50). Sum of RGB (Red+Green+Blue) = 85+183+50=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #55B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B732 is #AA48CD. Grayscale: #8A8A8A. Windows color (decimal): -11159758 or 3323733. OLE color: 3323733.
HSL color Cylindrical-coordinate representation of color #55B732: hue angle of 104.21º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55B732 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 50 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.28 |
| HSL | 104.21º | 0.57% | 0.46% | - |
| HSV(B) | 104.21º | 0.73% | 0.72% | - |
| XYZ | 21.26 | 36.03 | 8.85 | - |
| YUV | 138.54 | 78.03 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 50 | 0.54 | 0 | 0.73 | 0.28 | 104.21 | 0.57 | 0.46 |
| Hex | 55 | B7 | 32 | 36 | 0 | 49 | 1C | 68 | 39 | 2E |
| Octal | 125 | 267 | 62 | 66 | 0 | 111 | 34 | 150 | 71 | 56 |
| Binary | 1010101 | 10110111 | 110010 | 110110 | 0 | 1001001 | 11100 | 1101000 | 111001 | 101110 |
Color Harmonies of #55B732
Complementary color
Monochromatic Colors of #55B732
Black with #55B732
Text Example
Text Example
White with #55B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B732; }
p { color: rgb(85,183,50); }
H1.HeaderClassName
{
color: #55B732;
}
.AnyTagClassName
{
color: #55B732;
}
</style>
background-color css
<style>
a { background-color: #55B732; }
a { background-color: rgb(85,183,50); }
div.DivClassName
{
background-color: #55B732;
}
.BgClassName
{
background-color: #55B732;
}
</style>
border-color css
<style>
span { border-color: #55B732; }
span { border-color: rgb(85,183,50); }
td.TdClassName
{
border-color: #55B732;
}
.TagClassName
{
border-color: #55B732;
}
</style>