Shades of Apple #5DA04E
Tints of Apple #5DA04E
RGB
CMYK
RGB Variations
Color information
#5DA04E (or 0x5DA04E) is known color: Apple. HEX triplet: 5D, A0 and 4E. RGB value is (93,160,78). Sum of RGB (Red+Green+Blue) = 93+160+78=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA04E is #A25FB1. Grayscale: #828282. Windows color (decimal): -10641330 or 5152861. OLE color: 5152861.
HSL color Cylindrical-coordinate representation of color #5DA04E: hue angle of 109.02º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DA04E is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 78 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.37 |
| HSL | 109.02º | 0.34% | 0.47% | - |
| HSV(B) | 109.02º | 0.51% | 0.63% | - |
| XYZ | 18.46 | 28.02 | 11.64 | - |
| YUV | 130.62 | 98.3 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 78 | 0.42 | 0 | 0.51 | 0.37 | 109.02 | 0.34 | 0.47 |
| Hex | 5D | A0 | 4E | 2A | 0 | 33 | 25 | 6D | 22 | 2F |
| Octal | 135 | 240 | 116 | 52 | 0 | 63 | 45 | 155 | 42 | 57 |
| Binary | 1011101 | 10100000 | 1001110 | 101010 | 0 | 110011 | 100101 | 1101101 | 100010 | 101111 |
Color Harmonies of #5DA04E
Complementary color
Monochromatic Colors of #5DA04E
Black with #5DA04E
Text Example
Text Example
White with #5DA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA04E; }
p { color: rgb(93,160,78); }
H1.HeaderClassName
{
color: #5DA04E;
}
.AnyTagClassName
{
color: #5DA04E;
}
</style>
background-color css
<style>
a { background-color: #5DA04E; }
a { background-color: rgb(93,160,78); }
div.DivClassName
{
background-color: #5DA04E;
}
.BgClassName
{
background-color: #5DA04E;
}
</style>
border-color css
<style>
span { border-color: #5DA04E; }
span { border-color: rgb(93,160,78); }
td.TdClassName
{
border-color: #5DA04E;
}
.TagClassName
{
border-color: #5DA04E;
}
</style>