Shades of Apple #5ABA4D
Tints of Apple #5ABA4D
RGB
CMYK
RGB Variations
Color information
#5ABA4D (or 0x5ABA4D) is known color: Apple. HEX triplet: 5A, BA and 4D. RGB value is (90,186,77). Sum of RGB (Red+Green+Blue) = 90+186+77=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABA4D is #A545B2. Grayscale: #919191. Windows color (decimal): -10831283 or 5093978. OLE color: 5093978.
HSL color Cylindrical-coordinate representation of color #5ABA4D: hue angle of 112.84º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABA4D is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 77 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.27 |
| HSL | 112.84º | 0.44% | 0.52% | - |
| HSV(B) | 112.84º | 0.59% | 0.73% | - |
| XYZ | 23.11 | 37.83 | 13.1 | - |
| YUV | 144.87 | 89.7 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 77 | 0.52 | 0 | 0.59 | 0.27 | 112.84 | 0.44 | 0.52 |
| Hex | 5A | BA | 4D | 34 | 0 | 3B | 1B | 71 | 2C | 34 |
| Octal | 132 | 272 | 115 | 64 | 0 | 73 | 33 | 161 | 54 | 64 |
| Binary | 1011010 | 10111010 | 1001101 | 110100 | 0 | 111011 | 11011 | 1110001 | 101100 | 110100 |
Color Harmonies of #5ABA4D
Complementary color
Monochromatic Colors of #5ABA4D
Black with #5ABA4D
Text Example
Text Example
White with #5ABA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA4D; }
p { color: rgb(90,186,77); }
H1.HeaderClassName
{
color: #5ABA4D;
}
.AnyTagClassName
{
color: #5ABA4D;
}
</style>
background-color css
<style>
a { background-color: #5ABA4D; }
a { background-color: rgb(90,186,77); }
div.DivClassName
{
background-color: #5ABA4D;
}
.BgClassName
{
background-color: #5ABA4D;
}
</style>
border-color css
<style>
span { border-color: #5ABA4D; }
span { border-color: rgb(90,186,77); }
td.TdClassName
{
border-color: #5ABA4D;
}
.TagClassName
{
border-color: #5ABA4D;
}
</style>