Shades of Apple #5EC14B
Tints of Apple #5EC14B
RGB
CMYK
RGB Variations
Color information
#5EC14B (or 0x5EC14B) is known color: Apple. HEX triplet: 5E, C1 and 4B. RGB value is (94,193,75). Sum of RGB (Red+Green+Blue) = 94+193+75=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC14B is #A13EB4. Grayscale: #969696. Windows color (decimal): -10567349 or 4964702. OLE color: 4964702.
HSL color Cylindrical-coordinate representation of color #5EC14B: hue angle of 110.34º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EC14B is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 193 | 75 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.24 |
| HSL | 110.34º | 0.49% | 0.53% | - |
| HSV(B) | 110.34º | 0.61% | 0.76% | - |
| XYZ | 24.96 | 41.03 | 13.26 | - |
| YUV | 149.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 75 | 0.51 | 0 | 0.61 | 0.24 | 110.34 | 0.49 | 0.53 |
| Hex | 5E | C1 | 4B | 33 | 0 | 3D | 18 | 6E | 31 | 35 |
| Octal | 136 | 301 | 113 | 63 | 0 | 75 | 30 | 156 | 61 | 65 |
| Binary | 1011110 | 11000001 | 1001011 | 110011 | 0 | 111101 | 11000 | 1101110 | 110001 | 110101 |
Color Harmonies of #5EC14B
Complementary color
Monochromatic Colors of #5EC14B
Black with #5EC14B
Text Example
Text Example
White with #5EC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC14B; }
p { color: rgb(94,193,75); }
H1.HeaderClassName
{
color: #5EC14B;
}
.AnyTagClassName
{
color: #5EC14B;
}
</style>
background-color css
<style>
a { background-color: #5EC14B; }
a { background-color: rgb(94,193,75); }
div.DivClassName
{
background-color: #5EC14B;
}
.BgClassName
{
background-color: #5EC14B;
}
</style>
border-color css
<style>
span { border-color: #5EC14B; }
span { border-color: rgb(94,193,75); }
td.TdClassName
{
border-color: #5EC14B;
}
.TagClassName
{
border-color: #5EC14B;
}
</style>