Shades of Malachite #0EFF47
Tints of Malachite #0EFF47
RGB
CMYK
RGB Variations
Color information
#0EFF47 (or 0x0EFF47) is known color: Malachite. HEX triplet: 0E, FF and 47. RGB value is (14,255,71). Sum of RGB (Red+Green+Blue) = 14+255+71=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 255 (100% from 255 or 75% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFF47 is #F100B8. Grayscale: #A2A2A2. Windows color (decimal): -15794361 or 4718350. OLE color: 4718350.
HSL color Cylindrical-coordinate representation of color #0EFF47: hue angle of 134.19º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF47 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 71 | - |
| CMYK | 0.95 | 0 | 0.72 | 0 |
| HSL | 134.19º | 1% | 0.53% | - |
| HSV(B) | 134.19º | 0.95% | 1% | - |
| XYZ | 37.08 | 72.07 | 17.92 | - |
| YUV | 161.97 | 76.66 | 22.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 71 | 0.95 | 0 | 0.72 | 0 | 134.19 | 1 | 0.53 |
| Hex | E | FF | 47 | 5F | 0 | 48 | 0 | 86 | 64 | 35 |
| Octal | 16 | 377 | 107 | 137 | 0 | 110 | 0 | 206 | 144 | 65 |
| Binary | 1110 | 11111111 | 1000111 | 1011111 | 0 | 1001000 | 0 | 10000110 | 1100100 | 110101 |
Color Harmonies of #0EFF47
Complementary color
Monochromatic Colors of #0EFF47
Black with #0EFF47
Text Example
Text Example
White with #0EFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF47; }
p { color: rgb(14,255,71); }
H1.HeaderClassName
{
color: #0EFF47;
}
.AnyTagClassName
{
color: #0EFF47;
}
</style>
background-color css
<style>
a { background-color: #0EFF47; }
a { background-color: rgb(14,255,71); }
div.DivClassName
{
background-color: #0EFF47;
}
.BgClassName
{
background-color: #0EFF47;
}
</style>
border-color css
<style>
span { border-color: #0EFF47; }
span { border-color: rgb(14,255,71); }
td.TdClassName
{
border-color: #0EFF47;
}
.TagClassName
{
border-color: #0EFF47;
}
</style>