Shades of Malachite #01EF34
Tints of Malachite #01EF34
RGB
CMYK
RGB Variations
Color information
#01EF34 (or 0x01EF34) is known color: Malachite. HEX triplet: 01, EF and 34. RGB value is (1,239,52). Sum of RGB (Red+Green+Blue) = 1+239+52=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 239 (93.75% from 255 or 81.85% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EF34 is #FE10CB. Grayscale: #939393. Windows color (decimal): -16650444 or 3469057. OLE color: 3469057.
HSL color Cylindrical-coordinate representation of color #01EF34: hue angle of 132.86º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EF34 is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 52 | - |
| CMYK | 1.00 | 0 | 0.78 | 0.06 |
| HSL | 132.86º | 0.99% | 0.47% | - |
| HSV(B) | 132.86º | 1% | 0.94% | - |
| XYZ | 31.5 | 61.99 | 13.55 | - |
| YUV | 146.52 | 74.65 | 24.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 52 | 1.00 | 0 | 0.78 | 0.06 | 132.86 | 0.99 | 0.47 |
| Hex | 1 | EF | 34 | 64 | 0 | 4E | 6 | 85 | 63 | 2F |
| Octal | 1 | 357 | 64 | 144 | 0 | 116 | 6 | 205 | 143 | 57 |
| Binary | 1 | 11101111 | 110100 | 1100100 | 0 | 1001110 | 110 | 10000101 | 1100011 | 101111 |
Color Harmonies of #01EF34
Complementary color
Monochromatic Colors of #01EF34
Black with #01EF34
Text Example
Text Example
White with #01EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EF34; }
p { color: rgb(1,239,52); }
H1.HeaderClassName
{
color: #01EF34;
}
.AnyTagClassName
{
color: #01EF34;
}
</style>
background-color css
<style>
a { background-color: #01EF34; }
a { background-color: rgb(1,239,52); }
div.DivClassName
{
background-color: #01EF34;
}
.BgClassName
{
background-color: #01EF34;
}
</style>
border-color css
<style>
span { border-color: #01EF34; }
span { border-color: rgb(1,239,52); }
td.TdClassName
{
border-color: #01EF34;
}
.TagClassName
{
border-color: #01EF34;
}
</style>