Shades of Apple #5EAE4A
Tints of Apple #5EAE4A
RGB
CMYK
RGB Variations
Color information
#5EAE4A (or 0x5EAE4A) is known color: Apple. HEX triplet: 5E, AE and 4A. RGB value is (94,174,74). Sum of RGB (Red+Green+Blue) = 94+174+74=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE4A is #A151B5. Grayscale: #8B8B8B. Windows color (decimal): -10572214 or 4894302. OLE color: 4894302.
HSL color Cylindrical-coordinate representation of color #5EAE4A: hue angle of 108º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAE4A is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 74 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.32 |
| HSL | 108º | 0.4% | 0.49% | - |
| HSV(B) | 108º | 0.57% | 0.68% | - |
| XYZ | 20.99 | 33.15 | 11.77 | - |
| YUV | 138.68 | 91.5 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 74 | 0.46 | 0 | 0.57 | 0.32 | 108 | 0.4 | 0.49 |
| Hex | 5E | AE | 4A | 2E | 0 | 39 | 20 | 6C | 28 | 31 |
| Octal | 136 | 256 | 112 | 56 | 0 | 71 | 40 | 154 | 50 | 61 |
| Binary | 1011110 | 10101110 | 1001010 | 101110 | 0 | 111001 | 100000 | 1101100 | 101000 | 110001 |
Color Harmonies of #5EAE4A
Complementary color
Monochromatic Colors of #5EAE4A
Black with #5EAE4A
Text Example
Text Example
White with #5EAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE4A; }
p { color: rgb(94,174,74); }
H1.HeaderClassName
{
color: #5EAE4A;
}
.AnyTagClassName
{
color: #5EAE4A;
}
</style>
background-color css
<style>
a { background-color: #5EAE4A; }
a { background-color: rgb(94,174,74); }
div.DivClassName
{
background-color: #5EAE4A;
}
.BgClassName
{
background-color: #5EAE4A;
}
</style>
border-color css
<style>
span { border-color: #5EAE4A; }
span { border-color: rgb(94,174,74); }
td.TdClassName
{
border-color: #5EAE4A;
}
.TagClassName
{
border-color: #5EAE4A;
}
</style>