Shades of Apple #5EDA42
Tints of Apple #5EDA42
RGB
CMYK
RGB Variations
Color information
#5EDA42 (or 0x5EDA42) is known color: Apple. HEX triplet: 5E, DA and 42. RGB value is (94,218,66). Sum of RGB (Red+Green+Blue) = 94+218+66=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #5EDA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDA42 is #A125BD. Grayscale: #A4A4A4. Windows color (decimal): -10560958 or 4381278. OLE color: 4381278.
HSL color Cylindrical-coordinate representation of color #5EDA42: hue angle of 108.95º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EDA42 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 218 | 66 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.15 |
| HSL | 108.95º | 0.67% | 0.56% | - |
| HSV(B) | 108.95º | 0.7% | 0.85% | - |
| XYZ | 30.67 | 52.92 | 13.75 | - |
| YUV | 163.6 | 72.92 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 218 | 66 | 0.57 | 0 | 0.70 | 0.15 | 108.95 | 0.67 | 0.56 |
| Hex | 5E | DA | 42 | 39 | 0 | 46 | F | 6D | 43 | 38 |
| Octal | 136 | 332 | 102 | 71 | 0 | 106 | 17 | 155 | 103 | 70 |
| Binary | 1011110 | 11011010 | 1000010 | 111001 | 0 | 1000110 | 1111 | 1101101 | 1000011 | 111000 |
Color Harmonies of #5EDA42
Complementary color
Monochromatic Colors of #5EDA42
Black with #5EDA42
Text Example
Text Example
White with #5EDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDA42; }
p { color: rgb(94,218,66); }
H1.HeaderClassName
{
color: #5EDA42;
}
.AnyTagClassName
{
color: #5EDA42;
}
</style>
background-color css
<style>
a { background-color: #5EDA42; }
a { background-color: rgb(94,218,66); }
div.DivClassName
{
background-color: #5EDA42;
}
.BgClassName
{
background-color: #5EDA42;
}
</style>
border-color css
<style>
span { border-color: #5EDA42; }
span { border-color: rgb(94,218,66); }
td.TdClassName
{
border-color: #5EDA42;
}
.TagClassName
{
border-color: #5EDA42;
}
</style>