Shades of Malachite #21DB5B
Tints of Malachite #21DB5B
RGB
CMYK
RGB Variations
Color information
#21DB5B (or 0x21DB5B) is known color: Malachite. HEX triplet: 21, DB and 5B. RGB value is (33,219,91). Sum of RGB (Red+Green+Blue) = 33+219+91=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 219 (85.94% from 255 or 63.85% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 219 - color contains mainly: green. Hex color #21DB5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21DB5B is #DE24A4. Grayscale: #959595. Windows color (decimal): -14558373 or 6019873. OLE color: 6019873.
HSL color Cylindrical-coordinate representation of color #21DB5B: hue angle of 138.71º 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 #21DB5B is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 91 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.14 |
| HSL | 138.71º | 0.74% | 0.49% | - |
| HSV(B) | 138.71º | 0.85% | 0.86% | - |
| XYZ | 27.85 | 51.74 | 18.42 | - |
| YUV | 148.79 | 95.38 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 91 | 0.85 | 0 | 0.58 | 0.14 | 138.71 | 0.74 | 0.49 |
| Hex | 21 | DB | 5B | 55 | 0 | 3A | E | 8B | 4A | 31 |
| Octal | 41 | 333 | 133 | 125 | 0 | 72 | 16 | 213 | 112 | 61 |
| Binary | 100001 | 11011011 | 1011011 | 1010101 | 0 | 111010 | 1110 | 10001011 | 1001010 | 110001 |
Color Harmonies of #21DB5B
Complementary color
Monochromatic Colors of #21DB5B
Black with #21DB5B
Text Example
Text Example
White with #21DB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DB5B; }
p { color: rgb(33,219,91); }
H1.HeaderClassName
{
color: #21DB5B;
}
.AnyTagClassName
{
color: #21DB5B;
}
</style>
background-color css
<style>
a { background-color: #21DB5B; }
a { background-color: rgb(33,219,91); }
div.DivClassName
{
background-color: #21DB5B;
}
.BgClassName
{
background-color: #21DB5B;
}
</style>
border-color css
<style>
span { border-color: #21DB5B; }
span { border-color: rgb(33,219,91); }
td.TdClassName
{
border-color: #21DB5B;
}
.TagClassName
{
border-color: #21DB5B;
}
</style>