Shades of Apple #5AD548
Tints of Apple #5AD548
RGB
CMYK
RGB Variations
Color information
#5AD548 (or 0x5AD548) is known color: Apple. HEX triplet: 5A, D5 and 48. RGB value is (90,213,72). Sum of RGB (Red+Green+Blue) = 90+213+72=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD548 is #A52AB7. Grayscale: #A0A0A0. Windows color (decimal): -10824376 or 4773210. OLE color: 4773210.
HSL color Cylindrical-coordinate representation of color #5AD548: hue angle of 112.34º degrees, saturation: 0.63, 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 #5AD548 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 213 | 72 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.16 |
| HSL | 112.34º | 0.63% | 0.56% | - |
| HSV(B) | 112.34º | 0.66% | 0.84% | - |
| XYZ | 29.18 | 50.23 | 14.29 | - |
| YUV | 160.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 213 | 72 | 0.58 | 0 | 0.66 | 0.16 | 112.34 | 0.63 | 0.56 |
| Hex | 5A | D5 | 48 | 3A | 0 | 42 | 10 | 70 | 3F | 38 |
| Octal | 132 | 325 | 110 | 72 | 0 | 102 | 20 | 160 | 77 | 70 |
| Binary | 1011010 | 11010101 | 1001000 | 111010 | 0 | 1000010 | 10000 | 1110000 | 111111 | 111000 |
Color Harmonies of #5AD548
Complementary color
Monochromatic Colors of #5AD548
Black with #5AD548
Text Example
Text Example
White with #5AD548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD548; }
p { color: rgb(90,213,72); }
H1.HeaderClassName
{
color: #5AD548;
}
.AnyTagClassName
{
color: #5AD548;
}
</style>
background-color css
<style>
a { background-color: #5AD548; }
a { background-color: rgb(90,213,72); }
div.DivClassName
{
background-color: #5AD548;
}
.BgClassName
{
background-color: #5AD548;
}
</style>
border-color css
<style>
span { border-color: #5AD548; }
span { border-color: rgb(90,213,72); }
td.TdClassName
{
border-color: #5AD548;
}
.TagClassName
{
border-color: #5AD548;
}
</style>