Shades of Apple #5EAE38
Tints of Apple #5EAE38
RGB
CMYK
RGB Variations
Color information
#5EAE38 (or 0x5EAE38) is known color: Apple. HEX triplet: 5E, AE and 38. RGB value is (94,174,56). Sum of RGB (Red+Green+Blue) = 94+174+56=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE38 is #A151C7. Grayscale: #898989. Windows color (decimal): -10572232 or 3714654. OLE color: 3714654.
HSL color Cylindrical-coordinate representation of color #5EAE38: hue angle of 100.68º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5EAE38 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 56 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.32 |
| HSL | 100.68º | 0.51% | 0.45% | - |
| HSV(B) | 100.68º | 0.68% | 0.68% | - |
| XYZ | 20.47 | 32.94 | 9.02 | - |
| YUV | 136.63 | 82.5 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 56 | 0.46 | 0 | 0.68 | 0.32 | 100.68 | 0.51 | 0.45 |
| Hex | 5E | AE | 38 | 2E | 0 | 44 | 20 | 65 | 33 | 2D |
| Octal | 136 | 256 | 70 | 56 | 0 | 104 | 40 | 145 | 63 | 55 |
| Binary | 1011110 | 10101110 | 111000 | 101110 | 0 | 1000100 | 100000 | 1100101 | 110011 | 101101 |
Color Harmonies of #5EAE38
Complementary color
Monochromatic Colors of #5EAE38
Black with #5EAE38
Text Example
Text Example
White with #5EAE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE38; }
p { color: rgb(94,174,56); }
H1.HeaderClassName
{
color: #5EAE38;
}
.AnyTagClassName
{
color: #5EAE38;
}
</style>
background-color css
<style>
a { background-color: #5EAE38; }
a { background-color: rgb(94,174,56); }
div.DivClassName
{
background-color: #5EAE38;
}
.BgClassName
{
background-color: #5EAE38;
}
</style>
border-color css
<style>
span { border-color: #5EAE38; }
span { border-color: rgb(94,174,56); }
td.TdClassName
{
border-color: #5EAE38;
}
.TagClassName
{
border-color: #5EAE38;
}
</style>