Shades of Apple #5ECD3F
Tints of Apple #5ECD3F
RGB
CMYK
RGB Variations
Color information
#5ECD3F (or 0x5ECD3F) is known color: Apple. HEX triplet: 5E, CD and 3F. RGB value is (94,205,63). Sum of RGB (Red+Green+Blue) = 94+205+63=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #5ECD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECD3F is #A132C0. Grayscale: #9C9C9C. Windows color (decimal): -10564289 or 4181342. OLE color: 4181342.
HSL color Cylindrical-coordinate representation of color #5ECD3F: hue angle of 106.9º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ECD3F is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 205 | 63 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.20 |
| HSL | 106.9º | 0.59% | 0.53% | - |
| HSV(B) | 106.9º | 0.69% | 0.8% | - |
| XYZ | 27.34 | 46.4 | 12.22 | - |
| YUV | 155.62 | 75.73 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 205 | 63 | 0.54 | 0 | 0.69 | 0.20 | 106.9 | 0.59 | 0.53 |
| Hex | 5E | CD | 3F | 36 | 0 | 45 | 14 | 6B | 3B | 35 |
| Octal | 136 | 315 | 77 | 66 | 0 | 105 | 24 | 153 | 73 | 65 |
| Binary | 1011110 | 11001101 | 111111 | 110110 | 0 | 1000101 | 10100 | 1101011 | 111011 | 110101 |
Color Harmonies of #5ECD3F
Complementary color
Monochromatic Colors of #5ECD3F
Black with #5ECD3F
Text Example
Text Example
White with #5ECD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECD3F; }
p { color: rgb(94,205,63); }
H1.HeaderClassName
{
color: #5ECD3F;
}
.AnyTagClassName
{
color: #5ECD3F;
}
</style>
background-color css
<style>
a { background-color: #5ECD3F; }
a { background-color: rgb(94,205,63); }
div.DivClassName
{
background-color: #5ECD3F;
}
.BgClassName
{
background-color: #5ECD3F;
}
</style>
border-color css
<style>
span { border-color: #5ECD3F; }
span { border-color: rgb(94,205,63); }
td.TdClassName
{
border-color: #5ECD3F;
}
.TagClassName
{
border-color: #5ECD3F;
}
</style>