Shades of Apple #5EDF45
Tints of Apple #5EDF45
RGB
CMYK
RGB Variations
Color information
#5EDF45 (or 0x5EDF45) is known color: Apple. HEX triplet: 5E, DF and 45. RGB value is (94,223,69). Sum of RGB (Red+Green+Blue) = 94+223+69=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDF45 is #A120BA. Grayscale: #A7A7A7. Windows color (decimal): -10559675 or 4579166. OLE color: 4579166.
HSL color Cylindrical-coordinate representation of color #5EDF45: hue angle of 110.26º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5EDF45 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 69 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.13 |
| HSL | 110.26º | 0.71% | 0.57% | - |
| HSV(B) | 110.26º | 0.69% | 0.87% | - |
| XYZ | 32.08 | 55.58 | 14.67 | - |
| YUV | 166.87 | 72.76 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 69 | 0.58 | 0 | 0.69 | 0.13 | 110.26 | 0.71 | 0.57 |
| Hex | 5E | DF | 45 | 3A | 0 | 45 | D | 6E | 47 | 39 |
| Octal | 136 | 337 | 105 | 72 | 0 | 105 | 15 | 156 | 107 | 71 |
| Binary | 1011110 | 11011111 | 1000101 | 111010 | 0 | 1000101 | 1101 | 1101110 | 1000111 | 111001 |
Color Harmonies of #5EDF45
Complementary color
Monochromatic Colors of #5EDF45
Black with #5EDF45
Text Example
Text Example
White with #5EDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF45; }
p { color: rgb(94,223,69); }
H1.HeaderClassName
{
color: #5EDF45;
}
.AnyTagClassName
{
color: #5EDF45;
}
</style>
background-color css
<style>
a { background-color: #5EDF45; }
a { background-color: rgb(94,223,69); }
div.DivClassName
{
background-color: #5EDF45;
}
.BgClassName
{
background-color: #5EDF45;
}
</style>
border-color css
<style>
span { border-color: #5EDF45; }
span { border-color: rgb(94,223,69); }
td.TdClassName
{
border-color: #5EDF45;
}
.TagClassName
{
border-color: #5EDF45;
}
</style>