Shades of Apple #5DA44E
Tints of Apple #5DA44E
RGB
CMYK
RGB Variations
Color information
#5DA44E (or 0x5DA44E) is known color: Apple. HEX triplet: 5D, A4 and 4E. RGB value is (93,164,78). Sum of RGB (Red+Green+Blue) = 93+164+78=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #5DA44E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA44E is #A25BB1. Grayscale: #858585. Windows color (decimal): -10640306 or 5153885. OLE color: 5153885.
HSL color Cylindrical-coordinate representation of color #5DA44E: hue angle of 109.53º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DA44E is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 164 | 78 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.36 |
| HSL | 109.53º | 0.36% | 0.47% | - |
| HSV(B) | 109.53º | 0.52% | 0.64% | - |
| XYZ | 19.16 | 29.43 | 11.88 | - |
| YUV | 132.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 164 | 78 | 0.43 | 0 | 0.52 | 0.36 | 109.53 | 0.36 | 0.47 |
| Hex | 5D | A4 | 4E | 2B | 0 | 34 | 24 | 6E | 24 | 2F |
| Octal | 135 | 244 | 116 | 53 | 0 | 64 | 44 | 156 | 44 | 57 |
| Binary | 1011101 | 10100100 | 1001110 | 101011 | 0 | 110100 | 100100 | 1101110 | 100100 | 101111 |
Color Harmonies of #5DA44E
Complementary color
Monochromatic Colors of #5DA44E
Black with #5DA44E
Text Example
Text Example
White with #5DA44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA44E; }
p { color: rgb(93,164,78); }
H1.HeaderClassName
{
color: #5DA44E;
}
.AnyTagClassName
{
color: #5DA44E;
}
</style>
background-color css
<style>
a { background-color: #5DA44E; }
a { background-color: rgb(93,164,78); }
div.DivClassName
{
background-color: #5DA44E;
}
.BgClassName
{
background-color: #5DA44E;
}
</style>
border-color css
<style>
span { border-color: #5DA44E; }
span { border-color: rgb(93,164,78); }
td.TdClassName
{
border-color: #5DA44E;
}
.TagClassName
{
border-color: #5DA44E;
}
</style>