Shades of Malachite #0EF73D
Tints of Malachite #0EF73D
RGB
CMYK
RGB Variations
Color information
#0EF73D (or 0x0EF73D) is known color: Malachite. HEX triplet: 0E, F7 and 3D. RGB value is (14,247,61). Sum of RGB (Red+Green+Blue) = 14+247+61=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 247 (96.88% from 255 or 76.71% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF73D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF73D is #F108C2. Grayscale: #9C9C9C. Windows color (decimal): -15796419 or 4060942. OLE color: 4060942.
HSL color Cylindrical-coordinate representation of color #0EF73D: hue angle of 132.1º 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 #0EF73D is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 247 | 61 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.03 |
| HSL | 132.1º | 0.94% | 0.51% | - |
| HSV(B) | 132.1º | 0.94% | 0.97% | - |
| XYZ | 34.28 | 66.95 | 15.53 | - |
| YUV | 156.13 | 74.31 | 26.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 247 | 61 | 0.94 | 0 | 0.75 | 0.03 | 132.1 | 0.94 | 0.51 |
| Hex | E | F7 | 3D | 5E | 0 | 4B | 3 | 84 | 5E | 33 |
| Octal | 16 | 367 | 75 | 136 | 0 | 113 | 3 | 204 | 136 | 63 |
| Binary | 1110 | 11110111 | 111101 | 1011110 | 0 | 1001011 | 11 | 10000100 | 1011110 | 110011 |
Color Harmonies of #0EF73D
Complementary color
Monochromatic Colors of #0EF73D
Black with #0EF73D
Text Example
Text Example
White with #0EF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF73D; }
p { color: rgb(14,247,61); }
H1.HeaderClassName
{
color: #0EF73D;
}
.AnyTagClassName
{
color: #0EF73D;
}
</style>
background-color css
<style>
a { background-color: #0EF73D; }
a { background-color: rgb(14,247,61); }
div.DivClassName
{
background-color: #0EF73D;
}
.BgClassName
{
background-color: #0EF73D;
}
</style>
border-color css
<style>
span { border-color: #0EF73D; }
span { border-color: rgb(14,247,61); }
td.TdClassName
{
border-color: #0EF73D;
}
.TagClassName
{
border-color: #0EF73D;
}
</style>