Shades of Apple #5ECE40
Tints of Apple #5ECE40
RGB
CMYK
RGB Variations
Color information
#5ECE40 (or 0x5ECE40) is known color: Apple. HEX triplet: 5E, CE and 40. RGB value is (94,206,64). Sum of RGB (Red+Green+Blue) = 94+206+64=364 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.82% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECE40 is #A131BF. Grayscale: #9C9C9C. Windows color (decimal): -10564032 or 4247134. OLE color: 4247134.
HSL color Cylindrical-coordinate representation of color #5ECE40: hue angle of 107.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ECE40 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 64 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.19 |
| HSL | 107.32º | 0.59% | 0.53% | - |
| HSV(B) | 107.32º | 0.69% | 0.81% | - |
| XYZ | 27.61 | 46.89 | 12.45 | - |
| YUV | 156.32 | 75.89 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 64 | 0.54 | 0 | 0.69 | 0.19 | 107.32 | 0.59 | 0.53 |
| Hex | 5E | CE | 40 | 36 | 0 | 45 | 13 | 6B | 3B | 35 |
| Octal | 136 | 316 | 100 | 66 | 0 | 105 | 23 | 153 | 73 | 65 |
| Binary | 1011110 | 11001110 | 1000000 | 110110 | 0 | 1000101 | 10011 | 1101011 | 111011 | 110101 |
Color Harmonies of #5ECE40
Complementary color
Monochromatic Colors of #5ECE40
Black with #5ECE40
Text Example
Text Example
White with #5ECE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECE40; }
p { color: rgb(94,206,64); }
H1.HeaderClassName
{
color: #5ECE40;
}
.AnyTagClassName
{
color: #5ECE40;
}
</style>
background-color css
<style>
a { background-color: #5ECE40; }
a { background-color: rgb(94,206,64); }
div.DivClassName
{
background-color: #5ECE40;
}
.BgClassName
{
background-color: #5ECE40;
}
</style>
border-color css
<style>
span { border-color: #5ECE40; }
span { border-color: rgb(94,206,64); }
td.TdClassName
{
border-color: #5ECE40;
}
.TagClassName
{
border-color: #5ECE40;
}
</style>