Shades of Apple #5ED04C
Tints of Apple #5ED04C
RGB
CMYK
RGB Variations
Color information
#5ED04C (or 0x5ED04C) is known color: Apple. HEX triplet: 5E, D0 and 4C. RGB value is (94,208,76). Sum of RGB (Red+Green+Blue) = 94+208+76=378 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.87% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED04C is #A12FB3. Grayscale: #9F9F9F. Windows color (decimal): -10563508 or 5034078. OLE color: 5034078.
HSL color Cylindrical-coordinate representation of color #5ED04C: hue angle of 111.82º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ED04C is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 76 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.18 |
| HSL | 111.82º | 0.58% | 0.56% | - |
| HSV(B) | 111.82º | 0.63% | 0.82% | - |
| XYZ | 28.48 | 48.01 | 14.6 | - |
| YUV | 158.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 76 | 0.55 | 0 | 0.63 | 0.18 | 111.82 | 0.58 | 0.56 |
| Hex | 5E | D0 | 4C | 37 | 0 | 3F | 12 | 70 | 3A | 38 |
| Octal | 136 | 320 | 114 | 67 | 0 | 77 | 22 | 160 | 72 | 70 |
| Binary | 1011110 | 11010000 | 1001100 | 110111 | 0 | 111111 | 10010 | 1110000 | 111010 | 111000 |
Color Harmonies of #5ED04C
Complementary color
Monochromatic Colors of #5ED04C
Black with #5ED04C
Text Example
Text Example
White with #5ED04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED04C; }
p { color: rgb(94,208,76); }
H1.HeaderClassName
{
color: #5ED04C;
}
.AnyTagClassName
{
color: #5ED04C;
}
</style>
background-color css
<style>
a { background-color: #5ED04C; }
a { background-color: rgb(94,208,76); }
div.DivClassName
{
background-color: #5ED04C;
}
.BgClassName
{
background-color: #5ED04C;
}
</style>
border-color css
<style>
span { border-color: #5ED04C; }
span { border-color: rgb(94,208,76); }
td.TdClassName
{
border-color: #5ED04C;
}
.TagClassName
{
border-color: #5ED04C;
}
</style>