Shades of Malachite #21DB6E
Tints of Malachite #21DB6E
RGB
CMYK
RGB Variations
Color information
#21DB6E (or 0x21DB6E) is known color: Malachite. HEX triplet: 21, DB and 6E. RGB value is (33,219,110). Sum of RGB (Red+Green+Blue) = 33+219+110=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #21DB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DB6E is #DE2491. Grayscale: #979797. Windows color (decimal): -14558354 or 7265057. OLE color: 7265057.
HSL color Cylindrical-coordinate representation of color #21DB6E: hue angle of 144.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DB6E is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 110 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.14 |
| HSL | 144.84º | 0.74% | 0.49% | - |
| HSV(B) | 144.84º | 0.85% | 0.86% | - |
| XYZ | 28.77 | 52.11 | 23.29 | - |
| YUV | 150.96 | 104.88 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 110 | 0.85 | 0 | 0.50 | 0.14 | 144.84 | 0.74 | 0.49 |
| Hex | 21 | DB | 6E | 55 | 0 | 32 | E | 91 | 4A | 31 |
| Octal | 41 | 333 | 156 | 125 | 0 | 62 | 16 | 221 | 112 | 61 |
| Binary | 100001 | 11011011 | 1101110 | 1010101 | 0 | 110010 | 1110 | 10010001 | 1001010 | 110001 |
Color Harmonies of #21DB6E
Complementary color
Monochromatic Colors of #21DB6E
Black with #21DB6E
Text Example
Text Example
White with #21DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DB6E; }
p { color: rgb(33,219,110); }
H1.HeaderClassName
{
color: #21DB6E;
}
.AnyTagClassName
{
color: #21DB6E;
}
</style>
background-color css
<style>
a { background-color: #21DB6E; }
a { background-color: rgb(33,219,110); }
div.DivClassName
{
background-color: #21DB6E;
}
.BgClassName
{
background-color: #21DB6E;
}
</style>
border-color css
<style>
span { border-color: #21DB6E; }
span { border-color: rgb(33,219,110); }
td.TdClassName
{
border-color: #21DB6E;
}
.TagClassName
{
border-color: #21DB6E;
}
</style>