Shades of Apple #5ECD53
Tints of Apple #5ECD53
RGB
CMYK
RGB Variations
Color information
#5ECD53 (or 0x5ECD53) is known color: Apple. HEX triplet: 5E, CD and 53. RGB value is (94,205,83). Sum of RGB (Red+Green+Blue) = 94+205+83=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECD53 is #A132AC. Grayscale: #9E9E9E. Windows color (decimal): -10564269 or 5492062. OLE color: 5492062.
HSL color Cylindrical-coordinate representation of color #5ECD53: hue angle of 114.59º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ECD53 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 83 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.20 |
| HSL | 114.59º | 0.55% | 0.56% | - |
| HSV(B) | 114.59º | 0.6% | 0.8% | - |
| XYZ | 28.01 | 46.67 | 15.72 | - |
| YUV | 157.9 | 85.73 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 83 | 0.54 | 0 | 0.60 | 0.20 | 114.59 | 0.55 | 0.56 |
| Hex | 5E | CD | 53 | 36 | 0 | 3C | 14 | 73 | 37 | 38 |
| Octal | 136 | 315 | 123 | 66 | 0 | 74 | 24 | 163 | 67 | 70 |
| Binary | 1011110 | 11001101 | 1010011 | 110110 | 0 | 111100 | 10100 | 1110011 | 110111 | 111000 |
Color Harmonies of #5ECD53
Complementary color
Monochromatic Colors of #5ECD53
Black with #5ECD53
Text Example
Text Example
White with #5ECD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECD53; }
p { color: rgb(94,205,83); }
H1.HeaderClassName
{
color: #5ECD53;
}
.AnyTagClassName
{
color: #5ECD53;
}
</style>
background-color css
<style>
a { background-color: #5ECD53; }
a { background-color: rgb(94,205,83); }
div.DivClassName
{
background-color: #5ECD53;
}
.BgClassName
{
background-color: #5ECD53;
}
</style>
border-color css
<style>
span { border-color: #5ECD53; }
span { border-color: rgb(94,205,83); }
td.TdClassName
{
border-color: #5ECD53;
}
.TagClassName
{
border-color: #5ECD53;
}
</style>