Shades of Apple #5AB44D
Tints of Apple #5AB44D
RGB
CMYK
RGB Variations
Color information
#5AB44D (or 0x5AB44D) is known color: Apple. HEX triplet: 5A, B4 and 4D. RGB value is (90,180,77). Sum of RGB (Red+Green+Blue) = 90+180+77=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB44D is #A54BB2. Grayscale: #8D8D8D. Windows color (decimal): -10832819 or 5092442. OLE color: 5092442.
HSL color Cylindrical-coordinate representation of color #5AB44D: hue angle of 112.43º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AB44D is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 77 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.29 |
| HSL | 112.43º | 0.41% | 0.5% | - |
| HSV(B) | 112.43º | 0.57% | 0.71% | - |
| XYZ | 21.88 | 35.35 | 12.69 | - |
| YUV | 141.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 77 | 0.50 | 0 | 0.57 | 0.29 | 112.43 | 0.41 | 0.5 |
| Hex | 5A | B4 | 4D | 32 | 0 | 39 | 1D | 70 | 29 | 32 |
| Octal | 132 | 264 | 115 | 62 | 0 | 71 | 35 | 160 | 51 | 62 |
| Binary | 1011010 | 10110100 | 1001101 | 110010 | 0 | 111001 | 11101 | 1110000 | 101001 | 110010 |
Color Harmonies of #5AB44D
Complementary color
Monochromatic Colors of #5AB44D
Black with #5AB44D
Text Example
Text Example
White with #5AB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB44D; }
p { color: rgb(90,180,77); }
H1.HeaderClassName
{
color: #5AB44D;
}
.AnyTagClassName
{
color: #5AB44D;
}
</style>
background-color css
<style>
a { background-color: #5AB44D; }
a { background-color: rgb(90,180,77); }
div.DivClassName
{
background-color: #5AB44D;
}
.BgClassName
{
background-color: #5AB44D;
}
</style>
border-color css
<style>
span { border-color: #5AB44D; }
span { border-color: rgb(90,180,77); }
td.TdClassName
{
border-color: #5AB44D;
}
.TagClassName
{
border-color: #5AB44D;
}
</style>