Shades of Apple #5EAC34
Tints of Apple #5EAC34
RGB
CMYK
RGB Variations
Color information
#5EAC34 (or 0x5EAC34) is known color: Apple. HEX triplet: 5E, AC and 34. RGB value is (94,172,52). Sum of RGB (Red+Green+Blue) = 94+172+52=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC34 is #A153CB. Grayscale: #878787. Windows color (decimal): -10572748 or 3451998. OLE color: 3451998.
HSL color Cylindrical-coordinate representation of color #5EAC34: hue angle of 99º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EAC34 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 52 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.33 |
| HSL | 99º | 0.54% | 0.44% | - |
| HSV(B) | 99º | 0.7% | 0.67% | - |
| XYZ | 19.99 | 32.13 | 8.4 | - |
| YUV | 135 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 52 | 0.45 | 0 | 0.70 | 0.33 | 99 | 0.54 | 0.44 |
| Hex | 5E | AC | 34 | 2D | 0 | 46 | 21 | 63 | 36 | 2C |
| Octal | 136 | 254 | 64 | 55 | 0 | 106 | 41 | 143 | 66 | 54 |
| Binary | 1011110 | 10101100 | 110100 | 101101 | 0 | 1000110 | 100001 | 1100011 | 110110 | 101100 |
Color Harmonies of #5EAC34
Complementary color
Monochromatic Colors of #5EAC34
Black with #5EAC34
Text Example
Text Example
White with #5EAC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC34; }
p { color: rgb(94,172,52); }
H1.HeaderClassName
{
color: #5EAC34;
}
.AnyTagClassName
{
color: #5EAC34;
}
</style>
background-color css
<style>
a { background-color: #5EAC34; }
a { background-color: rgb(94,172,52); }
div.DivClassName
{
background-color: #5EAC34;
}
.BgClassName
{
background-color: #5EAC34;
}
</style>
border-color css
<style>
span { border-color: #5EAC34; }
span { border-color: rgb(94,172,52); }
td.TdClassName
{
border-color: #5EAC34;
}
.TagClassName
{
border-color: #5EAC34;
}
</style>