Shades of Apple #5DA847
Tints of Apple #5DA847
RGB
CMYK
RGB Variations
Color information
#5DA847 (or 0x5DA847) is known color: Apple. HEX triplet: 5D, A8 and 47. RGB value is (93,168,71). Sum of RGB (Red+Green+Blue) = 93+168+71=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA847 is #A257B8. Grayscale: #868686. Windows color (decimal): -10639289 or 4696157. OLE color: 4696157.
HSL color Cylindrical-coordinate representation of color #5DA847: hue angle of 106.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DA847 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 71 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.34 |
| HSL | 106.39º | 0.41% | 0.47% | - |
| HSV(B) | 106.39º | 0.58% | 0.66% | - |
| XYZ | 19.65 | 30.79 | 10.87 | - |
| YUV | 134.52 | 92.15 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 71 | 0.45 | 0 | 0.58 | 0.34 | 106.39 | 0.41 | 0.47 |
| Hex | 5D | A8 | 47 | 2D | 0 | 3A | 22 | 6A | 29 | 2F |
| Octal | 135 | 250 | 107 | 55 | 0 | 72 | 42 | 152 | 51 | 57 |
| Binary | 1011101 | 10101000 | 1000111 | 101101 | 0 | 111010 | 100010 | 1101010 | 101001 | 101111 |
Color Harmonies of #5DA847
Complementary color
Monochromatic Colors of #5DA847
Black with #5DA847
Text Example
Text Example
White with #5DA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA847; }
p { color: rgb(93,168,71); }
H1.HeaderClassName
{
color: #5DA847;
}
.AnyTagClassName
{
color: #5DA847;
}
</style>
background-color css
<style>
a { background-color: #5DA847; }
a { background-color: rgb(93,168,71); }
div.DivClassName
{
background-color: #5DA847;
}
.BgClassName
{
background-color: #5DA847;
}
</style>
border-color css
<style>
span { border-color: #5DA847; }
span { border-color: rgb(93,168,71); }
td.TdClassName
{
border-color: #5DA847;
}
.TagClassName
{
border-color: #5DA847;
}
</style>