Shades of Malachite #21DA5C
Tints of Malachite #21DA5C
RGB
CMYK
RGB Variations
Color information
#21DA5C (or 0x21DA5C) is known color: Malachite. HEX triplet: 21, DA and 5C. RGB value is (33,218,92). Sum of RGB (Red+Green+Blue) = 33+218+92=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DA5C is #DE25A3. Grayscale: #949494. Windows color (decimal): -14558628 or 6085153. OLE color: 6085153.
HSL color Cylindrical-coordinate representation of color #21DA5C: hue angle of 139.14º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DA5C is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 92 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.15 |
| HSL | 139.14º | 0.74% | 0.49% | - |
| HSV(B) | 139.14º | 0.85% | 0.85% | - |
| XYZ | 27.63 | 51.24 | 18.56 | - |
| YUV | 148.32 | 96.21 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 92 | 0.85 | 0 | 0.58 | 0.15 | 139.14 | 0.74 | 0.49 |
| Hex | 21 | DA | 5C | 55 | 0 | 3A | F | 8B | 4A | 31 |
| Octal | 41 | 332 | 134 | 125 | 0 | 72 | 17 | 213 | 112 | 61 |
| Binary | 100001 | 11011010 | 1011100 | 1010101 | 0 | 111010 | 1111 | 10001011 | 1001010 | 110001 |
Color Harmonies of #21DA5C
Complementary color
Monochromatic Colors of #21DA5C
Black with #21DA5C
Text Example
Text Example
White with #21DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DA5C; }
p { color: rgb(33,218,92); }
H1.HeaderClassName
{
color: #21DA5C;
}
.AnyTagClassName
{
color: #21DA5C;
}
</style>
background-color css
<style>
a { background-color: #21DA5C; }
a { background-color: rgb(33,218,92); }
div.DivClassName
{
background-color: #21DA5C;
}
.BgClassName
{
background-color: #21DA5C;
}
</style>
border-color css
<style>
span { border-color: #21DA5C; }
span { border-color: rgb(33,218,92); }
td.TdClassName
{
border-color: #21DA5C;
}
.TagClassName
{
border-color: #21DA5C;
}
</style>