Shades of Apple #5DAE4E
Tints of Apple #5DAE4E
RGB
CMYK
RGB Variations
Color information
#5DAE4E (or 0x5DAE4E) is known color: Apple. HEX triplet: 5D, AE and 4E. RGB value is (93,174,78). Sum of RGB (Red+Green+Blue) = 93+174+78=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAE4E is #A251B1. Grayscale: #8B8B8B. Windows color (decimal): -10637746 or 5156445. OLE color: 5156445.
HSL color Cylindrical-coordinate representation of color #5DAE4E: hue angle of 110.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DAE4E is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 78 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.32 |
| HSL | 110.63º | 0.38% | 0.49% | - |
| HSV(B) | 110.63º | 0.55% | 0.68% | - |
| XYZ | 21.03 | 33.15 | 12.5 | - |
| YUV | 138.84 | 93.66 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 78 | 0.47 | 0 | 0.55 | 0.32 | 110.63 | 0.38 | 0.49 |
| Hex | 5D | AE | 4E | 2F | 0 | 37 | 20 | 6F | 26 | 31 |
| Octal | 135 | 256 | 116 | 57 | 0 | 67 | 40 | 157 | 46 | 61 |
| Binary | 1011101 | 10101110 | 1001110 | 101111 | 0 | 110111 | 100000 | 1101111 | 100110 | 110001 |
Color Harmonies of #5DAE4E
Complementary color
Monochromatic Colors of #5DAE4E
Black with #5DAE4E
Text Example
Text Example
White with #5DAE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE4E; }
p { color: rgb(93,174,78); }
H1.HeaderClassName
{
color: #5DAE4E;
}
.AnyTagClassName
{
color: #5DAE4E;
}
</style>
background-color css
<style>
a { background-color: #5DAE4E; }
a { background-color: rgb(93,174,78); }
div.DivClassName
{
background-color: #5DAE4E;
}
.BgClassName
{
background-color: #5DAE4E;
}
</style>
border-color css
<style>
span { border-color: #5DAE4E; }
span { border-color: rgb(93,174,78); }
td.TdClassName
{
border-color: #5DAE4E;
}
.TagClassName
{
border-color: #5DAE4E;
}
</style>