Shades of Apple #5ADA48
Tints of Apple #5ADA48
RGB
CMYK
RGB Variations
Color information
#5ADA48 (or 0x5ADA48) is known color: Apple. HEX triplet: 5A, DA and 48. RGB value is (90,218,72). Sum of RGB (Red+Green+Blue) = 90+218+72=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADA48 is #A525B7. Grayscale: #A3A3A3. Windows color (decimal): -10823096 or 4774490. OLE color: 4774490.
HSL color Cylindrical-coordinate representation of color #5ADA48: hue angle of 112.6º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5ADA48 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 72 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.15 |
| HSL | 112.6º | 0.66% | 0.57% | - |
| HSV(B) | 112.6º | 0.67% | 0.85% | - |
| XYZ | 30.46 | 52.78 | 14.71 | - |
| YUV | 163.08 | 76.59 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 72 | 0.59 | 0 | 0.67 | 0.15 | 112.6 | 0.66 | 0.57 |
| Hex | 5A | DA | 48 | 3B | 0 | 43 | F | 71 | 42 | 39 |
| Octal | 132 | 332 | 110 | 73 | 0 | 103 | 17 | 161 | 102 | 71 |
| Binary | 1011010 | 11011010 | 1001000 | 111011 | 0 | 1000011 | 1111 | 1110001 | 1000010 | 111001 |
Color Harmonies of #5ADA48
Complementary color
Monochromatic Colors of #5ADA48
Black with #5ADA48
Text Example
Text Example
White with #5ADA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA48; }
p { color: rgb(90,218,72); }
H1.HeaderClassName
{
color: #5ADA48;
}
.AnyTagClassName
{
color: #5ADA48;
}
</style>
background-color css
<style>
a { background-color: #5ADA48; }
a { background-color: rgb(90,218,72); }
div.DivClassName
{
background-color: #5ADA48;
}
.BgClassName
{
background-color: #5ADA48;
}
</style>
border-color css
<style>
span { border-color: #5ADA48; }
span { border-color: rgb(90,218,72); }
td.TdClassName
{
border-color: #5ADA48;
}
.TagClassName
{
border-color: #5ADA48;
}
</style>