Shades of Malachite #01EE53
Tints of Malachite #01EE53
RGB
CMYK
RGB Variations
Color information
#01EE53 (or 0x01EE53) is known color: Malachite. HEX triplet: 01, EE and 53. RGB value is (1,238,83). Sum of RGB (Red+Green+Blue) = 1+238+83=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 238 (93.36% from 255 or 73.91% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE53 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EE53 is #FE11AC. Grayscale: #959595. Windows color (decimal): -16650669 or 5500417. OLE color: 5500417.
HSL color Cylindrical-coordinate representation of color #01EE53: hue angle of 140.76º 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 #01EE53 is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 238 | 83 | - |
| CMYK | 1.00 | 0 | 0.65 | 0.07 |
| HSL | 140.76º | 0.99% | 0.47% | - |
| HSV(B) | 140.76º | 1% | 0.93% | - |
| XYZ | 32.15 | 61.78 | 18.41 | - |
| YUV | 149.47 | 90.48 | 22.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 83 | 1.00 | 0 | 0.65 | 0.07 | 140.76 | 0.99 | 0.47 |
| Hex | 1 | EE | 53 | 64 | 0 | 41 | 7 | 8D | 63 | 2F |
| Octal | 1 | 356 | 123 | 144 | 0 | 101 | 7 | 215 | 143 | 57 |
| Binary | 1 | 11101110 | 1010011 | 1100100 | 0 | 1000001 | 111 | 10001101 | 1100011 | 101111 |
Color Harmonies of #01EE53
Complementary color
Monochromatic Colors of #01EE53
Black with #01EE53
Text Example
Text Example
White with #01EE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EE53; }
p { color: rgb(1,238,83); }
H1.HeaderClassName
{
color: #01EE53;
}
.AnyTagClassName
{
color: #01EE53;
}
</style>
background-color css
<style>
a { background-color: #01EE53; }
a { background-color: rgb(1,238,83); }
div.DivClassName
{
background-color: #01EE53;
}
.BgClassName
{
background-color: #01EE53;
}
</style>
border-color css
<style>
span { border-color: #01EE53; }
span { border-color: rgb(1,238,83); }
td.TdClassName
{
border-color: #01EE53;
}
.TagClassName
{
border-color: #01EE53;
}
</style>