Shades of Apple #5ED442
Tints of Apple #5ED442
RGB
CMYK
RGB Variations
Color information
#5ED442 (or 0x5ED442) is known color: Apple. HEX triplet: 5E, D4 and 42. RGB value is (94,212,66). Sum of RGB (Red+Green+Blue) = 94+212+66=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 212 (83.20% from 255 or 56.99% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED442 is #A12BBD. Grayscale: #A0A0A0. Windows color (decimal): -10562494 or 4379742. OLE color: 4379742.
HSL color Cylindrical-coordinate representation of color #5ED442: hue angle of 108.49º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ED442 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 212 | 66 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.17 |
| HSL | 108.49º | 0.63% | 0.55% | - |
| HSV(B) | 108.49º | 0.69% | 0.83% | - |
| XYZ | 29.14 | 49.86 | 13.24 | - |
| YUV | 160.07 | 74.91 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 212 | 66 | 0.56 | 0 | 0.69 | 0.17 | 108.49 | 0.63 | 0.55 |
| Hex | 5E | D4 | 42 | 38 | 0 | 45 | 11 | 6C | 3F | 37 |
| Octal | 136 | 324 | 102 | 70 | 0 | 105 | 21 | 154 | 77 | 67 |
| Binary | 1011110 | 11010100 | 1000010 | 111000 | 0 | 1000101 | 10001 | 1101100 | 111111 | 110111 |
Color Harmonies of #5ED442
Complementary color
Monochromatic Colors of #5ED442
Black with #5ED442
Text Example
Text Example
White with #5ED442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED442; }
p { color: rgb(94,212,66); }
H1.HeaderClassName
{
color: #5ED442;
}
.AnyTagClassName
{
color: #5ED442;
}
</style>
background-color css
<style>
a { background-color: #5ED442; }
a { background-color: rgb(94,212,66); }
div.DivClassName
{
background-color: #5ED442;
}
.BgClassName
{
background-color: #5ED442;
}
</style>
border-color css
<style>
span { border-color: #5ED442; }
span { border-color: rgb(94,212,66); }
td.TdClassName
{
border-color: #5ED442;
}
.TagClassName
{
border-color: #5ED442;
}
</style>