Shades of Malachite #21CE51
Tints of Malachite #21CE51
RGB
CMYK
RGB Variations
Color information
#21CE51 (or 0x21CE51) is known color: Malachite. HEX triplet: 21, CE and 51. RGB value is (33,206,81). Sum of RGB (Red+Green+Blue) = 33+206+81=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 206 (80.86% from 255 or 64.38% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CE51 is #DE31AE. Grayscale: #8C8C8C. Windows color (decimal): -14561711 or 5361185. OLE color: 5361185.
HSL color Cylindrical-coordinate representation of color #21CE51: hue angle of 136.65º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE51 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 81 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.19 |
| HSL | 136.65º | 0.72% | 0.47% | - |
| HSV(B) | 136.65º | 0.84% | 0.81% | - |
| XYZ | 24.18 | 45.06 | 15.21 | - |
| YUV | 140.02 | 94.69 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 81 | 0.84 | 0 | 0.61 | 0.19 | 136.65 | 0.72 | 0.47 |
| Hex | 21 | CE | 51 | 54 | 0 | 3D | 13 | 89 | 48 | 2F |
| Octal | 41 | 316 | 121 | 124 | 0 | 75 | 23 | 211 | 110 | 57 |
| Binary | 100001 | 11001110 | 1010001 | 1010100 | 0 | 111101 | 10011 | 10001001 | 1001000 | 101111 |
Color Harmonies of #21CE51
Complementary color
Monochromatic Colors of #21CE51
Black with #21CE51
Text Example
Text Example
White with #21CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE51; }
p { color: rgb(33,206,81); }
H1.HeaderClassName
{
color: #21CE51;
}
.AnyTagClassName
{
color: #21CE51;
}
</style>
background-color css
<style>
a { background-color: #21CE51; }
a { background-color: rgb(33,206,81); }
div.DivClassName
{
background-color: #21CE51;
}
.BgClassName
{
background-color: #21CE51;
}
</style>
border-color css
<style>
span { border-color: #21CE51; }
span { border-color: rgb(33,206,81); }
td.TdClassName
{
border-color: #21CE51;
}
.TagClassName
{
border-color: #21CE51;
}
</style>