Shades of Apple #5ECD4B
Tints of Apple #5ECD4B
RGB
CMYK
RGB Variations
Color information
#5ECD4B (or 0x5ECD4B) is known color: Apple. HEX triplet: 5E, CD and 4B. RGB value is (94,205,75). Sum of RGB (Red+Green+Blue) = 94+205+75=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECD4B is #A132B4. Grayscale: #9D9D9D. Windows color (decimal): -10564277 or 4967774. OLE color: 4967774.
HSL color Cylindrical-coordinate representation of color #5ECD4B: hue angle of 111.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ECD4B is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 75 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.20 |
| HSL | 111.23º | 0.57% | 0.55% | - |
| HSV(B) | 111.23º | 0.63% | 0.8% | - |
| XYZ | 27.72 | 46.55 | 14.18 | - |
| YUV | 156.99 | 81.73 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 75 | 0.54 | 0 | 0.63 | 0.20 | 111.23 | 0.57 | 0.55 |
| Hex | 5E | CD | 4B | 36 | 0 | 3F | 14 | 6F | 39 | 37 |
| Octal | 136 | 315 | 113 | 66 | 0 | 77 | 24 | 157 | 71 | 67 |
| Binary | 1011110 | 11001101 | 1001011 | 110110 | 0 | 111111 | 10100 | 1101111 | 111001 | 110111 |
Color Harmonies of #5ECD4B
Complementary color
Monochromatic Colors of #5ECD4B
Black with #5ECD4B
Text Example
Text Example
White with #5ECD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECD4B; }
p { color: rgb(94,205,75); }
H1.HeaderClassName
{
color: #5ECD4B;
}
.AnyTagClassName
{
color: #5ECD4B;
}
</style>
background-color css
<style>
a { background-color: #5ECD4B; }
a { background-color: rgb(94,205,75); }
div.DivClassName
{
background-color: #5ECD4B;
}
.BgClassName
{
background-color: #5ECD4B;
}
</style>
border-color css
<style>
span { border-color: #5ECD4B; }
span { border-color: rgb(94,205,75); }
td.TdClassName
{
border-color: #5ECD4B;
}
.TagClassName
{
border-color: #5ECD4B;
}
</style>