Shades of Apple #5EAE3F
Tints of Apple #5EAE3F
RGB
CMYK
RGB Variations
Color information
#5EAE3F (or 0x5EAE3F) is known color: Apple. HEX triplet: 5E, AE and 3F. RGB value is (94,174,63). Sum of RGB (Red+Green+Blue) = 94+174+63=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE3F is #A151C0. Grayscale: #898989. Windows color (decimal): -10572225 or 4173406. OLE color: 4173406.
HSL color Cylindrical-coordinate representation of color #5EAE3F: hue angle of 103.24º 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 #5EAE3F is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 63 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.32 |
| HSL | 103.24º | 0.47% | 0.46% | - |
| HSV(B) | 103.24º | 0.64% | 0.68% | - |
| XYZ | 20.65 | 33.01 | 9.99 | - |
| YUV | 137.43 | 86 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 63 | 0.46 | 0 | 0.64 | 0.32 | 103.24 | 0.47 | 0.46 |
| Hex | 5E | AE | 3F | 2E | 0 | 40 | 20 | 67 | 2F | 2E |
| Octal | 136 | 256 | 77 | 56 | 0 | 100 | 40 | 147 | 57 | 56 |
| Binary | 1011110 | 10101110 | 111111 | 101110 | 0 | 1000000 | 100000 | 1100111 | 101111 | 101110 |
Color Harmonies of #5EAE3F
Complementary color
Monochromatic Colors of #5EAE3F
Black with #5EAE3F
Text Example
Text Example
White with #5EAE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE3F; }
p { color: rgb(94,174,63); }
H1.HeaderClassName
{
color: #5EAE3F;
}
.AnyTagClassName
{
color: #5EAE3F;
}
</style>
background-color css
<style>
a { background-color: #5EAE3F; }
a { background-color: rgb(94,174,63); }
div.DivClassName
{
background-color: #5EAE3F;
}
.BgClassName
{
background-color: #5EAE3F;
}
</style>
border-color css
<style>
span { border-color: #5EAE3F; }
span { border-color: rgb(94,174,63); }
td.TdClassName
{
border-color: #5EAE3F;
}
.TagClassName
{
border-color: #5EAE3F;
}
</style>