Shades of Apple #55A33E
Tints of Apple #55A33E
RGB
CMYK
RGB Variations
Color information
#55A33E (or 0x55A33E) is known color: Apple. HEX triplet: 55, A3 and 3E. RGB value is (85,163,62). Sum of RGB (Red+Green+Blue) = 85+163+62=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #55A33E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A33E is #AA5CC1. Grayscale: #808080. Windows color (decimal): -11164866 or 4105045. OLE color: 4105045.
HSL color Cylindrical-coordinate representation of color #55A33E: hue angle of 106.34º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55A33E is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 62 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.36 |
| HSL | 106.34º | 0.45% | 0.44% | - |
| HSV(B) | 106.34º | 0.62% | 0.64% | - |
| XYZ | 17.71 | 28.47 | 9.12 | - |
| YUV | 128.16 | 90.66 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 62 | 0.48 | 0 | 0.62 | 0.36 | 106.34 | 0.45 | 0.44 |
| Hex | 55 | A3 | 3E | 30 | 0 | 3E | 24 | 6A | 2D | 2C |
| Octal | 125 | 243 | 76 | 60 | 0 | 76 | 44 | 152 | 55 | 54 |
| Binary | 1010101 | 10100011 | 111110 | 110000 | 0 | 111110 | 100100 | 1101010 | 101101 | 101100 |
Color Harmonies of #55A33E
Complementary color
Monochromatic Colors of #55A33E
Black with #55A33E
Text Example
Text Example
White with #55A33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A33E; }
p { color: rgb(85,163,62); }
H1.HeaderClassName
{
color: #55A33E;
}
.AnyTagClassName
{
color: #55A33E;
}
</style>
background-color css
<style>
a { background-color: #55A33E; }
a { background-color: rgb(85,163,62); }
div.DivClassName
{
background-color: #55A33E;
}
.BgClassName
{
background-color: #55A33E;
}
</style>
border-color css
<style>
span { border-color: #55A33E; }
span { border-color: rgb(85,163,62); }
td.TdClassName
{
border-color: #55A33E;
}
.TagClassName
{
border-color: #55A33E;
}
</style>