Shades of Apple #5AB450
Tints of Apple #5AB450
RGB
CMYK
RGB Variations
Color information
#5AB450 (or 0x5AB450) is known color: Apple. HEX triplet: 5A, B4 and 50. RGB value is (90,180,80). Sum of RGB (Red+Green+Blue) = 90+180+80=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB450 is #A54BAF. Grayscale: #8E8E8E. Windows color (decimal): -10832816 or 5289050. OLE color: 5289050.
HSL color Cylindrical-coordinate representation of color #5AB450: hue angle of 114º degrees, saturation: 0.4, 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 #5AB450 is Cyan = 0.50, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 80 | - |
| CMYK | 0.50 | 0 | 0.56 | 0.29 |
| HSL | 114º | 0.4% | 0.51% | - |
| HSV(B) | 114º | 0.56% | 0.71% | - |
| XYZ | 21.99 | 35.4 | 13.26 | - |
| YUV | 141.69 | 93.18 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 80 | 0.50 | 0 | 0.56 | 0.29 | 114 | 0.4 | 0.51 |
| Hex | 5A | B4 | 50 | 32 | 0 | 38 | 1D | 72 | 28 | 33 |
| Octal | 132 | 264 | 120 | 62 | 0 | 70 | 35 | 162 | 50 | 63 |
| Binary | 1011010 | 10110100 | 1010000 | 110010 | 0 | 111000 | 11101 | 1110010 | 101000 | 110011 |
Color Harmonies of #5AB450
Complementary color
Monochromatic Colors of #5AB450
Black with #5AB450
Text Example
Text Example
White with #5AB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB450; }
p { color: rgb(90,180,80); }
H1.HeaderClassName
{
color: #5AB450;
}
.AnyTagClassName
{
color: #5AB450;
}
</style>
background-color css
<style>
a { background-color: #5AB450; }
a { background-color: rgb(90,180,80); }
div.DivClassName
{
background-color: #5AB450;
}
.BgClassName
{
background-color: #5AB450;
}
</style>
border-color css
<style>
span { border-color: #5AB450; }
span { border-color: rgb(90,180,80); }
td.TdClassName
{
border-color: #5AB450;
}
.TagClassName
{
border-color: #5AB450;
}
</style>