Shades of Apple #55BA3A
Tints of Apple #55BA3A
RGB
CMYK
RGB Variations
Color information
#55BA3A (or 0x55BA3A) is known color: Apple. HEX triplet: 55, BA and 3A. RGB value is (85,186,58). Sum of RGB (Red+Green+Blue) = 85+186+58=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA3A is #AA45C5. Grayscale: #8D8D8D. Windows color (decimal): -11158982 or 3848789. OLE color: 3848789.
HSL color Cylindrical-coordinate representation of color #55BA3A: hue angle of 107.34º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55BA3A is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 58 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.27 |
| HSL | 107.34º | 0.52% | 0.48% | - |
| HSV(B) | 107.34º | 0.69% | 0.73% | - |
| XYZ | 22.07 | 37.35 | 10.05 | - |
| YUV | 141.21 | 81.04 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 58 | 0.54 | 0 | 0.69 | 0.27 | 107.34 | 0.52 | 0.48 |
| Hex | 55 | BA | 3A | 36 | 0 | 45 | 1B | 6B | 34 | 30 |
| Octal | 125 | 272 | 72 | 66 | 0 | 105 | 33 | 153 | 64 | 60 |
| Binary | 1010101 | 10111010 | 111010 | 110110 | 0 | 1000101 | 11011 | 1101011 | 110100 | 110000 |
Color Harmonies of #55BA3A
Complementary color
Monochromatic Colors of #55BA3A
Black with #55BA3A
Text Example
Text Example
White with #55BA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA3A; }
p { color: rgb(85,186,58); }
H1.HeaderClassName
{
color: #55BA3A;
}
.AnyTagClassName
{
color: #55BA3A;
}
</style>
background-color css
<style>
a { background-color: #55BA3A; }
a { background-color: rgb(85,186,58); }
div.DivClassName
{
background-color: #55BA3A;
}
.BgClassName
{
background-color: #55BA3A;
}
</style>
border-color css
<style>
span { border-color: #55BA3A; }
span { border-color: rgb(85,186,58); }
td.TdClassName
{
border-color: #55BA3A;
}
.TagClassName
{
border-color: #55BA3A;
}
</style>