Shades of Apple #5EDF42
Tints of Apple #5EDF42
RGB
CMYK
RGB Variations
Color information
#5EDF42 (or 0x5EDF42) is known color: Apple. HEX triplet: 5E, DF and 42. RGB value is (94,223,66). Sum of RGB (Red+Green+Blue) = 94+223+66=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDF42 is #A120BD. Grayscale: #A7A7A7. Windows color (decimal): -10559678 or 4382558. OLE color: 4382558.
HSL color Cylindrical-coordinate representation of color #5EDF42: hue angle of 109.3º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5EDF42 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 66 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.13 |
| HSL | 109.3º | 0.71% | 0.57% | - |
| HSV(B) | 109.3º | 0.7% | 0.87% | - |
| XYZ | 31.99 | 55.55 | 14.19 | - |
| YUV | 166.53 | 71.26 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 66 | 0.58 | 0 | 0.70 | 0.13 | 109.3 | 0.71 | 0.57 |
| Hex | 5E | DF | 42 | 3A | 0 | 46 | D | 6D | 47 | 39 |
| Octal | 136 | 337 | 102 | 72 | 0 | 106 | 15 | 155 | 107 | 71 |
| Binary | 1011110 | 11011111 | 1000010 | 111010 | 0 | 1000110 | 1101 | 1101101 | 1000111 | 111001 |
Color Harmonies of #5EDF42
Complementary color
Monochromatic Colors of #5EDF42
Black with #5EDF42
Text Example
Text Example
White with #5EDF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF42; }
p { color: rgb(94,223,66); }
H1.HeaderClassName
{
color: #5EDF42;
}
.AnyTagClassName
{
color: #5EDF42;
}
</style>
background-color css
<style>
a { background-color: #5EDF42; }
a { background-color: rgb(94,223,66); }
div.DivClassName
{
background-color: #5EDF42;
}
.BgClassName
{
background-color: #5EDF42;
}
</style>
border-color css
<style>
span { border-color: #5EDF42; }
span { border-color: rgb(94,223,66); }
td.TdClassName
{
border-color: #5EDF42;
}
.TagClassName
{
border-color: #5EDF42;
}
</style>