Shades of Apple #5EDB4A
Tints of Apple #5EDB4A
RGB
CMYK
RGB Variations
Color information
#5EDB4A (or 0x5EDB4A) is known color: Apple. HEX triplet: 5E, DB and 4A. RGB value is (94,219,74). Sum of RGB (Red+Green+Blue) = 94+219+74=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDB4A is #A124B5. Grayscale: #A5A5A5. Windows color (decimal): -10560694 or 4905822. OLE color: 4905822.
HSL color Cylindrical-coordinate representation of color #5EDB4A: hue angle of 111.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EDB4A is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 74 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.14 |
| HSL | 111.72º | 0.67% | 0.57% | - |
| HSV(B) | 111.72º | 0.66% | 0.86% | - |
| XYZ | 31.18 | 53.54 | 15.17 | - |
| YUV | 165.1 | 76.59 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 74 | 0.57 | 0 | 0.66 | 0.14 | 111.72 | 0.67 | 0.57 |
| Hex | 5E | DB | 4A | 39 | 0 | 42 | E | 70 | 43 | 39 |
| Octal | 136 | 333 | 112 | 71 | 0 | 102 | 16 | 160 | 103 | 71 |
| Binary | 1011110 | 11011011 | 1001010 | 111001 | 0 | 1000010 | 1110 | 1110000 | 1000011 | 111001 |
Color Harmonies of #5EDB4A
Complementary color
Monochromatic Colors of #5EDB4A
Black with #5EDB4A
Text Example
Text Example
White with #5EDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDB4A; }
p { color: rgb(94,219,74); }
H1.HeaderClassName
{
color: #5EDB4A;
}
.AnyTagClassName
{
color: #5EDB4A;
}
</style>
background-color css
<style>
a { background-color: #5EDB4A; }
a { background-color: rgb(94,219,74); }
div.DivClassName
{
background-color: #5EDB4A;
}
.BgClassName
{
background-color: #5EDB4A;
}
</style>
border-color css
<style>
span { border-color: #5EDB4A; }
span { border-color: rgb(94,219,74); }
td.TdClassName
{
border-color: #5EDB4A;
}
.TagClassName
{
border-color: #5EDB4A;
}
</style>