Shades of Apple #5AB547
Tints of Apple #5AB547
RGB
CMYK
RGB Variations
Color information
#5AB547 (or 0x5AB547) is known color: Apple. HEX triplet: 5A, B5 and 47. RGB value is (90,181,71). Sum of RGB (Red+Green+Blue) = 90+181+71=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB547 is #A54AB8. Grayscale: #8D8D8D. Windows color (decimal): -10832569 or 4699482. OLE color: 4699482.
HSL color Cylindrical-coordinate representation of color #5AB547: hue angle of 109.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AB547 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 71 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.29 |
| HSL | 109.64º | 0.44% | 0.49% | - |
| HSV(B) | 109.64º | 0.61% | 0.71% | - |
| XYZ | 21.88 | 35.68 | 11.69 | - |
| YUV | 141.25 | 88.35 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 71 | 0.50 | 0 | 0.61 | 0.29 | 109.64 | 0.44 | 0.49 |
| Hex | 5A | B5 | 47 | 32 | 0 | 3D | 1D | 6E | 2C | 31 |
| Octal | 132 | 265 | 107 | 62 | 0 | 75 | 35 | 156 | 54 | 61 |
| Binary | 1011010 | 10110101 | 1000111 | 110010 | 0 | 111101 | 11101 | 1101110 | 101100 | 110001 |
Color Harmonies of #5AB547
Complementary color
Monochromatic Colors of #5AB547
Black with #5AB547
Text Example
Text Example
White with #5AB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB547; }
p { color: rgb(90,181,71); }
H1.HeaderClassName
{
color: #5AB547;
}
.AnyTagClassName
{
color: #5AB547;
}
</style>
background-color css
<style>
a { background-color: #5AB547; }
a { background-color: rgb(90,181,71); }
div.DivClassName
{
background-color: #5AB547;
}
.BgClassName
{
background-color: #5AB547;
}
</style>
border-color css
<style>
span { border-color: #5AB547; }
span { border-color: rgb(90,181,71); }
td.TdClassName
{
border-color: #5AB547;
}
.TagClassName
{
border-color: #5AB547;
}
</style>