Shades of Apple #5AB548
Tints of Apple #5AB548
RGB
CMYK
RGB Variations
Color information
#5AB548 (or 0x5AB548) is known color: Apple. HEX triplet: 5A, B5 and 48. RGB value is (90,181,72). Sum of RGB (Red+Green+Blue) = 90+181+72=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB548 is #A54AB7. Grayscale: #8D8D8D. Windows color (decimal): -10832568 or 4765018. OLE color: 4765018.
HSL color Cylindrical-coordinate representation of color #5AB548: hue angle of 110.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AB548 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 72 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.29 |
| HSL | 110.09º | 0.43% | 0.5% | - |
| HSV(B) | 110.09º | 0.6% | 0.71% | - |
| XYZ | 21.91 | 35.69 | 11.86 | - |
| YUV | 141.37 | 88.85 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 72 | 0.50 | 0 | 0.60 | 0.29 | 110.09 | 0.43 | 0.5 |
| Hex | 5A | B5 | 48 | 32 | 0 | 3C | 1D | 6E | 2B | 32 |
| Octal | 132 | 265 | 110 | 62 | 0 | 74 | 35 | 156 | 53 | 62 |
| Binary | 1011010 | 10110101 | 1001000 | 110010 | 0 | 111100 | 11101 | 1101110 | 101011 | 110010 |
Color Harmonies of #5AB548
Complementary color
Monochromatic Colors of #5AB548
Black with #5AB548
Text Example
Text Example
White with #5AB548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB548; }
p { color: rgb(90,181,72); }
H1.HeaderClassName
{
color: #5AB548;
}
.AnyTagClassName
{
color: #5AB548;
}
</style>
background-color css
<style>
a { background-color: #5AB548; }
a { background-color: rgb(90,181,72); }
div.DivClassName
{
background-color: #5AB548;
}
.BgClassName
{
background-color: #5AB548;
}
</style>
border-color css
<style>
span { border-color: #5AB548; }
span { border-color: rgb(90,181,72); }
td.TdClassName
{
border-color: #5AB548;
}
.TagClassName
{
border-color: #5AB548;
}
</style>