Shades of Apple #5EAD3F
Tints of Apple #5EAD3F
RGB
CMYK
RGB Variations
Color information
#5EAD3F (or 0x5EAD3F) is known color: Apple. HEX triplet: 5E, AD and 3F. RGB value is (94,173,63). Sum of RGB (Red+Green+Blue) = 94+173+63=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAD3F is #A152C0. Grayscale: #898989. Windows color (decimal): -10572481 or 4173150. OLE color: 4173150.
HSL color Cylindrical-coordinate representation of color #5EAD3F: hue angle of 103.09º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5EAD3F is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 173 | 63 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.32 |
| HSL | 103.09º | 0.47% | 0.46% | - |
| HSV(B) | 103.09º | 0.64% | 0.68% | - |
| XYZ | 20.46 | 32.63 | 9.92 | - |
| YUV | 136.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 63 | 0.46 | 0 | 0.64 | 0.32 | 103.09 | 0.47 | 0.46 |
| Hex | 5E | AD | 3F | 2E | 0 | 40 | 20 | 67 | 2F | 2E |
| Octal | 136 | 255 | 77 | 56 | 0 | 100 | 40 | 147 | 57 | 56 |
| Binary | 1011110 | 10101101 | 111111 | 101110 | 0 | 1000000 | 100000 | 1100111 | 101111 | 101110 |
Color Harmonies of #5EAD3F
Complementary color
Monochromatic Colors of #5EAD3F
Black with #5EAD3F
Text Example
Text Example
White with #5EAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAD3F; }
p { color: rgb(94,173,63); }
H1.HeaderClassName
{
color: #5EAD3F;
}
.AnyTagClassName
{
color: #5EAD3F;
}
</style>
background-color css
<style>
a { background-color: #5EAD3F; }
a { background-color: rgb(94,173,63); }
div.DivClassName
{
background-color: #5EAD3F;
}
.BgClassName
{
background-color: #5EAD3F;
}
</style>
border-color css
<style>
span { border-color: #5EAD3F; }
span { border-color: rgb(94,173,63); }
td.TdClassName
{
border-color: #5EAD3F;
}
.TagClassName
{
border-color: #5EAD3F;
}
</style>