Shades of Malachite #0EFF41
Tints of Malachite #0EFF41
RGB
CMYK
RGB Variations
Color information
#0EFF41 (or 0x0EFF41) is known color: Malachite. HEX triplet: 0E, FF and 41. RGB value is (14,255,65). Sum of RGB (Red+Green+Blue) = 14+255+65=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EFF41 is #F100BE. Grayscale: #A1A1A1. Windows color (decimal): -15794367 or 4325134. OLE color: 4325134.
HSL color Cylindrical-coordinate representation of color #0EFF41: hue angle of 132.7º 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 #0EFF41 is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 65 | - |
| CMYK | 0.95 | 0 | 0.75 | 0 |
| HSL | 132.7º | 1% | 0.53% | - |
| HSV(B) | 132.7º | 0.95% | 1% | - |
| XYZ | 36.9 | 72 | 16.95 | - |
| YUV | 161.28 | 73.66 | 22.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 65 | 0.95 | 0 | 0.75 | 0 | 132.7 | 1 | 0.53 |
| Hex | E | FF | 41 | 5F | 0 | 4B | 0 | 85 | 64 | 35 |
| Octal | 16 | 377 | 101 | 137 | 0 | 113 | 0 | 205 | 144 | 65 |
| Binary | 1110 | 11111111 | 1000001 | 1011111 | 0 | 1001011 | 0 | 10000101 | 1100100 | 110101 |
Color Harmonies of #0EFF41
Complementary color
Monochromatic Colors of #0EFF41
Black with #0EFF41
Text Example
Text Example
White with #0EFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF41; }
p { color: rgb(14,255,65); }
H1.HeaderClassName
{
color: #0EFF41;
}
.AnyTagClassName
{
color: #0EFF41;
}
</style>
background-color css
<style>
a { background-color: #0EFF41; }
a { background-color: rgb(14,255,65); }
div.DivClassName
{
background-color: #0EFF41;
}
.BgClassName
{
background-color: #0EFF41;
}
</style>
border-color css
<style>
span { border-color: #0EFF41; }
span { border-color: rgb(14,255,65); }
td.TdClassName
{
border-color: #0EFF41;
}
.TagClassName
{
border-color: #0EFF41;
}
</style>