Shades of Apple #5AB247
Tints of Apple #5AB247
RGB
CMYK
RGB Variations
Color information
#5AB247 (or 0x5AB247) is known color: Apple. HEX triplet: 5A, B2 and 47. RGB value is (90,178,71). Sum of RGB (Red+Green+Blue) = 90+178+71=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB247 is #A54DB8. Grayscale: #8B8B8B. Windows color (decimal): -10833337 or 4698714. OLE color: 4698714.
HSL color Cylindrical-coordinate representation of color #5AB247: hue angle of 109.35º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AB247 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 71 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.30 |
| HSL | 109.35º | 0.43% | 0.49% | - |
| HSV(B) | 109.35º | 0.6% | 0.7% | - |
| XYZ | 21.27 | 34.47 | 11.49 | - |
| YUV | 139.49 | 89.35 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 71 | 0.49 | 0 | 0.60 | 0.30 | 109.35 | 0.43 | 0.49 |
| Hex | 5A | B2 | 47 | 31 | 0 | 3C | 1E | 6D | 2B | 31 |
| Octal | 132 | 262 | 107 | 61 | 0 | 74 | 36 | 155 | 53 | 61 |
| Binary | 1011010 | 10110010 | 1000111 | 110001 | 0 | 111100 | 11110 | 1101101 | 101011 | 110001 |
Color Harmonies of #5AB247
Complementary color
Monochromatic Colors of #5AB247
Black with #5AB247
Text Example
Text Example
White with #5AB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB247; }
p { color: rgb(90,178,71); }
H1.HeaderClassName
{
color: #5AB247;
}
.AnyTagClassName
{
color: #5AB247;
}
</style>
background-color css
<style>
a { background-color: #5AB247; }
a { background-color: rgb(90,178,71); }
div.DivClassName
{
background-color: #5AB247;
}
.BgClassName
{
background-color: #5AB247;
}
</style>
border-color css
<style>
span { border-color: #5AB247; }
span { border-color: rgb(90,178,71); }
td.TdClassName
{
border-color: #5AB247;
}
.TagClassName
{
border-color: #5AB247;
}
</style>