Shades of Malachite #21DF6B
Tints of Malachite #21DF6B
RGB
CMYK
RGB Variations
Color information
#21DF6B (or 0x21DF6B) is known color: Malachite. HEX triplet: 21, DF and 6B. RGB value is (33,223,107). Sum of RGB (Red+Green+Blue) = 33+223+107=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DF6B is #DE2094. Grayscale: #999999. Windows color (decimal): -14557333 or 7069473. OLE color: 7069473.
HSL color Cylindrical-coordinate representation of color #21DF6B: hue angle of 143.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DF6B is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 107 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.13 |
| HSL | 143.37º | 0.75% | 0.5% | - |
| HSV(B) | 143.37º | 0.85% | 0.87% | - |
| XYZ | 29.67 | 54.16 | 22.8 | - |
| YUV | 152.97 | 102.05 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 107 | 0.85 | 0 | 0.52 | 0.13 | 143.37 | 0.75 | 0.5 |
| Hex | 21 | DF | 6B | 55 | 0 | 34 | D | 8F | 4B | 32 |
| Octal | 41 | 337 | 153 | 125 | 0 | 64 | 15 | 217 | 113 | 62 |
| Binary | 100001 | 11011111 | 1101011 | 1010101 | 0 | 110100 | 1101 | 10001111 | 1001011 | 110010 |
Color Harmonies of #21DF6B
Complementary color
Monochromatic Colors of #21DF6B
Black with #21DF6B
Text Example
Text Example
White with #21DF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF6B; }
p { color: rgb(33,223,107); }
H1.HeaderClassName
{
color: #21DF6B;
}
.AnyTagClassName
{
color: #21DF6B;
}
</style>
background-color css
<style>
a { background-color: #21DF6B; }
a { background-color: rgb(33,223,107); }
div.DivClassName
{
background-color: #21DF6B;
}
.BgClassName
{
background-color: #21DF6B;
}
</style>
border-color css
<style>
span { border-color: #21DF6B; }
span { border-color: rgb(33,223,107); }
td.TdClassName
{
border-color: #21DF6B;
}
.TagClassName
{
border-color: #21DF6B;
}
</style>