Shades of Apple #5AD949
Tints of Apple #5AD949
RGB
CMYK
RGB Variations
Color information
#5AD949 (or 0x5AD949) is known color: Apple. HEX triplet: 5A, D9 and 49. RGB value is (90,217,73). Sum of RGB (Red+Green+Blue) = 90+217+73=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD949 is #A526B6. Grayscale: #A3A3A3. Windows color (decimal): -10823351 or 4839770. OLE color: 4839770.
HSL color Cylindrical-coordinate representation of color #5AD949: hue angle of 112.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AD949 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 73 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.15 |
| HSL | 112.92º | 0.65% | 0.57% | - |
| HSV(B) | 112.92º | 0.66% | 0.85% | - |
| XYZ | 30.23 | 52.28 | 14.8 | - |
| YUV | 162.61 | 77.42 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 73 | 0.59 | 0 | 0.66 | 0.15 | 112.92 | 0.65 | 0.57 |
| Hex | 5A | D9 | 49 | 3B | 0 | 42 | F | 71 | 41 | 39 |
| Octal | 132 | 331 | 111 | 73 | 0 | 102 | 17 | 161 | 101 | 71 |
| Binary | 1011010 | 11011001 | 1001001 | 111011 | 0 | 1000010 | 1111 | 1110001 | 1000001 | 111001 |
Color Harmonies of #5AD949
Complementary color
Monochromatic Colors of #5AD949
Black with #5AD949
Text Example
Text Example
White with #5AD949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD949; }
p { color: rgb(90,217,73); }
H1.HeaderClassName
{
color: #5AD949;
}
.AnyTagClassName
{
color: #5AD949;
}
</style>
background-color css
<style>
a { background-color: #5AD949; }
a { background-color: rgb(90,217,73); }
div.DivClassName
{
background-color: #5AD949;
}
.BgClassName
{
background-color: #5AD949;
}
</style>
border-color css
<style>
span { border-color: #5AD949; }
span { border-color: rgb(90,217,73); }
td.TdClassName
{
border-color: #5AD949;
}
.TagClassName
{
border-color: #5AD949;
}
</style>