Shades of Apple #55BA3F
Tints of Apple #55BA3F
RGB
CMYK
RGB Variations
Color information
#55BA3F (or 0x55BA3F) is known color: Apple. HEX triplet: 55, BA and 3F. RGB value is (85,186,63). Sum of RGB (Red+Green+Blue) = 85+186+63=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BA3F is #AA45C0. Grayscale: #8E8E8E. Windows color (decimal): -11158977 or 4176469. OLE color: 4176469.
HSL color Cylindrical-coordinate representation of color #55BA3F: hue angle of 109.27º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55BA3F is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 63 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.27 |
| HSL | 109.27º | 0.49% | 0.49% | - |
| HSV(B) | 109.27º | 0.66% | 0.73% | - |
| XYZ | 22.2 | 37.41 | 10.75 | - |
| YUV | 141.78 | 83.54 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 63 | 0.54 | 0 | 0.66 | 0.27 | 109.27 | 0.49 | 0.49 |
| Hex | 55 | BA | 3F | 36 | 0 | 42 | 1B | 6D | 31 | 31 |
| Octal | 125 | 272 | 77 | 66 | 0 | 102 | 33 | 155 | 61 | 61 |
| Binary | 1010101 | 10111010 | 111111 | 110110 | 0 | 1000010 | 11011 | 1101101 | 110001 | 110001 |
Color Harmonies of #55BA3F
Complementary color
Monochromatic Colors of #55BA3F
Black with #55BA3F
Text Example
Text Example
White with #55BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA3F; }
p { color: rgb(85,186,63); }
H1.HeaderClassName
{
color: #55BA3F;
}
.AnyTagClassName
{
color: #55BA3F;
}
</style>
background-color css
<style>
a { background-color: #55BA3F; }
a { background-color: rgb(85,186,63); }
div.DivClassName
{
background-color: #55BA3F;
}
.BgClassName
{
background-color: #55BA3F;
}
</style>
border-color css
<style>
span { border-color: #55BA3F; }
span { border-color: rgb(85,186,63); }
td.TdClassName
{
border-color: #55BA3F;
}
.TagClassName
{
border-color: #55BA3F;
}
</style>