Shades of Apple #5AB748
Tints of Apple #5AB748
RGB
CMYK
RGB Variations
Color information
#5AB748 (or 0x5AB748) is known color: Apple. HEX triplet: 5A, B7 and 48. RGB value is (90,183,72). Sum of RGB (Red+Green+Blue) = 90+183+72=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB748 is #A548B7. Grayscale: #8E8E8E. Windows color (decimal): -10832056 or 4765530. OLE color: 4765530.
HSL color Cylindrical-coordinate representation of color #5AB748: hue angle of 110.27º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AB748 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 72 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.28 |
| HSL | 110.27º | 0.44% | 0.5% | - |
| HSV(B) | 110.27º | 0.61% | 0.72% | - |
| XYZ | 22.32 | 36.51 | 12 | - |
| YUV | 142.54 | 88.19 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 72 | 0.51 | 0 | 0.61 | 0.28 | 110.27 | 0.44 | 0.5 |
| Hex | 5A | B7 | 48 | 33 | 0 | 3D | 1C | 6E | 2C | 32 |
| Octal | 132 | 267 | 110 | 63 | 0 | 75 | 34 | 156 | 54 | 62 |
| Binary | 1011010 | 10110111 | 1001000 | 110011 | 0 | 111101 | 11100 | 1101110 | 101100 | 110010 |
Color Harmonies of #5AB748
Complementary color
Monochromatic Colors of #5AB748
Black with #5AB748
Text Example
Text Example
White with #5AB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB748; }
p { color: rgb(90,183,72); }
H1.HeaderClassName
{
color: #5AB748;
}
.AnyTagClassName
{
color: #5AB748;
}
</style>
background-color css
<style>
a { background-color: #5AB748; }
a { background-color: rgb(90,183,72); }
div.DivClassName
{
background-color: #5AB748;
}
.BgClassName
{
background-color: #5AB748;
}
</style>
border-color css
<style>
span { border-color: #5AB748; }
span { border-color: rgb(90,183,72); }
td.TdClassName
{
border-color: #5AB748;
}
.TagClassName
{
border-color: #5AB748;
}
</style>