Shades of Malachite #00DC39
Tints of Malachite #00DC39
RGB
CMYK
RGB Variations
Color information
#00DC39 (or 0x00DC39) is known color: Malachite. HEX triplet: 00, DC and 39. RGB value is (0,220,57). Sum of RGB (Red+Green+Blue) = 0+220+57=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 220 (86.33% from 255 or 79.42% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 220 - color contains mainly: green. Hex color #00DC39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DC39 is #FF23C6. Grayscale: #888888. Windows color (decimal): -16720839 or 3791872. OLE color: 3791872.
HSL color Cylindrical-coordinate representation of color #00DC39: hue angle of 135.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DC39 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 57 | - |
| CMYK | 1 | 0 | 0.74 | 0.14 |
| HSL | 135.55º | 1% | 0.43% | - |
| HSV(B) | 135.55º | 1% | 0.86% | - |
| XYZ | 26.33 | 51.48 | 12.42 | - |
| YUV | 135.64 | 83.61 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 57 | 1 | 0 | 0.74 | 0.14 | 135.55 | 1 | 0.43 |
| Hex | 0 | DC | 39 | 64 | 0 | 4A | E | 88 | 64 | 2B |
| Octal | 0 | 334 | 71 | 144 | 0 | 112 | 16 | 210 | 144 | 53 |
| Binary | 0 | 11011100 | 111001 | 1100100 | 0 | 1001010 | 1110 | 10001000 | 1100100 | 101011 |
Color Harmonies of #00DC39
Complementary color
Monochromatic Colors of #00DC39
Black with #00DC39
Text Example
Text Example
White with #00DC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DC39; }
p { color: rgb(0,220,57); }
H1.HeaderClassName
{
color: #00DC39;
}
.AnyTagClassName
{
color: #00DC39;
}
</style>
background-color css
<style>
a { background-color: #00DC39; }
a { background-color: rgb(0,220,57); }
div.DivClassName
{
background-color: #00DC39;
}
.BgClassName
{
background-color: #00DC39;
}
</style>
border-color css
<style>
span { border-color: #00DC39; }
span { border-color: rgb(0,220,57); }
td.TdClassName
{
border-color: #00DC39;
}
.TagClassName
{
border-color: #00DC39;
}
</style>