Shades of Apple #5AD247
Tints of Apple #5AD247
RGB
CMYK
RGB Variations
Color information
#5AD247 (or 0x5AD247) is known color: Apple. HEX triplet: 5A, D2 and 47. RGB value is (90,210,71). Sum of RGB (Red+Green+Blue) = 90+210+71=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #5AD247 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD247 is #A52DB8. Grayscale: #9E9E9E. Windows color (decimal): -10825145 or 4706906. OLE color: 4706906.
HSL color Cylindrical-coordinate representation of color #5AD247: hue angle of 111.8º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AD247 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 210 | 71 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.18 |
| HSL | 111.8º | 0.61% | 0.55% | - |
| HSV(B) | 111.8º | 0.66% | 0.82% | - |
| XYZ | 28.4 | 48.72 | 13.87 | - |
| YUV | 158.27 | 78.74 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 71 | 0.57 | 0 | 0.66 | 0.18 | 111.8 | 0.61 | 0.55 |
| Hex | 5A | D2 | 47 | 39 | 0 | 42 | 12 | 70 | 3D | 37 |
| Octal | 132 | 322 | 107 | 71 | 0 | 102 | 22 | 160 | 75 | 67 |
| Binary | 1011010 | 11010010 | 1000111 | 111001 | 0 | 1000010 | 10010 | 1110000 | 111101 | 110111 |
Color Harmonies of #5AD247
Complementary color
Monochromatic Colors of #5AD247
Black with #5AD247
Text Example
Text Example
White with #5AD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD247; }
p { color: rgb(90,210,71); }
H1.HeaderClassName
{
color: #5AD247;
}
.AnyTagClassName
{
color: #5AD247;
}
</style>
background-color css
<style>
a { background-color: #5AD247; }
a { background-color: rgb(90,210,71); }
div.DivClassName
{
background-color: #5AD247;
}
.BgClassName
{
background-color: #5AD247;
}
</style>
border-color css
<style>
span { border-color: #5AD247; }
span { border-color: rgb(90,210,71); }
td.TdClassName
{
border-color: #5AD247;
}
.TagClassName
{
border-color: #5AD247;
}
</style>