Shades of Malachite #21C05D
Tints of Malachite #21C05D
RGB
CMYK
RGB Variations
Color information
#21C05D (or 0x21C05D) is known color: Malachite. HEX triplet: 21, C0 and 5D. RGB value is (33,192,93). Sum of RGB (Red+Green+Blue) = 33+192+93=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #21C05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C05D is #DE3FA2. Grayscale: #858585. Windows color (decimal): -14565283 or 6144033. OLE color: 6144033.
HSL color Cylindrical-coordinate representation of color #21C05D: hue angle of 142.64º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C05D is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 93 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.25 |
| HSL | 142.64º | 0.71% | 0.44% | - |
| HSV(B) | 142.64º | 0.83% | 0.75% | - |
| XYZ | 21.45 | 38.81 | 16.72 | - |
| YUV | 133.17 | 105.32 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 93 | 0.83 | 0 | 0.52 | 0.25 | 142.64 | 0.71 | 0.44 |
| Hex | 21 | C0 | 5D | 53 | 0 | 34 | 19 | 8F | 47 | 2C |
| Octal | 41 | 300 | 135 | 123 | 0 | 64 | 31 | 217 | 107 | 54 |
| Binary | 100001 | 11000000 | 1011101 | 1010011 | 0 | 110100 | 11001 | 10001111 | 1000111 | 101100 |
Color Harmonies of #21C05D
Complementary color
Monochromatic Colors of #21C05D
Black with #21C05D
Text Example
Text Example
White with #21C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C05D; }
p { color: rgb(33,192,93); }
H1.HeaderClassName
{
color: #21C05D;
}
.AnyTagClassName
{
color: #21C05D;
}
</style>
background-color css
<style>
a { background-color: #21C05D; }
a { background-color: rgb(33,192,93); }
div.DivClassName
{
background-color: #21C05D;
}
.BgClassName
{
background-color: #21C05D;
}
</style>
border-color css
<style>
span { border-color: #21C05D; }
span { border-color: rgb(33,192,93); }
td.TdClassName
{
border-color: #21C05D;
}
.TagClassName
{
border-color: #21C05D;
}
</style>