Shades of Apple #5ED349
Tints of Apple #5ED349
RGB
CMYK
RGB Variations
Color information
#5ED349 (or 0x5ED349) is known color: Apple. HEX triplet: 5E, D3 and 49. RGB value is (94,211,73). Sum of RGB (Red+Green+Blue) = 94+211+73=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED349 is #A12CB6. Grayscale: #A0A0A0. Windows color (decimal): -10562743 or 4838238. OLE color: 4838238.
HSL color Cylindrical-coordinate representation of color #5ED349: hue angle of 110.87º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ED349 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 211 | 73 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.17 |
| HSL | 110.87º | 0.61% | 0.56% | - |
| HSV(B) | 110.87º | 0.65% | 0.83% | - |
| XYZ | 29.11 | 49.45 | 14.31 | - |
| YUV | 160.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 73 | 0.55 | 0 | 0.65 | 0.17 | 110.87 | 0.61 | 0.56 |
| Hex | 5E | D3 | 49 | 37 | 0 | 41 | 11 | 6F | 3D | 38 |
| Octal | 136 | 323 | 111 | 67 | 0 | 101 | 21 | 157 | 75 | 70 |
| Binary | 1011110 | 11010011 | 1001001 | 110111 | 0 | 1000001 | 10001 | 1101111 | 111101 | 111000 |
Color Harmonies of #5ED349
Complementary color
Monochromatic Colors of #5ED349
Black with #5ED349
Text Example
Text Example
White with #5ED349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED349; }
p { color: rgb(94,211,73); }
H1.HeaderClassName
{
color: #5ED349;
}
.AnyTagClassName
{
color: #5ED349;
}
</style>
background-color css
<style>
a { background-color: #5ED349; }
a { background-color: rgb(94,211,73); }
div.DivClassName
{
background-color: #5ED349;
}
.BgClassName
{
background-color: #5ED349;
}
</style>
border-color css
<style>
span { border-color: #5ED349; }
span { border-color: rgb(94,211,73); }
td.TdClassName
{
border-color: #5ED349;
}
.TagClassName
{
border-color: #5ED349;
}
</style>