Shades of Apple #5EAE34
Tints of Apple #5EAE34
RGB
CMYK
RGB Variations
Color information
#5EAE34 (or 0x5EAE34) is known color: Apple. HEX triplet: 5E, AE and 34. RGB value is (94,174,52). Sum of RGB (Red+Green+Blue) = 94+174+52=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE34 is #A151CB. Grayscale: #888888. Windows color (decimal): -10572236 or 3452510. OLE color: 3452510.
HSL color Cylindrical-coordinate representation of color #5EAE34: hue angle of 99.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EAE34 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 52 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.32 |
| HSL | 99.34º | 0.54% | 0.44% | - |
| HSV(B) | 99.34º | 0.7% | 0.68% | - |
| XYZ | 20.37 | 32.9 | 8.53 | - |
| YUV | 136.17 | 80.5 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 52 | 0.46 | 0 | 0.70 | 0.32 | 99.34 | 0.54 | 0.44 |
| Hex | 5E | AE | 34 | 2E | 0 | 46 | 20 | 63 | 36 | 2C |
| Octal | 136 | 256 | 64 | 56 | 0 | 106 | 40 | 143 | 66 | 54 |
| Binary | 1011110 | 10101110 | 110100 | 101110 | 0 | 1000110 | 100000 | 1100011 | 110110 | 101100 |
Color Harmonies of #5EAE34
Complementary color
Monochromatic Colors of #5EAE34
Black with #5EAE34
Text Example
Text Example
White with #5EAE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE34; }
p { color: rgb(94,174,52); }
H1.HeaderClassName
{
color: #5EAE34;
}
.AnyTagClassName
{
color: #5EAE34;
}
</style>
background-color css
<style>
a { background-color: #5EAE34; }
a { background-color: rgb(94,174,52); }
div.DivClassName
{
background-color: #5EAE34;
}
.BgClassName
{
background-color: #5EAE34;
}
</style>
border-color css
<style>
span { border-color: #5EAE34; }
span { border-color: rgb(94,174,52); }
td.TdClassName
{
border-color: #5EAE34;
}
.TagClassName
{
border-color: #5EAE34;
}
</style>