Shades of Apple #5EAE3C
Tints of Apple #5EAE3C
RGB
CMYK
RGB Variations
Color information
#5EAE3C (or 0x5EAE3C) is known color: Apple. HEX triplet: 5E, AE and 3C. RGB value is (94,174,60). Sum of RGB (Red+Green+Blue) = 94+174+60=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE3C is #A151C3. Grayscale: #898989. Windows color (decimal): -10572228 or 3976798. OLE color: 3976798.
HSL color Cylindrical-coordinate representation of color #5EAE3C: hue angle of 102.11º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EAE3C is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 60 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.32 |
| HSL | 102.11º | 0.49% | 0.46% | - |
| HSV(B) | 102.11º | 0.66% | 0.68% | - |
| XYZ | 20.57 | 32.98 | 9.56 | - |
| YUV | 137.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 60 | 0.46 | 0 | 0.66 | 0.32 | 102.11 | 0.49 | 0.46 |
| Hex | 5E | AE | 3C | 2E | 0 | 42 | 20 | 66 | 31 | 2E |
| Octal | 136 | 256 | 74 | 56 | 0 | 102 | 40 | 146 | 61 | 56 |
| Binary | 1011110 | 10101110 | 111100 | 101110 | 0 | 1000010 | 100000 | 1100110 | 110001 | 101110 |
Color Harmonies of #5EAE3C
Complementary color
Monochromatic Colors of #5EAE3C
Black with #5EAE3C
Text Example
Text Example
White with #5EAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE3C; }
p { color: rgb(94,174,60); }
H1.HeaderClassName
{
color: #5EAE3C;
}
.AnyTagClassName
{
color: #5EAE3C;
}
</style>
background-color css
<style>
a { background-color: #5EAE3C; }
a { background-color: rgb(94,174,60); }
div.DivClassName
{
background-color: #5EAE3C;
}
.BgClassName
{
background-color: #5EAE3C;
}
</style>
border-color css
<style>
span { border-color: #5EAE3C; }
span { border-color: rgb(94,174,60); }
td.TdClassName
{
border-color: #5EAE3C;
}
.TagClassName
{
border-color: #5EAE3C;
}
</style>