Shades of Malachite #00DC62
Tints of Malachite #00DC62
RGB
CMYK
RGB Variations
Color information
#00DC62 (or 0x00DC62) is known color: Malachite. HEX triplet: 00, DC and 62. RGB value is (0,220,98). Sum of RGB (Red+Green+Blue) = 0+220+98=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #00DC62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DC62 is #FF239D. Grayscale: #8C8C8C. Windows color (decimal): -16720798 or 6478848. OLE color: 6478848.
HSL color Cylindrical-coordinate representation of color #00DC62: hue angle of 146.73º 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 #00DC62 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 220 | 98 | - |
| CMYK | 1 | 0 | 0.55 | 0.14 |
| HSL | 146.73º | 1% | 0.43% | - |
| HSV(B) | 146.73º | 1% | 0.86% | - |
| XYZ | 27.8 | 52.07 | 20.14 | - |
| YUV | 140.31 | 104.11 | 27.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 98 | 1 | 0 | 0.55 | 0.14 | 146.73 | 1 | 0.43 |
| Hex | 0 | DC | 62 | 64 | 0 | 37 | E | 93 | 64 | 2B |
| Octal | 0 | 334 | 142 | 144 | 0 | 67 | 16 | 223 | 144 | 53 |
| Binary | 0 | 11011100 | 1100010 | 1100100 | 0 | 110111 | 1110 | 10010011 | 1100100 | 101011 |
Color Harmonies of #00DC62
Complementary color
Monochromatic Colors of #00DC62
Black with #00DC62
Text Example
Text Example
White with #00DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DC62; }
p { color: rgb(0,220,98); }
H1.HeaderClassName
{
color: #00DC62;
}
.AnyTagClassName
{
color: #00DC62;
}
</style>
background-color css
<style>
a { background-color: #00DC62; }
a { background-color: rgb(0,220,98); }
div.DivClassName
{
background-color: #00DC62;
}
.BgClassName
{
background-color: #00DC62;
}
</style>
border-color css
<style>
span { border-color: #00DC62; }
span { border-color: rgb(0,220,98); }
td.TdClassName
{
border-color: #00DC62;
}
.TagClassName
{
border-color: #00DC62;
}
</style>