Shades of Malachite #21D461
Tints of Malachite #21D461
RGB
CMYK
RGB Variations
Color information
#21D461 (or 0x21D461) is known color: Malachite. HEX triplet: 21, D4 and 61. RGB value is (33,212,97). Sum of RGB (Red+Green+Blue) = 33+212+97=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 212 (83.20% from 255 or 61.99% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 212 - color contains mainly: green. Hex color #21D461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D461 is #DE2B9E. Grayscale: #919191. Windows color (decimal): -14560159 or 6411297. OLE color: 6411297.
HSL color Cylindrical-coordinate representation of color #21D461: hue angle of 141.45º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D461 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 97 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.17 |
| HSL | 141.45º | 0.73% | 0.48% | - |
| HSV(B) | 141.45º | 0.84% | 0.83% | - |
| XYZ | 26.33 | 48.27 | 19.24 | - |
| YUV | 145.37 | 100.7 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 97 | 0.84 | 0 | 0.54 | 0.17 | 141.45 | 0.73 | 0.48 |
| Hex | 21 | D4 | 61 | 54 | 0 | 36 | 11 | 8D | 49 | 30 |
| Octal | 41 | 324 | 141 | 124 | 0 | 66 | 21 | 215 | 111 | 60 |
| Binary | 100001 | 11010100 | 1100001 | 1010100 | 0 | 110110 | 10001 | 10001101 | 1001001 | 110000 |
Color Harmonies of #21D461
Complementary color
Monochromatic Colors of #21D461
Black with #21D461
Text Example
Text Example
White with #21D461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D461; }
p { color: rgb(33,212,97); }
H1.HeaderClassName
{
color: #21D461;
}
.AnyTagClassName
{
color: #21D461;
}
</style>
background-color css
<style>
a { background-color: #21D461; }
a { background-color: rgb(33,212,97); }
div.DivClassName
{
background-color: #21D461;
}
.BgClassName
{
background-color: #21D461;
}
</style>
border-color css
<style>
span { border-color: #21D461; }
span { border-color: rgb(33,212,97); }
td.TdClassName
{
border-color: #21D461;
}
.TagClassName
{
border-color: #21D461;
}
</style>