Shades of Apple #5ED542
Tints of Apple #5ED542
RGB
CMYK
RGB Variations
Color information
#5ED542 (or 0x5ED542) is known color: Apple. HEX triplet: 5E, D5 and 42. RGB value is (94,213,66). Sum of RGB (Red+Green+Blue) = 94+213+66=373 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.20% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED542 is #A12ABD. Grayscale: #A1A1A1. Windows color (decimal): -10562238 or 4379998. OLE color: 4379998.
HSL color Cylindrical-coordinate representation of color #5ED542: hue angle of 108.57º degrees, saturation: 0.64, 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 #5ED542 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 213 | 66 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.16 |
| HSL | 108.57º | 0.64% | 0.55% | - |
| HSV(B) | 108.57º | 0.69% | 0.84% | - |
| XYZ | 29.39 | 50.36 | 13.33 | - |
| YUV | 160.66 | 74.58 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 213 | 66 | 0.56 | 0 | 0.69 | 0.16 | 108.57 | 0.64 | 0.55 |
| Hex | 5E | D5 | 42 | 38 | 0 | 45 | 10 | 6D | 40 | 37 |
| Octal | 136 | 325 | 102 | 70 | 0 | 105 | 20 | 155 | 100 | 67 |
| Binary | 1011110 | 11010101 | 1000010 | 111000 | 0 | 1000101 | 10000 | 1101101 | 1000000 | 110111 |
Color Harmonies of #5ED542
Complementary color
Monochromatic Colors of #5ED542
Black with #5ED542
Text Example
Text Example
White with #5ED542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED542; }
p { color: rgb(94,213,66); }
H1.HeaderClassName
{
color: #5ED542;
}
.AnyTagClassName
{
color: #5ED542;
}
</style>
background-color css
<style>
a { background-color: #5ED542; }
a { background-color: rgb(94,213,66); }
div.DivClassName
{
background-color: #5ED542;
}
.BgClassName
{
background-color: #5ED542;
}
</style>
border-color css
<style>
span { border-color: #5ED542; }
span { border-color: rgb(94,213,66); }
td.TdClassName
{
border-color: #5ED542;
}
.TagClassName
{
border-color: #5ED542;
}
</style>