Shades of Apple #5DAD46
Tints of Apple #5DAD46
RGB
CMYK
RGB Variations
Color information
#5DAD46 (or 0x5DAD46) is known color: Apple. HEX triplet: 5D, AD and 46. RGB value is (93,173,70). Sum of RGB (Red+Green+Blue) = 93+173+70=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD46 is #A252B9. Grayscale: #898989. Windows color (decimal): -10638010 or 4631901. OLE color: 4631901.
HSL color Cylindrical-coordinate representation of color #5DAD46: hue angle of 106.6º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DAD46 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 70 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.32 |
| HSL | 106.6º | 0.42% | 0.48% | - |
| HSV(B) | 106.6º | 0.6% | 0.68% | - |
| XYZ | 20.56 | 32.66 | 11.01 | - |
| YUV | 137.34 | 90 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 70 | 0.46 | 0 | 0.60 | 0.32 | 106.6 | 0.42 | 0.48 |
| Hex | 5D | AD | 46 | 2E | 0 | 3C | 20 | 6B | 2A | 30 |
| Octal | 135 | 255 | 106 | 56 | 0 | 74 | 40 | 153 | 52 | 60 |
| Binary | 1011101 | 10101101 | 1000110 | 101110 | 0 | 111100 | 100000 | 1101011 | 101010 | 110000 |
Color Harmonies of #5DAD46
Complementary color
Monochromatic Colors of #5DAD46
Black with #5DAD46
Text Example
Text Example
White with #5DAD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD46; }
p { color: rgb(93,173,70); }
H1.HeaderClassName
{
color: #5DAD46;
}
.AnyTagClassName
{
color: #5DAD46;
}
</style>
background-color css
<style>
a { background-color: #5DAD46; }
a { background-color: rgb(93,173,70); }
div.DivClassName
{
background-color: #5DAD46;
}
.BgClassName
{
background-color: #5DAD46;
}
</style>
border-color css
<style>
span { border-color: #5DAD46; }
span { border-color: rgb(93,173,70); }
td.TdClassName
{
border-color: #5DAD46;
}
.TagClassName
{
border-color: #5DAD46;
}
</style>