Shades of Apple #5ED048
Tints of Apple #5ED048
RGB
CMYK
RGB Variations
Color information
#5ED048 (or 0x5ED048) is known color: Apple. HEX triplet: 5E, D0 and 48. RGB value is (94,208,72). Sum of RGB (Red+Green+Blue) = 94+208+72=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED048 is #A12FB7. Grayscale: #9E9E9E. Windows color (decimal): -10563512 or 4771934. OLE color: 4771934.
HSL color Cylindrical-coordinate representation of color #5ED048: hue angle of 110.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5ED048 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 208 | 72 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.18 |
| HSL | 110.29º | 0.59% | 0.55% | - |
| HSV(B) | 110.29º | 0.65% | 0.82% | - |
| XYZ | 28.34 | 47.96 | 13.89 | - |
| YUV | 158.41 | 79.23 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 208 | 72 | 0.55 | 0 | 0.65 | 0.18 | 110.29 | 0.59 | 0.55 |
| Hex | 5E | D0 | 48 | 37 | 0 | 41 | 12 | 6E | 3B | 37 |
| Octal | 136 | 320 | 110 | 67 | 0 | 101 | 22 | 156 | 73 | 67 |
| Binary | 1011110 | 11010000 | 1001000 | 110111 | 0 | 1000001 | 10010 | 1101110 | 111011 | 110111 |
Color Harmonies of #5ED048
Complementary color
Monochromatic Colors of #5ED048
Black with #5ED048
Text Example
Text Example
White with #5ED048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED048; }
p { color: rgb(94,208,72); }
H1.HeaderClassName
{
color: #5ED048;
}
.AnyTagClassName
{
color: #5ED048;
}
</style>
background-color css
<style>
a { background-color: #5ED048; }
a { background-color: rgb(94,208,72); }
div.DivClassName
{
background-color: #5ED048;
}
.BgClassName
{
background-color: #5ED048;
}
</style>
border-color css
<style>
span { border-color: #5ED048; }
span { border-color: rgb(94,208,72); }
td.TdClassName
{
border-color: #5ED048;
}
.TagClassName
{
border-color: #5ED048;
}
</style>