Shades of Apple #5EDD41
Tints of Apple #5EDD41
RGB
CMYK
RGB Variations
Color information
#5EDD41 (or 0x5EDD41) is known color: Apple. HEX triplet: 5E, DD and 41. RGB value is (94,221,65). Sum of RGB (Red+Green+Blue) = 94+221+65=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDD41 is #A122BE. Grayscale: #A5A5A5. Windows color (decimal): -10560191 or 4316510. OLE color: 4316510.
HSL color Cylindrical-coordinate representation of color #5EDD41: hue angle of 108.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5EDD41 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 221 | 65 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.13 |
| HSL | 108.85º | 0.7% | 0.56% | - |
| HSV(B) | 108.85º | 0.71% | 0.87% | - |
| XYZ | 31.43 | 54.47 | 13.86 | - |
| YUV | 165.24 | 71.42 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 221 | 65 | 0.57 | 0 | 0.71 | 0.13 | 108.85 | 0.7 | 0.56 |
| Hex | 5E | DD | 41 | 39 | 0 | 47 | D | 6D | 46 | 38 |
| Octal | 136 | 335 | 101 | 71 | 0 | 107 | 15 | 155 | 106 | 70 |
| Binary | 1011110 | 11011101 | 1000001 | 111001 | 0 | 1000111 | 1101 | 1101101 | 1000110 | 111000 |
Color Harmonies of #5EDD41
Complementary color
Monochromatic Colors of #5EDD41
Black with #5EDD41
Text Example
Text Example
White with #5EDD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDD41; }
p { color: rgb(94,221,65); }
H1.HeaderClassName
{
color: #5EDD41;
}
.AnyTagClassName
{
color: #5EDD41;
}
</style>
background-color css
<style>
a { background-color: #5EDD41; }
a { background-color: rgb(94,221,65); }
div.DivClassName
{
background-color: #5EDD41;
}
.BgClassName
{
background-color: #5EDD41;
}
</style>
border-color css
<style>
span { border-color: #5EDD41; }
span { border-color: rgb(94,221,65); }
td.TdClassName
{
border-color: #5EDD41;
}
.TagClassName
{
border-color: #5EDD41;
}
</style>