Shades of Malachite #21DC6C
Tints of Malachite #21DC6C
RGB
CMYK
RGB Variations
Color information
#21DC6C (or 0x21DC6C) is known color: Malachite. HEX triplet: 21, DC and 6C. RGB value is (33,220,108). Sum of RGB (Red+Green+Blue) = 33+220+108=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DC6C is #DE2393. Grayscale: #979797. Windows color (decimal): -14558100 or 7134241. OLE color: 7134241.
HSL color Cylindrical-coordinate representation of color #21DC6C: hue angle of 144.06º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DC6C is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 108 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.14 |
| HSL | 144.06º | 0.74% | 0.5% | - |
| HSV(B) | 144.06º | 0.85% | 0.86% | - |
| XYZ | 28.93 | 52.59 | 22.81 | - |
| YUV | 151.32 | 103.55 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 108 | 0.85 | 0 | 0.51 | 0.14 | 144.06 | 0.74 | 0.5 |
| Hex | 21 | DC | 6C | 55 | 0 | 33 | E | 90 | 4A | 32 |
| Octal | 41 | 334 | 154 | 125 | 0 | 63 | 16 | 220 | 112 | 62 |
| Binary | 100001 | 11011100 | 1101100 | 1010101 | 0 | 110011 | 1110 | 10010000 | 1001010 | 110010 |
Color Harmonies of #21DC6C
Complementary color
Monochromatic Colors of #21DC6C
Black with #21DC6C
Text Example
Text Example
White with #21DC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DC6C; }
p { color: rgb(33,220,108); }
H1.HeaderClassName
{
color: #21DC6C;
}
.AnyTagClassName
{
color: #21DC6C;
}
</style>
background-color css
<style>
a { background-color: #21DC6C; }
a { background-color: rgb(33,220,108); }
div.DivClassName
{
background-color: #21DC6C;
}
.BgClassName
{
background-color: #21DC6C;
}
</style>
border-color css
<style>
span { border-color: #21DC6C; }
span { border-color: rgb(33,220,108); }
td.TdClassName
{
border-color: #21DC6C;
}
.TagClassName
{
border-color: #21DC6C;
}
</style>