Shades of Apple #5ECF4A
Tints of Apple #5ECF4A
RGB
CMYK
RGB Variations
Color information
#5ECF4A (or 0x5ECF4A) is known color: Apple. HEX triplet: 5E, CF and 4A. RGB value is (94,207,74). Sum of RGB (Red+Green+Blue) = 94+207+74=375 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.07% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECF4A is #A130B5. Grayscale: #9E9E9E. Windows color (decimal): -10563766 or 4902750. OLE color: 4902750.
HSL color Cylindrical-coordinate representation of color #5ECF4A: hue angle of 110.98º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ECF4A is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 207 | 74 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.19 |
| HSL | 110.98º | 0.58% | 0.55% | - |
| HSV(B) | 110.98º | 0.64% | 0.81% | - |
| XYZ | 28.16 | 47.5 | 14.16 | - |
| YUV | 158.05 | 80.56 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 207 | 74 | 0.55 | 0 | 0.64 | 0.19 | 110.98 | 0.58 | 0.55 |
| Hex | 5E | CF | 4A | 37 | 0 | 40 | 13 | 6F | 3A | 37 |
| Octal | 136 | 317 | 112 | 67 | 0 | 100 | 23 | 157 | 72 | 67 |
| Binary | 1011110 | 11001111 | 1001010 | 110111 | 0 | 1000000 | 10011 | 1101111 | 111010 | 110111 |
Color Harmonies of #5ECF4A
Complementary color
Monochromatic Colors of #5ECF4A
Black with #5ECF4A
Text Example
Text Example
White with #5ECF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECF4A; }
p { color: rgb(94,207,74); }
H1.HeaderClassName
{
color: #5ECF4A;
}
.AnyTagClassName
{
color: #5ECF4A;
}
</style>
background-color css
<style>
a { background-color: #5ECF4A; }
a { background-color: rgb(94,207,74); }
div.DivClassName
{
background-color: #5ECF4A;
}
.BgClassName
{
background-color: #5ECF4A;
}
</style>
border-color css
<style>
span { border-color: #5ECF4A; }
span { border-color: rgb(94,207,74); }
td.TdClassName
{
border-color: #5ECF4A;
}
.TagClassName
{
border-color: #5ECF4A;
}
</style>