Shades of Apple #5ED742
Tints of Apple #5ED742
RGB
CMYK
RGB Variations
Color information
#5ED742 (or 0x5ED742) is known color: Apple. HEX triplet: 5E, D7 and 42. RGB value is (94,215,66). Sum of RGB (Red+Green+Blue) = 94+215+66=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED742 is #A128BD. Grayscale: #A2A2A2. Windows color (decimal): -10561726 or 4380510. OLE color: 4380510.
HSL color Cylindrical-coordinate representation of color #5ED742: hue angle of 108.72º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ED742 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 66 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.16 |
| HSL | 108.72º | 0.65% | 0.55% | - |
| HSV(B) | 108.72º | 0.69% | 0.84% | - |
| XYZ | 29.9 | 51.37 | 13.49 | - |
| YUV | 161.84 | 73.91 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 66 | 0.56 | 0 | 0.69 | 0.16 | 108.72 | 0.65 | 0.55 |
| Hex | 5E | D7 | 42 | 38 | 0 | 45 | 10 | 6D | 41 | 37 |
| Octal | 136 | 327 | 102 | 70 | 0 | 105 | 20 | 155 | 101 | 67 |
| Binary | 1011110 | 11010111 | 1000010 | 111000 | 0 | 1000101 | 10000 | 1101101 | 1000001 | 110111 |
Color Harmonies of #5ED742
Complementary color
Monochromatic Colors of #5ED742
Black with #5ED742
Text Example
Text Example
White with #5ED742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED742; }
p { color: rgb(94,215,66); }
H1.HeaderClassName
{
color: #5ED742;
}
.AnyTagClassName
{
color: #5ED742;
}
</style>
background-color css
<style>
a { background-color: #5ED742; }
a { background-color: rgb(94,215,66); }
div.DivClassName
{
background-color: #5ED742;
}
.BgClassName
{
background-color: #5ED742;
}
</style>
border-color css
<style>
span { border-color: #5ED742; }
span { border-color: rgb(94,215,66); }
td.TdClassName
{
border-color: #5ED742;
}
.TagClassName
{
border-color: #5ED742;
}
</style>