Shades of Apple #5DA647
Tints of Apple #5DA647
RGB
CMYK
RGB Variations
Color information
#5DA647 (or 0x5DA647) is known color: Apple. HEX triplet: 5D, A6 and 47. RGB value is (93,166,71). Sum of RGB (Red+Green+Blue) = 93+166+71=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA647 is #A259B8. Grayscale: #858585. Windows color (decimal): -10639801 or 4695645. OLE color: 4695645.
HSL color Cylindrical-coordinate representation of color #5DA647: hue angle of 106.11º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DA647 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 93 | 166 | 71 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.35 |
| HSL | 106.11º | 0.4% | 0.46% | - |
| HSV(B) | 106.11º | 0.57% | 0.65% | - |
| XYZ | 19.29 | 30.05 | 10.75 | - |
| YUV | 133.34 | 92.82 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 166 | 71 | 0.44 | 0 | 0.57 | 0.35 | 106.11 | 0.4 | 0.46 |
| Hex | 5D | A6 | 47 | 2C | 0 | 39 | 23 | 6A | 28 | 2E |
| Octal | 135 | 246 | 107 | 54 | 0 | 71 | 43 | 152 | 50 | 56 |
| Binary | 1011101 | 10100110 | 1000111 | 101100 | 0 | 111001 | 100011 | 1101010 | 101000 | 101110 |
Color Harmonies of #5DA647
Complementary color
Monochromatic Colors of #5DA647
Black with #5DA647
Text Example
Text Example
White with #5DA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA647; }
p { color: rgb(93,166,71); }
H1.HeaderClassName
{
color: #5DA647;
}
.AnyTagClassName
{
color: #5DA647;
}
</style>
background-color css
<style>
a { background-color: #5DA647; }
a { background-color: rgb(93,166,71); }
div.DivClassName
{
background-color: #5DA647;
}
.BgClassName
{
background-color: #5DA647;
}
</style>
border-color css
<style>
span { border-color: #5DA647; }
span { border-color: rgb(93,166,71); }
td.TdClassName
{
border-color: #5DA647;
}
.TagClassName
{
border-color: #5DA647;
}
</style>