Shades of Apple #5AB550
Tints of Apple #5AB550
RGB
CMYK
RGB Variations
Color information
#5AB550 (or 0x5AB550) is known color: Apple. HEX triplet: 5A, B5 and 50. RGB value is (90,181,80). Sum of RGB (Red+Green+Blue) = 90+181+80=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB550 is #A54AAF. Grayscale: #8E8E8E. Windows color (decimal): -10832560 or 5289306. OLE color: 5289306.
HSL color Cylindrical-coordinate representation of color #5AB550: hue angle of 114.06º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB550 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 80 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.29 |
| HSL | 114.06º | 0.41% | 0.51% | - |
| HSV(B) | 114.06º | 0.56% | 0.71% | - |
| XYZ | 22.19 | 35.8 | 13.33 | - |
| YUV | 142.28 | 92.85 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 80 | 0.50 | 0 | 0.56 | 0.29 | 114.06 | 0.41 | 0.51 |
| Hex | 5A | B5 | 50 | 32 | 0 | 38 | 1D | 72 | 29 | 33 |
| Octal | 132 | 265 | 120 | 62 | 0 | 70 | 35 | 162 | 51 | 63 |
| Binary | 1011010 | 10110101 | 1010000 | 110010 | 0 | 111000 | 11101 | 1110010 | 101001 | 110011 |
Color Harmonies of #5AB550
Complementary color
Monochromatic Colors of #5AB550
Black with #5AB550
Text Example
Text Example
White with #5AB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB550; }
p { color: rgb(90,181,80); }
H1.HeaderClassName
{
color: #5AB550;
}
.AnyTagClassName
{
color: #5AB550;
}
</style>
background-color css
<style>
a { background-color: #5AB550; }
a { background-color: rgb(90,181,80); }
div.DivClassName
{
background-color: #5AB550;
}
.BgClassName
{
background-color: #5AB550;
}
</style>
border-color css
<style>
span { border-color: #5AB550; }
span { border-color: rgb(90,181,80); }
td.TdClassName
{
border-color: #5AB550;
}
.TagClassName
{
border-color: #5AB550;
}
</style>