Shades of Apple #5ED64F
Tints of Apple #5ED64F
RGB
CMYK
RGB Variations
Color information
#5ED64F (or 0x5ED64F) is known color: Apple. HEX triplet: 5E, D6 and 4F. RGB value is (94,214,79). Sum of RGB (Red+Green+Blue) = 94+214+79=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #5ED64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED64F is #A129B0. Grayscale: #A3A3A3. Windows color (decimal): -10561969 or 5232222. OLE color: 5232222.
HSL color Cylindrical-coordinate representation of color #5ED64F: hue angle of 113.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ED64F is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 214 | 79 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.16 |
| HSL | 113.33º | 0.62% | 0.57% | - |
| HSV(B) | 113.33º | 0.63% | 0.84% | - |
| XYZ | 30.07 | 51.04 | 15.66 | - |
| YUV | 162.73 | 80.74 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 214 | 79 | 0.56 | 0 | 0.63 | 0.16 | 113.33 | 0.62 | 0.57 |
| Hex | 5E | D6 | 4F | 38 | 0 | 3F | 10 | 71 | 3E | 39 |
| Octal | 136 | 326 | 117 | 70 | 0 | 77 | 20 | 161 | 76 | 71 |
| Binary | 1011110 | 11010110 | 1001111 | 111000 | 0 | 111111 | 10000 | 1110001 | 111110 | 111001 |
Color Harmonies of #5ED64F
Complementary color
Monochromatic Colors of #5ED64F
Black with #5ED64F
Text Example
Text Example
White with #5ED64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED64F; }
p { color: rgb(94,214,79); }
H1.HeaderClassName
{
color: #5ED64F;
}
.AnyTagClassName
{
color: #5ED64F;
}
</style>
background-color css
<style>
a { background-color: #5ED64F; }
a { background-color: rgb(94,214,79); }
div.DivClassName
{
background-color: #5ED64F;
}
.BgClassName
{
background-color: #5ED64F;
}
</style>
border-color css
<style>
span { border-color: #5ED64F; }
span { border-color: rgb(94,214,79); }
td.TdClassName
{
border-color: #5ED64F;
}
.TagClassName
{
border-color: #5ED64F;
}
</style>