Shades of Malachite #0EEB33
Tints of Malachite #0EEB33
RGB
CMYK
RGB Variations
Color information
#0EEB33 (or 0x0EEB33) is known color: Malachite. HEX triplet: 0E, EB and 33. RGB value is (14,235,51). Sum of RGB (Red+Green+Blue) = 14+235+51=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 235 (92.19% from 255 or 78.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB33 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEB33 is #F114CC. Grayscale: #949494. Windows color (decimal): -15799501 or 3402510. OLE color: 3402510.
HSL color Cylindrical-coordinate representation of color #0EEB33: hue angle of 130.05º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEB33 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 51 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.08 |
| HSL | 130.05º | 0.89% | 0.49% | - |
| HSV(B) | 130.05º | 0.94% | 0.92% | - |
| XYZ | 30.49 | 59.75 | 13.06 | - |
| YUV | 147.95 | 73.28 | 32.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 51 | 0.94 | 0 | 0.78 | 0.08 | 130.05 | 0.89 | 0.49 |
| Hex | E | EB | 33 | 5E | 0 | 4E | 8 | 82 | 59 | 31 |
| Octal | 16 | 353 | 63 | 136 | 0 | 116 | 10 | 202 | 131 | 61 |
| Binary | 1110 | 11101011 | 110011 | 1011110 | 0 | 1001110 | 1000 | 10000010 | 1011001 | 110001 |
Color Harmonies of #0EEB33
Complementary color
Monochromatic Colors of #0EEB33
Black with #0EEB33
Text Example
Text Example
White with #0EEB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEB33; }
p { color: rgb(14,235,51); }
H1.HeaderClassName
{
color: #0EEB33;
}
.AnyTagClassName
{
color: #0EEB33;
}
</style>
background-color css
<style>
a { background-color: #0EEB33; }
a { background-color: rgb(14,235,51); }
div.DivClassName
{
background-color: #0EEB33;
}
.BgClassName
{
background-color: #0EEB33;
}
</style>
border-color css
<style>
span { border-color: #0EEB33; }
span { border-color: rgb(14,235,51); }
td.TdClassName
{
border-color: #0EEB33;
}
.TagClassName
{
border-color: #0EEB33;
}
</style>