Shades of Apple #5ABB47
Tints of Apple #5ABB47
RGB
CMYK
RGB Variations
Color information
#5ABB47 (or 0x5ABB47) is known color: Apple. HEX triplet: 5A, BB and 47. RGB value is (90,187,71). Sum of RGB (Red+Green+Blue) = 90+187+71=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABB47 is #A544B8. Grayscale: #919191. Windows color (decimal): -10831033 or 4701018. OLE color: 4701018.
HSL color Cylindrical-coordinate representation of color #5ABB47: hue angle of 110.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABB47 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 71 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.27 |
| HSL | 110.17º | 0.46% | 0.51% | - |
| HSV(B) | 110.17º | 0.62% | 0.73% | - |
| XYZ | 23.12 | 38.17 | 12.11 | - |
| YUV | 144.77 | 86.36 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 71 | 0.52 | 0 | 0.62 | 0.27 | 110.17 | 0.46 | 0.51 |
| Hex | 5A | BB | 47 | 34 | 0 | 3E | 1B | 6E | 2E | 33 |
| Octal | 132 | 273 | 107 | 64 | 0 | 76 | 33 | 156 | 56 | 63 |
| Binary | 1011010 | 10111011 | 1000111 | 110100 | 0 | 111110 | 11011 | 1101110 | 101110 | 110011 |
Color Harmonies of #5ABB47
Complementary color
Monochromatic Colors of #5ABB47
Black with #5ABB47
Text Example
Text Example
White with #5ABB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB47; }
p { color: rgb(90,187,71); }
H1.HeaderClassName
{
color: #5ABB47;
}
.AnyTagClassName
{
color: #5ABB47;
}
</style>
background-color css
<style>
a { background-color: #5ABB47; }
a { background-color: rgb(90,187,71); }
div.DivClassName
{
background-color: #5ABB47;
}
.BgClassName
{
background-color: #5ABB47;
}
</style>
border-color css
<style>
span { border-color: #5ABB47; }
span { border-color: rgb(90,187,71); }
td.TdClassName
{
border-color: #5ABB47;
}
.TagClassName
{
border-color: #5ABB47;
}
</style>