Shades of Apple #5AD549
Tints of Apple #5AD549
RGB
CMYK
RGB Variations
Color information
#5AD549 (or 0x5AD549) is known color: Apple. HEX triplet: 5A, D5 and 49. RGB value is (90,213,73). Sum of RGB (Red+Green+Blue) = 90+213+73=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD549 is #A52AB6. Grayscale: #A0A0A0. Windows color (decimal): -10824375 or 4838746. OLE color: 4838746.
HSL color Cylindrical-coordinate representation of color #5AD549: hue angle of 112.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AD549 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 73 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.16 |
| HSL | 112.71º | 0.63% | 0.56% | - |
| HSV(B) | 112.71º | 0.66% | 0.84% | - |
| XYZ | 29.21 | 50.24 | 14.46 | - |
| YUV | 160.26 | 78.75 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 73 | 0.58 | 0 | 0.66 | 0.16 | 112.71 | 0.63 | 0.56 |
| Hex | 5A | D5 | 49 | 3A | 0 | 42 | 10 | 71 | 3E | 38 |
| Octal | 132 | 325 | 111 | 72 | 0 | 102 | 20 | 161 | 76 | 70 |
| Binary | 1011010 | 11010101 | 1001001 | 111010 | 0 | 1000010 | 10000 | 1110001 | 111110 | 111000 |
Color Harmonies of #5AD549
Complementary color
Monochromatic Colors of #5AD549
Black with #5AD549
Text Example
Text Example
White with #5AD549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD549; }
p { color: rgb(90,213,73); }
H1.HeaderClassName
{
color: #5AD549;
}
.AnyTagClassName
{
color: #5AD549;
}
</style>
background-color css
<style>
a { background-color: #5AD549; }
a { background-color: rgb(90,213,73); }
div.DivClassName
{
background-color: #5AD549;
}
.BgClassName
{
background-color: #5AD549;
}
</style>
border-color css
<style>
span { border-color: #5AD549; }
span { border-color: rgb(90,213,73); }
td.TdClassName
{
border-color: #5AD549;
}
.TagClassName
{
border-color: #5AD549;
}
</style>