Shades of Apple #55A53F
Tints of Apple #55A53F
RGB
CMYK
RGB Variations
Color information
#55A53F (or 0x55A53F) is known color: Apple. HEX triplet: 55, A5 and 3F. RGB value is (85,165,63). Sum of RGB (Red+Green+Blue) = 85+165+63=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #55A53F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A53F is #AA5AC0. Grayscale: #818181. Windows color (decimal): -11164353 or 4171093. OLE color: 4171093.
HSL color Cylindrical-coordinate representation of color #55A53F: hue angle of 107.06º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55A53F is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 165 | 63 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.35 |
| HSL | 107.06º | 0.45% | 0.45% | - |
| HSV(B) | 107.06º | 0.62% | 0.65% | - |
| XYZ | 18.1 | 29.2 | 9.38 | - |
| YUV | 129.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 165 | 63 | 0.48 | 0 | 0.62 | 0.35 | 107.06 | 0.45 | 0.45 |
| Hex | 55 | A5 | 3F | 30 | 0 | 3E | 23 | 6B | 2D | 2D |
| Octal | 125 | 245 | 77 | 60 | 0 | 76 | 43 | 153 | 55 | 55 |
| Binary | 1010101 | 10100101 | 111111 | 110000 | 0 | 111110 | 100011 | 1101011 | 101101 | 101101 |
Color Harmonies of #55A53F
Complementary color
Monochromatic Colors of #55A53F
Black with #55A53F
Text Example
Text Example
White with #55A53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A53F; }
p { color: rgb(85,165,63); }
H1.HeaderClassName
{
color: #55A53F;
}
.AnyTagClassName
{
color: #55A53F;
}
</style>
background-color css
<style>
a { background-color: #55A53F; }
a { background-color: rgb(85,165,63); }
div.DivClassName
{
background-color: #55A53F;
}
.BgClassName
{
background-color: #55A53F;
}
</style>
border-color css
<style>
span { border-color: #55A53F; }
span { border-color: rgb(85,165,63); }
td.TdClassName
{
border-color: #55A53F;
}
.TagClassName
{
border-color: #55A53F;
}
</style>