Shades of Apple #5EDB48
Tints of Apple #5EDB48
RGB
CMYK
RGB Variations
Color information
#5EDB48 (or 0x5EDB48) is known color: Apple. HEX triplet: 5E, DB and 48. RGB value is (94,219,72). Sum of RGB (Red+Green+Blue) = 94+219+72=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDB48 is #A124B7. Grayscale: #A5A5A5. Windows color (decimal): -10560696 or 4774750. OLE color: 4774750.
HSL color Cylindrical-coordinate representation of color #5EDB48: hue angle of 111.02º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5EDB48 is Cyan = 0.57, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 72 | - |
| CMYK | 0.57 | 0 | 0.67 | 0.14 |
| HSL | 111.02º | 0.67% | 0.57% | - |
| HSV(B) | 111.02º | 0.67% | 0.86% | - |
| XYZ | 31.12 | 53.51 | 14.82 | - |
| YUV | 164.87 | 75.59 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 72 | 0.57 | 0 | 0.67 | 0.14 | 111.02 | 0.67 | 0.57 |
| Hex | 5E | DB | 48 | 39 | 0 | 43 | E | 6F | 43 | 39 |
| Octal | 136 | 333 | 110 | 71 | 0 | 103 | 16 | 157 | 103 | 71 |
| Binary | 1011110 | 11011011 | 1001000 | 111001 | 0 | 1000011 | 1110 | 1101111 | 1000011 | 111001 |
Color Harmonies of #5EDB48
Complementary color
Monochromatic Colors of #5EDB48
Black with #5EDB48
Text Example
Text Example
White with #5EDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDB48; }
p { color: rgb(94,219,72); }
H1.HeaderClassName
{
color: #5EDB48;
}
.AnyTagClassName
{
color: #5EDB48;
}
</style>
background-color css
<style>
a { background-color: #5EDB48; }
a { background-color: rgb(94,219,72); }
div.DivClassName
{
background-color: #5EDB48;
}
.BgClassName
{
background-color: #5EDB48;
}
</style>
border-color css
<style>
span { border-color: #5EDB48; }
span { border-color: rgb(94,219,72); }
td.TdClassName
{
border-color: #5EDB48;
}
.TagClassName
{
border-color: #5EDB48;
}
</style>