Shades of Apple #5AB53E
Tints of Apple #5AB53E
RGB
CMYK
RGB Variations
Color information
#5AB53E (or 0x5AB53E) is known color: Apple. HEX triplet: 5A, B5 and 3E. RGB value is (90,181,62). Sum of RGB (Red+Green+Blue) = 90+181+62=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB53E is #A54AC1. Grayscale: #8C8C8C. Windows color (decimal): -10832578 or 4109658. OLE color: 4109658.
HSL color Cylindrical-coordinate representation of color #5AB53E: hue angle of 105.88º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AB53E is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 62 | - |
| CMYK | 0.50 | 0 | 0.66 | 0.29 |
| HSL | 105.88º | 0.49% | 0.48% | - |
| HSV(B) | 105.88º | 0.66% | 0.71% | - |
| XYZ | 21.61 | 35.57 | 10.28 | - |
| YUV | 140.23 | 83.85 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 62 | 0.50 | 0 | 0.66 | 0.29 | 105.88 | 0.49 | 0.48 |
| Hex | 5A | B5 | 3E | 32 | 0 | 42 | 1D | 6A | 31 | 30 |
| Octal | 132 | 265 | 76 | 62 | 0 | 102 | 35 | 152 | 61 | 60 |
| Binary | 1011010 | 10110101 | 111110 | 110010 | 0 | 1000010 | 11101 | 1101010 | 110001 | 110000 |
Color Harmonies of #5AB53E
Complementary color
Monochromatic Colors of #5AB53E
Black with #5AB53E
Text Example
Text Example
White with #5AB53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB53E; }
p { color: rgb(90,181,62); }
H1.HeaderClassName
{
color: #5AB53E;
}
.AnyTagClassName
{
color: #5AB53E;
}
</style>
background-color css
<style>
a { background-color: #5AB53E; }
a { background-color: rgb(90,181,62); }
div.DivClassName
{
background-color: #5AB53E;
}
.BgClassName
{
background-color: #5AB53E;
}
</style>
border-color css
<style>
span { border-color: #5AB53E; }
span { border-color: rgb(90,181,62); }
td.TdClassName
{
border-color: #5AB53E;
}
.TagClassName
{
border-color: #5AB53E;
}
</style>