Shades of Apple #5ED744
Tints of Apple #5ED744
RGB
CMYK
RGB Variations
Color information
#5ED744 (or 0x5ED744) is known color: Apple. HEX triplet: 5E, D7 and 44. RGB value is (94,215,68). Sum of RGB (Red+Green+Blue) = 94+215+68=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED744 is #A128BB. Grayscale: #A2A2A2. Windows color (decimal): -10561724 or 4511582. OLE color: 4511582.
HSL color Cylindrical-coordinate representation of color #5ED744: hue angle of 109.39º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5ED744 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 68 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.16 |
| HSL | 109.39º | 0.65% | 0.55% | - |
| HSV(B) | 109.39º | 0.68% | 0.84% | - |
| XYZ | 29.96 | 51.4 | 13.81 | - |
| YUV | 162.06 | 74.91 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 68 | 0.56 | 0 | 0.68 | 0.16 | 109.39 | 0.65 | 0.55 |
| Hex | 5E | D7 | 44 | 38 | 0 | 44 | 10 | 6D | 41 | 37 |
| Octal | 136 | 327 | 104 | 70 | 0 | 104 | 20 | 155 | 101 | 67 |
| Binary | 1011110 | 11010111 | 1000100 | 111000 | 0 | 1000100 | 10000 | 1101101 | 1000001 | 110111 |
Color Harmonies of #5ED744
Complementary color
Monochromatic Colors of #5ED744
Black with #5ED744
Text Example
Text Example
White with #5ED744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED744; }
p { color: rgb(94,215,68); }
H1.HeaderClassName
{
color: #5ED744;
}
.AnyTagClassName
{
color: #5ED744;
}
</style>
background-color css
<style>
a { background-color: #5ED744; }
a { background-color: rgb(94,215,68); }
div.DivClassName
{
background-color: #5ED744;
}
.BgClassName
{
background-color: #5ED744;
}
</style>
border-color css
<style>
span { border-color: #5ED744; }
span { border-color: rgb(94,215,68); }
td.TdClassName
{
border-color: #5ED744;
}
.TagClassName
{
border-color: #5ED744;
}
</style>