Shades of Apple #5D9A47
Tints of Apple #5D9A47
RGB
CMYK
RGB Variations
Color information
#5D9A47 (or 0x5D9A47) is known color: Apple. HEX triplet: 5D, 9A and 47. RGB value is (93,154,71). Sum of RGB (Red+Green+Blue) = 93+154+71=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9A47 is #A265B8. Grayscale: #7E7E7E. Windows color (decimal): -10642873 or 4692573. OLE color: 4692573.
HSL color Cylindrical-coordinate representation of color #5D9A47: hue angle of 104.1º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D9A47 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 154 | 71 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.40 |
| HSL | 104.1º | 0.37% | 0.44% | - |
| HSV(B) | 104.1º | 0.54% | 0.6% | - |
| XYZ | 17.21 | 25.89 | 10.05 | - |
| YUV | 126.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 154 | 71 | 0.40 | 0 | 0.54 | 0.40 | 104.1 | 0.37 | 0.44 |
| Hex | 5D | 9A | 47 | 28 | 0 | 36 | 28 | 68 | 25 | 2C |
| Octal | 135 | 232 | 107 | 50 | 0 | 66 | 50 | 150 | 45 | 54 |
| Binary | 1011101 | 10011010 | 1000111 | 101000 | 0 | 110110 | 101000 | 1101000 | 100101 | 101100 |
Color Harmonies of #5D9A47
Complementary color
Monochromatic Colors of #5D9A47
Black with #5D9A47
Text Example
Text Example
White with #5D9A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9A47; }
p { color: rgb(93,154,71); }
H1.HeaderClassName
{
color: #5D9A47;
}
.AnyTagClassName
{
color: #5D9A47;
}
</style>
background-color css
<style>
a { background-color: #5D9A47; }
a { background-color: rgb(93,154,71); }
div.DivClassName
{
background-color: #5D9A47;
}
.BgClassName
{
background-color: #5D9A47;
}
</style>
border-color css
<style>
span { border-color: #5D9A47; }
span { border-color: rgb(93,154,71); }
td.TdClassName
{
border-color: #5D9A47;
}
.TagClassName
{
border-color: #5D9A47;
}
</style>