Shades of Apple #5ECF3E
Tints of Apple #5ECF3E
RGB
CMYK
RGB Variations
Color information
#5ECF3E (or 0x5ECF3E) is known color: Apple. HEX triplet: 5E, CF and 3E. RGB value is (94,207,62). Sum of RGB (Red+Green+Blue) = 94+207+62=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECF3E is #A130C1. Grayscale: #9D9D9D. Windows color (decimal): -10563778 or 4116318. OLE color: 4116318.
HSL color Cylindrical-coordinate representation of color #5ECF3E: hue angle of 106.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5ECF3E is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 62 | - |
| CMYK | 0.55 | 0 | 0.70 | 0.19 |
| HSL | 106.76º | 0.6% | 0.53% | - |
| HSV(B) | 106.76º | 0.7% | 0.81% | - |
| XYZ | 27.8 | 47.35 | 12.23 | - |
| YUV | 156.68 | 74.56 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 62 | 0.55 | 0 | 0.70 | 0.19 | 106.76 | 0.6 | 0.53 |
| Hex | 5E | CF | 3E | 37 | 0 | 46 | 13 | 6B | 3C | 35 |
| Octal | 136 | 317 | 76 | 67 | 0 | 106 | 23 | 153 | 74 | 65 |
| Binary | 1011110 | 11001111 | 111110 | 110111 | 0 | 1000110 | 10011 | 1101011 | 111100 | 110101 |
Color Harmonies of #5ECF3E
Complementary color
Monochromatic Colors of #5ECF3E
Black with #5ECF3E
Text Example
Text Example
White with #5ECF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECF3E; }
p { color: rgb(94,207,62); }
H1.HeaderClassName
{
color: #5ECF3E;
}
.AnyTagClassName
{
color: #5ECF3E;
}
</style>
background-color css
<style>
a { background-color: #5ECF3E; }
a { background-color: rgb(94,207,62); }
div.DivClassName
{
background-color: #5ECF3E;
}
.BgClassName
{
background-color: #5ECF3E;
}
</style>
border-color css
<style>
span { border-color: #5ECF3E; }
span { border-color: rgb(94,207,62); }
td.TdClassName
{
border-color: #5ECF3E;
}
.TagClassName
{
border-color: #5ECF3E;
}
</style>