Shades of Apple #5AB650
Tints of Apple #5AB650
RGB
CMYK
RGB Variations
Color information
#5AB650 (or 0x5AB650) is known color: Apple. HEX triplet: 5A, B6 and 50. RGB value is (90,182,80). Sum of RGB (Red+Green+Blue) = 90+182+80=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB650 is #A549AF. Grayscale: #8F8F8F. Windows color (decimal): -10832304 or 5289562. OLE color: 5289562.
HSL color Cylindrical-coordinate representation of color #5AB650: hue angle of 114.12º 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 #5AB650 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 80 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.29 |
| HSL | 114.12º | 0.41% | 0.51% | - |
| HSV(B) | 114.12º | 0.56% | 0.71% | - |
| XYZ | 22.39 | 36.21 | 13.4 | - |
| YUV | 142.86 | 92.52 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 80 | 0.51 | 0 | 0.56 | 0.29 | 114.12 | 0.41 | 0.51 |
| Hex | 5A | B6 | 50 | 33 | 0 | 38 | 1D | 72 | 29 | 33 |
| Octal | 132 | 266 | 120 | 63 | 0 | 70 | 35 | 162 | 51 | 63 |
| Binary | 1011010 | 10110110 | 1010000 | 110011 | 0 | 111000 | 11101 | 1110010 | 101001 | 110011 |
Color Harmonies of #5AB650
Complementary color
Monochromatic Colors of #5AB650
Black with #5AB650
Text Example
Text Example
White with #5AB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB650; }
p { color: rgb(90,182,80); }
H1.HeaderClassName
{
color: #5AB650;
}
.AnyTagClassName
{
color: #5AB650;
}
</style>
background-color css
<style>
a { background-color: #5AB650; }
a { background-color: rgb(90,182,80); }
div.DivClassName
{
background-color: #5AB650;
}
.BgClassName
{
background-color: #5AB650;
}
</style>
border-color css
<style>
span { border-color: #5AB650; }
span { border-color: rgb(90,182,80); }
td.TdClassName
{
border-color: #5AB650;
}
.TagClassName
{
border-color: #5AB650;
}
</style>