Shades of Malachite #21D06F
Tints of Malachite #21D06F
RGB
CMYK
RGB Variations
Color information
#21D06F (or 0x21D06F) is known color: Malachite. HEX triplet: 21, D0 and 6F. RGB value is (33,208,111). Sum of RGB (Red+Green+Blue) = 33+208+111=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #21D06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D06F is #DE2F90. Grayscale: #909090. Windows color (decimal): -14561169 or 7327777. OLE color: 7327777.
HSL color Cylindrical-coordinate representation of color #21D06F: hue angle of 146.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D06F is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 111 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.18 |
| HSL | 146.74º | 0.73% | 0.47% | - |
| HSV(B) | 146.74º | 0.84% | 0.82% | - |
| XYZ | 26.05 | 46.58 | 22.66 | - |
| YUV | 144.62 | 109.02 | 48.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 111 | 0.84 | 0 | 0.47 | 0.18 | 146.74 | 0.73 | 0.47 |
| Hex | 21 | D0 | 6F | 54 | 0 | 2F | 12 | 93 | 49 | 2F |
| Octal | 41 | 320 | 157 | 124 | 0 | 57 | 22 | 223 | 111 | 57 |
| Binary | 100001 | 11010000 | 1101111 | 1010100 | 0 | 101111 | 10010 | 10010011 | 1001001 | 101111 |
Color Harmonies of #21D06F
Complementary color
Monochromatic Colors of #21D06F
Black with #21D06F
Text Example
Text Example
White with #21D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D06F; }
p { color: rgb(33,208,111); }
H1.HeaderClassName
{
color: #21D06F;
}
.AnyTagClassName
{
color: #21D06F;
}
</style>
background-color css
<style>
a { background-color: #21D06F; }
a { background-color: rgb(33,208,111); }
div.DivClassName
{
background-color: #21D06F;
}
.BgClassName
{
background-color: #21D06F;
}
</style>
border-color css
<style>
span { border-color: #21D06F; }
span { border-color: rgb(33,208,111); }
td.TdClassName
{
border-color: #21D06F;
}
.TagClassName
{
border-color: #21D06F;
}
</style>