Shades of Malachite #21D152
Tints of Malachite #21D152
RGB
CMYK
RGB Variations
Color information
#21D152 (or 0x21D152) is known color: Malachite. HEX triplet: 21, D1 and 52. RGB value is (33,209,82). Sum of RGB (Red+Green+Blue) = 33+209+82=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #21D152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21D152 is #DE2EAD. Grayscale: #8E8E8E. Windows color (decimal): -14560942 or 5427489. OLE color: 5427489.
HSL color Cylindrical-coordinate representation of color #21D152: hue angle of 136.7º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D152 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 209 | 82 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.18 |
| HSL | 136.7º | 0.73% | 0.47% | - |
| HSV(B) | 136.7º | 0.84% | 0.82% | - |
| XYZ | 24.95 | 46.53 | 15.65 | - |
| YUV | 141.9 | 94.19 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 209 | 82 | 0.84 | 0 | 0.61 | 0.18 | 136.7 | 0.73 | 0.47 |
| Hex | 21 | D1 | 52 | 54 | 0 | 3D | 12 | 89 | 49 | 2F |
| Octal | 41 | 321 | 122 | 124 | 0 | 75 | 22 | 211 | 111 | 57 |
| Binary | 100001 | 11010001 | 1010010 | 1010100 | 0 | 111101 | 10010 | 10001001 | 1001001 | 101111 |
Color Harmonies of #21D152
Complementary color
Monochromatic Colors of #21D152
Black with #21D152
Text Example
Text Example
White with #21D152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D152; }
p { color: rgb(33,209,82); }
H1.HeaderClassName
{
color: #21D152;
}
.AnyTagClassName
{
color: #21D152;
}
</style>
background-color css
<style>
a { background-color: #21D152; }
a { background-color: rgb(33,209,82); }
div.DivClassName
{
background-color: #21D152;
}
.BgClassName
{
background-color: #21D152;
}
</style>
border-color css
<style>
span { border-color: #21D152; }
span { border-color: rgb(33,209,82); }
td.TdClassName
{
border-color: #21D152;
}
.TagClassName
{
border-color: #21D152;
}
</style>