Shades of Apple #5AB64E
Tints of Apple #5AB64E
RGB
CMYK
RGB Variations
Color information
#5AB64E (or 0x5AB64E) is known color: Apple. HEX triplet: 5A, B6 and 4E. RGB value is (90,182,78). Sum of RGB (Red+Green+Blue) = 90+182+78=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB64E is #A549B1. Grayscale: #8E8E8E. Windows color (decimal): -10832306 or 5158490. OLE color: 5158490.
HSL color Cylindrical-coordinate representation of color #5AB64E: hue angle of 113.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AB64E is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 78 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.29 |
| HSL | 113.08º | 0.42% | 0.51% | - |
| HSV(B) | 113.08º | 0.57% | 0.71% | - |
| XYZ | 22.32 | 36.18 | 13.01 | - |
| YUV | 142.64 | 91.52 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 78 | 0.51 | 0 | 0.57 | 0.29 | 113.08 | 0.42 | 0.51 |
| Hex | 5A | B6 | 4E | 33 | 0 | 39 | 1D | 71 | 2A | 33 |
| Octal | 132 | 266 | 116 | 63 | 0 | 71 | 35 | 161 | 52 | 63 |
| Binary | 1011010 | 10110110 | 1001110 | 110011 | 0 | 111001 | 11101 | 1110001 | 101010 | 110011 |
Color Harmonies of #5AB64E
Complementary color
Monochromatic Colors of #5AB64E
Black with #5AB64E
Text Example
Text Example
White with #5AB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB64E; }
p { color: rgb(90,182,78); }
H1.HeaderClassName
{
color: #5AB64E;
}
.AnyTagClassName
{
color: #5AB64E;
}
</style>
background-color css
<style>
a { background-color: #5AB64E; }
a { background-color: rgb(90,182,78); }
div.DivClassName
{
background-color: #5AB64E;
}
.BgClassName
{
background-color: #5AB64E;
}
</style>
border-color css
<style>
span { border-color: #5AB64E; }
span { border-color: rgb(90,182,78); }
td.TdClassName
{
border-color: #5AB64E;
}
.TagClassName
{
border-color: #5AB64E;
}
</style>