Shades of Apple #55B34A
Tints of Apple #55B34A
RGB
CMYK
RGB Variations
Color information
#55B34A (or 0x55B34A) is known color: Apple. HEX triplet: 55, B3 and 4A. RGB value is (85,179,74). Sum of RGB (Red+Green+Blue) = 85+179+74=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #55B34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B34A is #AA4CB5. Grayscale: #8B8B8B. Windows color (decimal): -11160758 or 4895573. OLE color: 4895573.
HSL color Cylindrical-coordinate representation of color #55B34A: hue angle of 113.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55B34A is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 179 | 74 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.30 |
| HSL | 113.71º | 0.42% | 0.5% | - |
| HSV(B) | 113.71º | 0.59% | 0.7% | - |
| XYZ | 21.1 | 34.67 | 12.06 | - |
| YUV | 138.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 179 | 74 | 0.53 | 0 | 0.59 | 0.30 | 113.71 | 0.42 | 0.5 |
| Hex | 55 | B3 | 4A | 35 | 0 | 3B | 1E | 72 | 2A | 32 |
| Octal | 125 | 263 | 112 | 65 | 0 | 73 | 36 | 162 | 52 | 62 |
| Binary | 1010101 | 10110011 | 1001010 | 110101 | 0 | 111011 | 11110 | 1110010 | 101010 | 110010 |
Color Harmonies of #55B34A
Complementary color
Monochromatic Colors of #55B34A
Black with #55B34A
Text Example
Text Example
White with #55B34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B34A; }
p { color: rgb(85,179,74); }
H1.HeaderClassName
{
color: #55B34A;
}
.AnyTagClassName
{
color: #55B34A;
}
</style>
background-color css
<style>
a { background-color: #55B34A; }
a { background-color: rgb(85,179,74); }
div.DivClassName
{
background-color: #55B34A;
}
.BgClassName
{
background-color: #55B34A;
}
</style>
border-color css
<style>
span { border-color: #55B34A; }
span { border-color: rgb(85,179,74); }
td.TdClassName
{
border-color: #55B34A;
}
.TagClassName
{
border-color: #55B34A;
}
</style>