Shades of Apple #5DAC4E
Tints of Apple #5DAC4E
RGB
CMYK
RGB Variations
Color information
#5DAC4E (or 0x5DAC4E) is known color: Apple. HEX triplet: 5D, AC and 4E. RGB value is (93,172,78). Sum of RGB (Red+Green+Blue) = 93+172+78=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC4E is #A253B1. Grayscale: #898989. Windows color (decimal): -10638258 or 5155933. OLE color: 5155933.
HSL color Cylindrical-coordinate representation of color #5DAC4E: hue angle of 110.43º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DAC4E is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 78 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.33 |
| HSL | 110.43º | 0.38% | 0.49% | - |
| HSV(B) | 110.43º | 0.55% | 0.67% | - |
| XYZ | 20.64 | 32.38 | 12.37 | - |
| YUV | 137.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 78 | 0.46 | 0 | 0.55 | 0.33 | 110.43 | 0.38 | 0.49 |
| Hex | 5D | AC | 4E | 2E | 0 | 37 | 21 | 6E | 26 | 31 |
| Octal | 135 | 254 | 116 | 56 | 0 | 67 | 41 | 156 | 46 | 61 |
| Binary | 1011101 | 10101100 | 1001110 | 101110 | 0 | 110111 | 100001 | 1101110 | 100110 | 110001 |
Color Harmonies of #5DAC4E
Complementary color
Monochromatic Colors of #5DAC4E
Black with #5DAC4E
Text Example
Text Example
White with #5DAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC4E; }
p { color: rgb(93,172,78); }
H1.HeaderClassName
{
color: #5DAC4E;
}
.AnyTagClassName
{
color: #5DAC4E;
}
</style>
background-color css
<style>
a { background-color: #5DAC4E; }
a { background-color: rgb(93,172,78); }
div.DivClassName
{
background-color: #5DAC4E;
}
.BgClassName
{
background-color: #5DAC4E;
}
</style>
border-color css
<style>
span { border-color: #5DAC4E; }
span { border-color: rgb(93,172,78); }
td.TdClassName
{
border-color: #5DAC4E;
}
.TagClassName
{
border-color: #5DAC4E;
}
</style>