Shades of Apple #5DAD4A
Tints of Apple #5DAD4A
RGB
CMYK
RGB Variations
Color information
#5DAD4A (or 0x5DAD4A) is known color: Apple. HEX triplet: 5D, AD and 4A. RGB value is (93,173,74). Sum of RGB (Red+Green+Blue) = 93+173+74=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD4A is #A252B5. Grayscale: #8A8A8A. Windows color (decimal): -10638006 or 4894045. OLE color: 4894045.
HSL color Cylindrical-coordinate representation of color #5DAD4A: hue angle of 108.48º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DAD4A is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 74 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.32 |
| HSL | 108.48º | 0.4% | 0.48% | - |
| HSV(B) | 108.48º | 0.57% | 0.68% | - |
| XYZ | 20.69 | 32.71 | 11.7 | - |
| YUV | 137.79 | 92 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 74 | 0.46 | 0 | 0.57 | 0.32 | 108.48 | 0.4 | 0.48 |
| Hex | 5D | AD | 4A | 2E | 0 | 39 | 20 | 6C | 28 | 30 |
| Octal | 135 | 255 | 112 | 56 | 0 | 71 | 40 | 154 | 50 | 60 |
| Binary | 1011101 | 10101101 | 1001010 | 101110 | 0 | 111001 | 100000 | 1101100 | 101000 | 110000 |
Color Harmonies of #5DAD4A
Complementary color
Monochromatic Colors of #5DAD4A
Black with #5DAD4A
Text Example
Text Example
White with #5DAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD4A; }
p { color: rgb(93,173,74); }
H1.HeaderClassName
{
color: #5DAD4A;
}
.AnyTagClassName
{
color: #5DAD4A;
}
</style>
background-color css
<style>
a { background-color: #5DAD4A; }
a { background-color: rgb(93,173,74); }
div.DivClassName
{
background-color: #5DAD4A;
}
.BgClassName
{
background-color: #5DAD4A;
}
</style>
border-color css
<style>
span { border-color: #5DAD4A; }
span { border-color: rgb(93,173,74); }
td.TdClassName
{
border-color: #5DAD4A;
}
.TagClassName
{
border-color: #5DAD4A;
}
</style>