Shades of Apple #5EC34F
Tints of Apple #5EC34F
RGB
CMYK
RGB Variations
Color information
#5EC34F (or 0x5EC34F) is known color: Apple. HEX triplet: 5E, C3 and 4F. RGB value is (94,195,79). Sum of RGB (Red+Green+Blue) = 94+195+79=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EC34F is #A13CB0. Grayscale: #979797. Windows color (decimal): -10566833 or 5227358. OLE color: 5227358.
HSL color Cylindrical-coordinate representation of color #5EC34F: hue angle of 112.24º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EC34F is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 195 | 79 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.24 |
| HSL | 112.24º | 0.49% | 0.54% | - |
| HSV(B) | 112.24º | 0.59% | 0.76% | - |
| XYZ | 25.54 | 41.97 | 14.15 | - |
| YUV | 151.58 | 87.04 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 195 | 79 | 0.52 | 0 | 0.59 | 0.24 | 112.24 | 0.49 | 0.54 |
| Hex | 5E | C3 | 4F | 34 | 0 | 3B | 18 | 70 | 31 | 36 |
| Octal | 136 | 303 | 117 | 64 | 0 | 73 | 30 | 160 | 61 | 66 |
| Binary | 1011110 | 11000011 | 1001111 | 110100 | 0 | 111011 | 11000 | 1110000 | 110001 | 110110 |
Color Harmonies of #5EC34F
Complementary color
Monochromatic Colors of #5EC34F
Black with #5EC34F
Text Example
Text Example
White with #5EC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC34F; }
p { color: rgb(94,195,79); }
H1.HeaderClassName
{
color: #5EC34F;
}
.AnyTagClassName
{
color: #5EC34F;
}
</style>
background-color css
<style>
a { background-color: #5EC34F; }
a { background-color: rgb(94,195,79); }
div.DivClassName
{
background-color: #5EC34F;
}
.BgClassName
{
background-color: #5EC34F;
}
</style>
border-color css
<style>
span { border-color: #5EC34F; }
span { border-color: rgb(94,195,79); }
td.TdClassName
{
border-color: #5EC34F;
}
.TagClassName
{
border-color: #5EC34F;
}
</style>