Shades of Apple #5ED74A
Tints of Apple #5ED74A
RGB
CMYK
RGB Variations
Color information
#5ED74A (or 0x5ED74A) is known color: Apple. HEX triplet: 5E, D7 and 4A. RGB value is (94,215,74). Sum of RGB (Red+Green+Blue) = 94+215+74=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED74A is #A128B5. Grayscale: #A3A3A3. Windows color (decimal): -10561718 or 4904798. OLE color: 4904798.
HSL color Cylindrical-coordinate representation of color #5ED74A: hue angle of 111.49º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ED74A is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 74 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.16 |
| HSL | 111.49º | 0.64% | 0.57% | - |
| HSV(B) | 111.49º | 0.66% | 0.84% | - |
| XYZ | 30.15 | 51.47 | 14.83 | - |
| YUV | 162.75 | 77.91 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 74 | 0.56 | 0 | 0.66 | 0.16 | 111.49 | 0.64 | 0.57 |
| Hex | 5E | D7 | 4A | 38 | 0 | 42 | 10 | 6F | 40 | 39 |
| Octal | 136 | 327 | 112 | 70 | 0 | 102 | 20 | 157 | 100 | 71 |
| Binary | 1011110 | 11010111 | 1001010 | 111000 | 0 | 1000010 | 10000 | 1101111 | 1000000 | 111001 |
Color Harmonies of #5ED74A
Complementary color
Monochromatic Colors of #5ED74A
Black with #5ED74A
Text Example
Text Example
White with #5ED74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED74A; }
p { color: rgb(94,215,74); }
H1.HeaderClassName
{
color: #5ED74A;
}
.AnyTagClassName
{
color: #5ED74A;
}
</style>
background-color css
<style>
a { background-color: #5ED74A; }
a { background-color: rgb(94,215,74); }
div.DivClassName
{
background-color: #5ED74A;
}
.BgClassName
{
background-color: #5ED74A;
}
</style>
border-color css
<style>
span { border-color: #5ED74A; }
span { border-color: rgb(94,215,74); }
td.TdClassName
{
border-color: #5ED74A;
}
.TagClassName
{
border-color: #5ED74A;
}
</style>