Shades of Apple #5ECA4C
Tints of Apple #5ECA4C
RGB
CMYK
RGB Variations
Color information
#5ECA4C (or 0x5ECA4C) is known color: Apple. HEX triplet: 5E, CA and 4C. RGB value is (94,202,76). Sum of RGB (Red+Green+Blue) = 94+202+76=372 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.27% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECA4C is #A135B3. Grayscale: #9B9B9B. Windows color (decimal): -10565044 or 5032542. OLE color: 5032542.
HSL color Cylindrical-coordinate representation of color #5ECA4C: hue angle of 111.43º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5ECA4C is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 202 | 76 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.21 |
| HSL | 111.43º | 0.54% | 0.55% | - |
| HSV(B) | 111.43º | 0.62% | 0.79% | - |
| XYZ | 27.04 | 45.14 | 14.13 | - |
| YUV | 155.34 | 83.22 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 76 | 0.53 | 0 | 0.62 | 0.21 | 111.43 | 0.54 | 0.55 |
| Hex | 5E | CA | 4C | 35 | 0 | 3E | 15 | 6F | 36 | 37 |
| Octal | 136 | 312 | 114 | 65 | 0 | 76 | 25 | 157 | 66 | 67 |
| Binary | 1011110 | 11001010 | 1001100 | 110101 | 0 | 111110 | 10101 | 1101111 | 110110 | 110111 |
Color Harmonies of #5ECA4C
Complementary color
Monochromatic Colors of #5ECA4C
Black with #5ECA4C
Text Example
Text Example
White with #5ECA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECA4C; }
p { color: rgb(94,202,76); }
H1.HeaderClassName
{
color: #5ECA4C;
}
.AnyTagClassName
{
color: #5ECA4C;
}
</style>
background-color css
<style>
a { background-color: #5ECA4C; }
a { background-color: rgb(94,202,76); }
div.DivClassName
{
background-color: #5ECA4C;
}
.BgClassName
{
background-color: #5ECA4C;
}
</style>
border-color css
<style>
span { border-color: #5ECA4C; }
span { border-color: rgb(94,202,76); }
td.TdClassName
{
border-color: #5ECA4C;
}
.TagClassName
{
border-color: #5ECA4C;
}
</style>