Shades of Apple #5AB64D
Tints of Apple #5AB64D
RGB
CMYK
RGB Variations
Color information
#5AB64D (or 0x5AB64D) is known color: Apple. HEX triplet: 5A, B6 and 4D. RGB value is (90,182,77). Sum of RGB (Red+Green+Blue) = 90+182+77=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB64D is #A549B2. Grayscale: #8E8E8E. Windows color (decimal): -10832307 or 5092954. OLE color: 5092954.
HSL color Cylindrical-coordinate representation of color #5AB64D: hue angle of 112.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AB64D is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 77 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.29 |
| HSL | 112.57º | 0.42% | 0.51% | - |
| HSV(B) | 112.57º | 0.58% | 0.71% | - |
| XYZ | 22.28 | 36.17 | 12.83 | - |
| YUV | 142.52 | 91.02 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 77 | 0.51 | 0 | 0.58 | 0.29 | 112.57 | 0.42 | 0.51 |
| Hex | 5A | B6 | 4D | 33 | 0 | 3A | 1D | 71 | 2A | 33 |
| Octal | 132 | 266 | 115 | 63 | 0 | 72 | 35 | 161 | 52 | 63 |
| Binary | 1011010 | 10110110 | 1001101 | 110011 | 0 | 111010 | 11101 | 1110001 | 101010 | 110011 |
Color Harmonies of #5AB64D
Complementary color
Monochromatic Colors of #5AB64D
Black with #5AB64D
Text Example
Text Example
White with #5AB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB64D; }
p { color: rgb(90,182,77); }
H1.HeaderClassName
{
color: #5AB64D;
}
.AnyTagClassName
{
color: #5AB64D;
}
</style>
background-color css
<style>
a { background-color: #5AB64D; }
a { background-color: rgb(90,182,77); }
div.DivClassName
{
background-color: #5AB64D;
}
.BgClassName
{
background-color: #5AB64D;
}
</style>
border-color css
<style>
span { border-color: #5AB64D; }
span { border-color: rgb(90,182,77); }
td.TdClassName
{
border-color: #5AB64D;
}
.TagClassName
{
border-color: #5AB64D;
}
</style>