Shades of Malachite #21D951
Tints of Malachite #21D951
RGB
CMYK
RGB Variations
Color information
#21D951 (or 0x21D951) is known color: Malachite. HEX triplet: 21, D9 and 51. RGB value is (33,217,81). Sum of RGB (Red+Green+Blue) = 33+217+81=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 217 (85.16% from 255 or 65.56% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 217 - color contains mainly: green. Hex color #21D951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D951 is #DE26AE. Grayscale: #929292. Windows color (decimal): -14558895 or 5364001. OLE color: 5364001.
HSL color Cylindrical-coordinate representation of color #21D951: hue angle of 135.65º 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 #21D951 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 81 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.15 |
| HSL | 135.65º | 0.74% | 0.49% | - |
| HSV(B) | 135.65º | 0.85% | 0.85% | - |
| XYZ | 26.93 | 50.54 | 16.12 | - |
| YUV | 146.48 | 91.04 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 81 | 0.85 | 0 | 0.63 | 0.15 | 135.65 | 0.74 | 0.49 |
| Hex | 21 | D9 | 51 | 55 | 0 | 3F | F | 88 | 4A | 31 |
| Octal | 41 | 331 | 121 | 125 | 0 | 77 | 17 | 210 | 112 | 61 |
| Binary | 100001 | 11011001 | 1010001 | 1010101 | 0 | 111111 | 1111 | 10001000 | 1001010 | 110001 |
Color Harmonies of #21D951
Complementary color
Monochromatic Colors of #21D951
Black with #21D951
Text Example
Text Example
White with #21D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D951; }
p { color: rgb(33,217,81); }
H1.HeaderClassName
{
color: #21D951;
}
.AnyTagClassName
{
color: #21D951;
}
</style>
background-color css
<style>
a { background-color: #21D951; }
a { background-color: rgb(33,217,81); }
div.DivClassName
{
background-color: #21D951;
}
.BgClassName
{
background-color: #21D951;
}
</style>
border-color css
<style>
span { border-color: #21D951; }
span { border-color: rgb(33,217,81); }
td.TdClassName
{
border-color: #21D951;
}
.TagClassName
{
border-color: #21D951;
}
</style>