Shades of Malachite #01EE40
Tints of Malachite #01EE40
RGB
CMYK
RGB Variations
Color information
#01EE40 (or 0x01EE40) is known color: Malachite. HEX triplet: 01, EE and 40. RGB value is (1,238,64). Sum of RGB (Red+Green+Blue) = 1+238+64=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 238 (93.36% from 255 or 78.55% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EE40 is #FE11BF. Grayscale: #939393. Windows color (decimal): -16650688 or 4255233. OLE color: 4255233.
HSL color Cylindrical-coordinate representation of color #01EE40: hue angle of 135.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EE40 is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 64 | - |
| CMYK | 1.00 | 0 | 0.73 | 0.07 |
| HSL | 135.95º | 0.99% | 0.47% | - |
| HSV(B) | 135.95º | 1% | 0.93% | - |
| XYZ | 31.51 | 61.53 | 15.07 | - |
| YUV | 147.3 | 80.98 | 23.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 64 | 1.00 | 0 | 0.73 | 0.07 | 135.95 | 0.99 | 0.47 |
| Hex | 1 | EE | 40 | 64 | 0 | 49 | 7 | 88 | 63 | 2F |
| Octal | 1 | 356 | 100 | 144 | 0 | 111 | 7 | 210 | 143 | 57 |
| Binary | 1 | 11101110 | 1000000 | 1100100 | 0 | 1001001 | 111 | 10001000 | 1100011 | 101111 |
Color Harmonies of #01EE40
Complementary color
Monochromatic Colors of #01EE40
Black with #01EE40
Text Example
Text Example
White with #01EE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EE40; }
p { color: rgb(1,238,64); }
H1.HeaderClassName
{
color: #01EE40;
}
.AnyTagClassName
{
color: #01EE40;
}
</style>
background-color css
<style>
a { background-color: #01EE40; }
a { background-color: rgb(1,238,64); }
div.DivClassName
{
background-color: #01EE40;
}
.BgClassName
{
background-color: #01EE40;
}
</style>
border-color css
<style>
span { border-color: #01EE40; }
span { border-color: rgb(1,238,64); }
td.TdClassName
{
border-color: #01EE40;
}
.TagClassName
{
border-color: #01EE40;
}
</style>