Shades of Apple #5ED241
Tints of Apple #5ED241
RGB
CMYK
RGB Variations
Color information
#5ED241 (or 0x5ED241) is known color: Apple. HEX triplet: 5E, D2 and 41. RGB value is (94,210,65). Sum of RGB (Red+Green+Blue) = 94+210+65=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED241 is #A12DBE. Grayscale: #9F9F9F. Windows color (decimal): -10563007 or 4313694. OLE color: 4313694.
HSL color Cylindrical-coordinate representation of color #5ED241: hue angle of 108º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ED241 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 210 | 65 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.18 |
| HSL | 108º | 0.62% | 0.54% | - |
| HSV(B) | 108º | 0.69% | 0.82% | - |
| XYZ | 28.62 | 48.85 | 12.92 | - |
| YUV | 158.79 | 75.07 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 210 | 65 | 0.55 | 0 | 0.69 | 0.18 | 108 | 0.62 | 0.54 |
| Hex | 5E | D2 | 41 | 37 | 0 | 45 | 12 | 6C | 3E | 36 |
| Octal | 136 | 322 | 101 | 67 | 0 | 105 | 22 | 154 | 76 | 66 |
| Binary | 1011110 | 11010010 | 1000001 | 110111 | 0 | 1000101 | 10010 | 1101100 | 111110 | 110110 |
Color Harmonies of #5ED241
Complementary color
Monochromatic Colors of #5ED241
Black with #5ED241
Text Example
Text Example
White with #5ED241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED241; }
p { color: rgb(94,210,65); }
H1.HeaderClassName
{
color: #5ED241;
}
.AnyTagClassName
{
color: #5ED241;
}
</style>
background-color css
<style>
a { background-color: #5ED241; }
a { background-color: rgb(94,210,65); }
div.DivClassName
{
background-color: #5ED241;
}
.BgClassName
{
background-color: #5ED241;
}
</style>
border-color css
<style>
span { border-color: #5ED241; }
span { border-color: rgb(94,210,65); }
td.TdClassName
{
border-color: #5ED241;
}
.TagClassName
{
border-color: #5ED241;
}
</style>