Shades of Apple #5ED24E
Tints of Apple #5ED24E
RGB
CMYK
RGB Variations
Color information
#5ED24E (or 0x5ED24E) is known color: Apple. HEX triplet: 5E, D2 and 4E. RGB value is (94,210,78). Sum of RGB (Red+Green+Blue) = 94+210+78=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED24E is #A12DB1. Grayscale: #A0A0A0. Windows color (decimal): -10562994 or 5165662. OLE color: 5165662.
HSL color Cylindrical-coordinate representation of color #5ED24E: hue angle of 112.73º degrees, saturation: 0.59, 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 #5ED24E is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 210 | 78 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.18 |
| HSL | 112.73º | 0.59% | 0.56% | - |
| HSV(B) | 112.73º | 0.63% | 0.82% | - |
| XYZ | 29.04 | 49.02 | 15.14 | - |
| YUV | 160.27 | 81.57 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 210 | 78 | 0.55 | 0 | 0.63 | 0.18 | 112.73 | 0.59 | 0.56 |
| Hex | 5E | D2 | 4E | 37 | 0 | 3F | 12 | 71 | 3B | 38 |
| Octal | 136 | 322 | 116 | 67 | 0 | 77 | 22 | 161 | 73 | 70 |
| Binary | 1011110 | 11010010 | 1001110 | 110111 | 0 | 111111 | 10010 | 1110001 | 111011 | 111000 |
Color Harmonies of #5ED24E
Complementary color
Monochromatic Colors of #5ED24E
Black with #5ED24E
Text Example
Text Example
White with #5ED24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED24E; }
p { color: rgb(94,210,78); }
H1.HeaderClassName
{
color: #5ED24E;
}
.AnyTagClassName
{
color: #5ED24E;
}
</style>
background-color css
<style>
a { background-color: #5ED24E; }
a { background-color: rgb(94,210,78); }
div.DivClassName
{
background-color: #5ED24E;
}
.BgClassName
{
background-color: #5ED24E;
}
</style>
border-color css
<style>
span { border-color: #5ED24E; }
span { border-color: rgb(94,210,78); }
td.TdClassName
{
border-color: #5ED24E;
}
.TagClassName
{
border-color: #5ED24E;
}
</style>