Shades of Apple #5ABB50
Tints of Apple #5ABB50
RGB
CMYK
RGB Variations
Color information
#5ABB50 (or 0x5ABB50) is known color: Apple. HEX triplet: 5A, BB and 50. RGB value is (90,187,80). Sum of RGB (Red+Green+Blue) = 90+187+80=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB50 is #A544AF. Grayscale: #929292. Windows color (decimal): -10831024 or 5290842. OLE color: 5290842.
HSL color Cylindrical-coordinate representation of color #5ABB50: hue angle of 114.39º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ABB50 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 80 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.27 |
| HSL | 114.39º | 0.44% | 0.52% | - |
| HSV(B) | 114.39º | 0.57% | 0.73% | - |
| XYZ | 23.43 | 38.29 | 13.75 | - |
| YUV | 145.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 80 | 0.52 | 0 | 0.57 | 0.27 | 114.39 | 0.44 | 0.52 |
| Hex | 5A | BB | 50 | 34 | 0 | 39 | 1B | 72 | 2C | 34 |
| Octal | 132 | 273 | 120 | 64 | 0 | 71 | 33 | 162 | 54 | 64 |
| Binary | 1011010 | 10111011 | 1010000 | 110100 | 0 | 111001 | 11011 | 1110010 | 101100 | 110100 |
Color Harmonies of #5ABB50
Complementary color
Monochromatic Colors of #5ABB50
Black with #5ABB50
Text Example
Text Example
White with #5ABB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB50; }
p { color: rgb(90,187,80); }
H1.HeaderClassName
{
color: #5ABB50;
}
.AnyTagClassName
{
color: #5ABB50;
}
</style>
background-color css
<style>
a { background-color: #5ABB50; }
a { background-color: rgb(90,187,80); }
div.DivClassName
{
background-color: #5ABB50;
}
.BgClassName
{
background-color: #5ABB50;
}
</style>
border-color css
<style>
span { border-color: #5ABB50; }
span { border-color: rgb(90,187,80); }
td.TdClassName
{
border-color: #5ABB50;
}
.TagClassName
{
border-color: #5ABB50;
}
</style>