Shades of Apple #5AB74D
Tints of Apple #5AB74D
RGB
CMYK
RGB Variations
Color information
#5AB74D (or 0x5AB74D) is known color: Apple. HEX triplet: 5A, B7 and 4D. RGB value is (90,183,77). Sum of RGB (Red+Green+Blue) = 90+183+77=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB74D is #A548B2. Grayscale: #8F8F8F. Windows color (decimal): -10832051 or 5093210. OLE color: 5093210.
HSL color Cylindrical-coordinate representation of color #5AB74D: hue angle of 112.64º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AB74D is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 77 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.28 |
| HSL | 112.64º | 0.42% | 0.51% | - |
| HSV(B) | 112.64º | 0.58% | 0.72% | - |
| XYZ | 22.49 | 36.58 | 12.9 | - |
| YUV | 143.11 | 90.69 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 77 | 0.51 | 0 | 0.58 | 0.28 | 112.64 | 0.42 | 0.51 |
| Hex | 5A | B7 | 4D | 33 | 0 | 3A | 1C | 71 | 2A | 33 |
| Octal | 132 | 267 | 115 | 63 | 0 | 72 | 34 | 161 | 52 | 63 |
| Binary | 1011010 | 10110111 | 1001101 | 110011 | 0 | 111010 | 11100 | 1110001 | 101010 | 110011 |
Color Harmonies of #5AB74D
Complementary color
Monochromatic Colors of #5AB74D
Black with #5AB74D
Text Example
Text Example
White with #5AB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB74D; }
p { color: rgb(90,183,77); }
H1.HeaderClassName
{
color: #5AB74D;
}
.AnyTagClassName
{
color: #5AB74D;
}
</style>
background-color css
<style>
a { background-color: #5AB74D; }
a { background-color: rgb(90,183,77); }
div.DivClassName
{
background-color: #5AB74D;
}
.BgClassName
{
background-color: #5AB74D;
}
</style>
border-color css
<style>
span { border-color: #5AB74D; }
span { border-color: rgb(90,183,77); }
td.TdClassName
{
border-color: #5AB74D;
}
.TagClassName
{
border-color: #5AB74D;
}
</style>