Shades of Apple #5ECE45
Tints of Apple #5ECE45
RGB
CMYK
RGB Variations
Color information
#5ECE45 (or 0x5ECE45) is known color: Apple. HEX triplet: 5E, CE and 45. RGB value is (94,206,69). Sum of RGB (Red+Green+Blue) = 94+206+69=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECE45 is #A131BA. Grayscale: #9D9D9D. Windows color (decimal): -10564027 or 4574814. OLE color: 4574814.
HSL color Cylindrical-coordinate representation of color #5ECE45: hue angle of 109.05º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5ECE45 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 206 | 69 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.19 |
| HSL | 109.05º | 0.58% | 0.54% | - |
| HSV(B) | 109.05º | 0.67% | 0.81% | - |
| XYZ | 27.76 | 46.95 | 13.23 | - |
| YUV | 156.89 | 78.39 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 206 | 69 | 0.54 | 0 | 0.67 | 0.19 | 109.05 | 0.58 | 0.54 |
| Hex | 5E | CE | 45 | 36 | 0 | 43 | 13 | 6D | 3A | 36 |
| Octal | 136 | 316 | 105 | 66 | 0 | 103 | 23 | 155 | 72 | 66 |
| Binary | 1011110 | 11001110 | 1000101 | 110110 | 0 | 1000011 | 10011 | 1101101 | 111010 | 110110 |
Color Harmonies of #5ECE45
Complementary color
Monochromatic Colors of #5ECE45
Black with #5ECE45
Text Example
Text Example
White with #5ECE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECE45; }
p { color: rgb(94,206,69); }
H1.HeaderClassName
{
color: #5ECE45;
}
.AnyTagClassName
{
color: #5ECE45;
}
</style>
background-color css
<style>
a { background-color: #5ECE45; }
a { background-color: rgb(94,206,69); }
div.DivClassName
{
background-color: #5ECE45;
}
.BgClassName
{
background-color: #5ECE45;
}
</style>
border-color css
<style>
span { border-color: #5ECE45; }
span { border-color: rgb(94,206,69); }
td.TdClassName
{
border-color: #5ECE45;
}
.TagClassName
{
border-color: #5ECE45;
}
</style>