Shades of Apple #5AD049
Tints of Apple #5AD049
RGB
CMYK
RGB Variations
Color information
#5AD049 (or 0x5AD049) is known color: Apple. HEX triplet: 5A, D0 and 49. RGB value is (90,208,73). Sum of RGB (Red+Green+Blue) = 90+208+73=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD049 is #A52FB6. Grayscale: #9D9D9D. Windows color (decimal): -10825655 or 4837466. OLE color: 4837466.
HSL color Cylindrical-coordinate representation of color #5AD049: hue angle of 112.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AD049 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 73 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.18 |
| HSL | 112.44º | 0.59% | 0.55% | - |
| HSV(B) | 112.44º | 0.65% | 0.82% | - |
| XYZ | 27.97 | 47.77 | 14.05 | - |
| YUV | 157.33 | 80.41 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 73 | 0.57 | 0 | 0.65 | 0.18 | 112.44 | 0.59 | 0.55 |
| Hex | 5A | D0 | 49 | 39 | 0 | 41 | 12 | 70 | 3B | 37 |
| Octal | 132 | 320 | 111 | 71 | 0 | 101 | 22 | 160 | 73 | 67 |
| Binary | 1011010 | 11010000 | 1001001 | 111001 | 0 | 1000001 | 10010 | 1110000 | 111011 | 110111 |
Color Harmonies of #5AD049
Complementary color
Monochromatic Colors of #5AD049
Black with #5AD049
Text Example
Text Example
White with #5AD049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD049; }
p { color: rgb(90,208,73); }
H1.HeaderClassName
{
color: #5AD049;
}
.AnyTagClassName
{
color: #5AD049;
}
</style>
background-color css
<style>
a { background-color: #5AD049; }
a { background-color: rgb(90,208,73); }
div.DivClassName
{
background-color: #5AD049;
}
.BgClassName
{
background-color: #5AD049;
}
</style>
border-color css
<style>
span { border-color: #5AD049; }
span { border-color: rgb(90,208,73); }
td.TdClassName
{
border-color: #5AD049;
}
.TagClassName
{
border-color: #5AD049;
}
</style>