Shades of Malachite #21E952
Tints of Malachite #21E952
RGB
CMYK
RGB Variations
Color information
#21E952 (or 0x21E952) is known color: Malachite. HEX triplet: 21, E9 and 52. RGB value is (33,233,82). Sum of RGB (Red+Green+Blue) = 33+233+82=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 233 (91.41% from 255 or 66.95% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 233 - color contains mainly: green. Hex color #21E952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E952 is #DE16AD. Grayscale: #9C9C9C. Windows color (decimal): -14554798 or 5433633. OLE color: 5433633.
HSL color Cylindrical-coordinate representation of color #21E952: hue angle of 134.7º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E952 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 82 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.09 |
| HSL | 134.7º | 0.82% | 0.52% | - |
| HSV(B) | 134.7º | 0.86% | 0.91% | - |
| XYZ | 31.29 | 59.21 | 17.76 | - |
| YUV | 155.99 | 86.24 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 82 | 0.86 | 0 | 0.65 | 0.09 | 134.7 | 0.82 | 0.52 |
| Hex | 21 | E9 | 52 | 56 | 0 | 41 | 9 | 87 | 52 | 34 |
| Octal | 41 | 351 | 122 | 126 | 0 | 101 | 11 | 207 | 122 | 64 |
| Binary | 100001 | 11101001 | 1010010 | 1010110 | 0 | 1000001 | 1001 | 10000111 | 1010010 | 110100 |
Color Harmonies of #21E952
Complementary color
Monochromatic Colors of #21E952
Black with #21E952
Text Example
Text Example
White with #21E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E952; }
p { color: rgb(33,233,82); }
H1.HeaderClassName
{
color: #21E952;
}
.AnyTagClassName
{
color: #21E952;
}
</style>
background-color css
<style>
a { background-color: #21E952; }
a { background-color: rgb(33,233,82); }
div.DivClassName
{
background-color: #21E952;
}
.BgClassName
{
background-color: #21E952;
}
</style>
border-color css
<style>
span { border-color: #21E952; }
span { border-color: rgb(33,233,82); }
td.TdClassName
{
border-color: #21E952;
}
.TagClassName
{
border-color: #21E952;
}
</style>