Shades of Apple #5AD048
Tints of Apple #5AD048
RGB
CMYK
RGB Variations
Color information
#5AD048 (or 0x5AD048) is known color: Apple. HEX triplet: 5A, D0 and 48. RGB value is (90,208,72). Sum of RGB (Red+Green+Blue) = 90+208+72=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD048 is #A52FB7. Grayscale: #9D9D9D. Windows color (decimal): -10825656 or 4771930. OLE color: 4771930.
HSL color Cylindrical-coordinate representation of color #5AD048: hue angle of 112.06º 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 #5AD048 is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 208 | 72 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.18 |
| HSL | 112.06º | 0.59% | 0.55% | - |
| HSV(B) | 112.06º | 0.65% | 0.82% | - |
| XYZ | 27.94 | 47.75 | 13.88 | - |
| YUV | 157.21 | 79.91 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 208 | 72 | 0.57 | 0 | 0.65 | 0.18 | 112.06 | 0.59 | 0.55 |
| Hex | 5A | D0 | 48 | 39 | 0 | 41 | 12 | 70 | 3B | 37 |
| Octal | 132 | 320 | 110 | 71 | 0 | 101 | 22 | 160 | 73 | 67 |
| Binary | 1011010 | 11010000 | 1001000 | 111001 | 0 | 1000001 | 10010 | 1110000 | 111011 | 110111 |
Color Harmonies of #5AD048
Complementary color
Monochromatic Colors of #5AD048
Black with #5AD048
Text Example
Text Example
White with #5AD048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD048; }
p { color: rgb(90,208,72); }
H1.HeaderClassName
{
color: #5AD048;
}
.AnyTagClassName
{
color: #5AD048;
}
</style>
background-color css
<style>
a { background-color: #5AD048; }
a { background-color: rgb(90,208,72); }
div.DivClassName
{
background-color: #5AD048;
}
.BgClassName
{
background-color: #5AD048;
}
</style>
border-color css
<style>
span { border-color: #5AD048; }
span { border-color: rgb(90,208,72); }
td.TdClassName
{
border-color: #5AD048;
}
.TagClassName
{
border-color: #5AD048;
}
</style>