Shades of Apple #5EAD42
Tints of Apple #5EAD42
RGB
CMYK
RGB Variations
Color information
#5EAD42 (or 0x5EAD42) is known color: Apple. HEX triplet: 5E, AD and 42. RGB value is (94,173,66). Sum of RGB (Red+Green+Blue) = 94+173+66=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAD42 is #A152BD. Grayscale: #898989. Windows color (decimal): -10572478 or 4369758. OLE color: 4369758.
HSL color Cylindrical-coordinate representation of color #5EAD42: hue angle of 104.3º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EAD42 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 173 | 66 | - |
| CMYK | 0.46 | 0 | 0.62 | 0.32 |
| HSL | 104.3º | 0.45% | 0.47% | - |
| HSV(B) | 104.3º | 0.62% | 0.68% | - |
| XYZ | 20.54 | 32.66 | 10.38 | - |
| YUV | 137.18 | 87.83 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 66 | 0.46 | 0 | 0.62 | 0.32 | 104.3 | 0.45 | 0.47 |
| Hex | 5E | AD | 42 | 2E | 0 | 3E | 20 | 68 | 2D | 2F |
| Octal | 136 | 255 | 102 | 56 | 0 | 76 | 40 | 150 | 55 | 57 |
| Binary | 1011110 | 10101101 | 1000010 | 101110 | 0 | 111110 | 100000 | 1101000 | 101101 | 101111 |
Color Harmonies of #5EAD42
Complementary color
Monochromatic Colors of #5EAD42
Black with #5EAD42
Text Example
Text Example
White with #5EAD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAD42; }
p { color: rgb(94,173,66); }
H1.HeaderClassName
{
color: #5EAD42;
}
.AnyTagClassName
{
color: #5EAD42;
}
</style>
background-color css
<style>
a { background-color: #5EAD42; }
a { background-color: rgb(94,173,66); }
div.DivClassName
{
background-color: #5EAD42;
}
.BgClassName
{
background-color: #5EAD42;
}
</style>
border-color css
<style>
span { border-color: #5EAD42; }
span { border-color: rgb(94,173,66); }
td.TdClassName
{
border-color: #5EAD42;
}
.TagClassName
{
border-color: #5EAD42;
}
</style>