Shades of Malachite #0EF74F
Tints of Malachite #0EF74F
RGB
CMYK
RGB Variations
Color information
#0EF74F (or 0x0EF74F) is known color: Malachite. HEX triplet: 0E, F7 and 4F. RGB value is (14,247,79). Sum of RGB (Red+Green+Blue) = 14+247+79=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 247 (96.88% from 255 or 72.65% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF74F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF74F is #F108B0. Grayscale: #9E9E9E. Windows color (decimal): -15796401 or 5240590. OLE color: 5240590.
HSL color Cylindrical-coordinate representation of color #0EF74F: hue angle of 136.74º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF74F is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 247 | 79 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.03 |
| HSL | 136.74º | 0.94% | 0.51% | - |
| HSV(B) | 136.74º | 0.94% | 0.97% | - |
| XYZ | 34.85 | 67.18 | 18.53 | - |
| YUV | 158.18 | 83.31 | 25.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 247 | 79 | 0.94 | 0 | 0.68 | 0.03 | 136.74 | 0.94 | 0.51 |
| Hex | E | F7 | 4F | 5E | 0 | 44 | 3 | 89 | 5E | 33 |
| Octal | 16 | 367 | 117 | 136 | 0 | 104 | 3 | 211 | 136 | 63 |
| Binary | 1110 | 11110111 | 1001111 | 1011110 | 0 | 1000100 | 11 | 10001001 | 1011110 | 110011 |
Color Harmonies of #0EF74F
Complementary color
Monochromatic Colors of #0EF74F
Black with #0EF74F
Text Example
Text Example
White with #0EF74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF74F; }
p { color: rgb(14,247,79); }
H1.HeaderClassName
{
color: #0EF74F;
}
.AnyTagClassName
{
color: #0EF74F;
}
</style>
background-color css
<style>
a { background-color: #0EF74F; }
a { background-color: rgb(14,247,79); }
div.DivClassName
{
background-color: #0EF74F;
}
.BgClassName
{
background-color: #0EF74F;
}
</style>
border-color css
<style>
span { border-color: #0EF74F; }
span { border-color: rgb(14,247,79); }
td.TdClassName
{
border-color: #0EF74F;
}
.TagClassName
{
border-color: #0EF74F;
}
</style>