Shades of Malachite #01DE50
Tints of Malachite #01DE50
RGB
CMYK
RGB Variations
Color information
#01DE50 (or 0x01DE50) is known color: Malachite. HEX triplet: 01, DE and 50. RGB value is (1,222,80). Sum of RGB (Red+Green+Blue) = 1+222+80=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 222 (87.11% from 255 or 73.27% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DE50 is #FE21AF. Grayscale: #8C8C8C. Windows color (decimal): -16654768 or 5299713. OLE color: 5299713.
HSL color Cylindrical-coordinate representation of color #01DE50: hue angle of 141.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DE50 is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 222 | 80 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.13 |
| HSL | 141.45º | 0.99% | 0.44% | - |
| HSV(B) | 141.45º | 1% | 0.87% | - |
| XYZ | 27.58 | 52.83 | 16.33 | - |
| YUV | 139.73 | 94.28 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 222 | 80 | 1.00 | 0 | 0.64 | 0.13 | 141.45 | 0.99 | 0.44 |
| Hex | 1 | DE | 50 | 64 | 0 | 40 | D | 8D | 63 | 2C |
| Octal | 1 | 336 | 120 | 144 | 0 | 100 | 15 | 215 | 143 | 54 |
| Binary | 1 | 11011110 | 1010000 | 1100100 | 0 | 1000000 | 1101 | 10001101 | 1100011 | 101100 |
Color Harmonies of #01DE50
Complementary color
Monochromatic Colors of #01DE50
Black with #01DE50
Text Example
Text Example
White with #01DE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DE50; }
p { color: rgb(1,222,80); }
H1.HeaderClassName
{
color: #01DE50;
}
.AnyTagClassName
{
color: #01DE50;
}
</style>
background-color css
<style>
a { background-color: #01DE50; }
a { background-color: rgb(1,222,80); }
div.DivClassName
{
background-color: #01DE50;
}
.BgClassName
{
background-color: #01DE50;
}
</style>
border-color css
<style>
span { border-color: #01DE50; }
span { border-color: rgb(1,222,80); }
td.TdClassName
{
border-color: #01DE50;
}
.TagClassName
{
border-color: #01DE50;
}
</style>