Shades of Malachite #21C25D
Tints of Malachite #21C25D
RGB
CMYK
RGB Variations
Color information
#21C25D (or 0x21C25D) is known color: Malachite. HEX triplet: 21, C2 and 5D. RGB value is (33,194,93). Sum of RGB (Red+Green+Blue) = 33+194+93=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 194 (76.17% from 255 or 60.62% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 194 - color contains mainly: green. Hex color #21C25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C25D is #DE3DA2. Grayscale: #868686. Windows color (decimal): -14564771 or 6144545. OLE color: 6144545.
HSL color Cylindrical-coordinate representation of color #21C25D: hue angle of 142.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C25D is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 194 | 93 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.24 |
| HSL | 142.36º | 0.71% | 0.45% | - |
| HSV(B) | 142.36º | 0.83% | 0.76% | - |
| XYZ | 21.89 | 39.7 | 16.86 | - |
| YUV | 134.35 | 104.66 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 93 | 0.83 | 0 | 0.52 | 0.24 | 142.36 | 0.71 | 0.45 |
| Hex | 21 | C2 | 5D | 53 | 0 | 34 | 18 | 8E | 47 | 2D |
| Octal | 41 | 302 | 135 | 123 | 0 | 64 | 30 | 216 | 107 | 55 |
| Binary | 100001 | 11000010 | 1011101 | 1010011 | 0 | 110100 | 11000 | 10001110 | 1000111 | 101101 |
Color Harmonies of #21C25D
Complementary color
Monochromatic Colors of #21C25D
Black with #21C25D
Text Example
Text Example
White with #21C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C25D; }
p { color: rgb(33,194,93); }
H1.HeaderClassName
{
color: #21C25D;
}
.AnyTagClassName
{
color: #21C25D;
}
</style>
background-color css
<style>
a { background-color: #21C25D; }
a { background-color: rgb(33,194,93); }
div.DivClassName
{
background-color: #21C25D;
}
.BgClassName
{
background-color: #21C25D;
}
</style>
border-color css
<style>
span { border-color: #21C25D; }
span { border-color: rgb(33,194,93); }
td.TdClassName
{
border-color: #21C25D;
}
.TagClassName
{
border-color: #21C25D;
}
</style>