Shades of Apple #5ABC47
Tints of Apple #5ABC47
RGB
CMYK
RGB Variations
Color information
#5ABC47 (or 0x5ABC47) is known color: Apple. HEX triplet: 5A, BC and 47. RGB value is (90,188,71). Sum of RGB (Red+Green+Blue) = 90+188+71=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC47 is #A543B8. Grayscale: #919191. Windows color (decimal): -10830777 or 4701274. OLE color: 4701274.
HSL color Cylindrical-coordinate representation of color #5ABC47: hue angle of 110.26º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ABC47 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 71 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.26 |
| HSL | 110.26º | 0.47% | 0.51% | - |
| HSV(B) | 110.26º | 0.62% | 0.74% | - |
| XYZ | 23.34 | 38.6 | 12.18 | - |
| YUV | 145.36 | 86.03 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 71 | 0.52 | 0 | 0.62 | 0.26 | 110.26 | 0.47 | 0.51 |
| Hex | 5A | BC | 47 | 34 | 0 | 3E | 1A | 6E | 2F | 33 |
| Octal | 132 | 274 | 107 | 64 | 0 | 76 | 32 | 156 | 57 | 63 |
| Binary | 1011010 | 10111100 | 1000111 | 110100 | 0 | 111110 | 11010 | 1101110 | 101111 | 110011 |
Color Harmonies of #5ABC47
Complementary color
Monochromatic Colors of #5ABC47
Black with #5ABC47
Text Example
Text Example
White with #5ABC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC47; }
p { color: rgb(90,188,71); }
H1.HeaderClassName
{
color: #5ABC47;
}
.AnyTagClassName
{
color: #5ABC47;
}
</style>
background-color css
<style>
a { background-color: #5ABC47; }
a { background-color: rgb(90,188,71); }
div.DivClassName
{
background-color: #5ABC47;
}
.BgClassName
{
background-color: #5ABC47;
}
</style>
border-color css
<style>
span { border-color: #5ABC47; }
span { border-color: rgb(90,188,71); }
td.TdClassName
{
border-color: #5ABC47;
}
.TagClassName
{
border-color: #5ABC47;
}
</style>