Shades of Malachite #21C55A
Tints of Malachite #21C55A
RGB
CMYK
RGB Variations
Color information
#21C55A (or 0x21C55A) is known color: Malachite. HEX triplet: 21, C5 and 5A. RGB value is (33,197,90). Sum of RGB (Red+Green+Blue) = 33+197+90=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #21C55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C55A is #DE3AA5. Grayscale: #888888. Windows color (decimal): -14564006 or 5948705. OLE color: 5948705.
HSL color Cylindrical-coordinate representation of color #21C55A: hue angle of 140.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C55A is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 197 | 90 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.23 |
| HSL | 140.85º | 0.71% | 0.45% | - |
| HSV(B) | 140.85º | 0.83% | 0.77% | - |
| XYZ | 22.44 | 40.99 | 16.4 | - |
| YUV | 135.77 | 102.17 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 90 | 0.83 | 0 | 0.54 | 0.23 | 140.85 | 0.71 | 0.45 |
| Hex | 21 | C5 | 5A | 53 | 0 | 36 | 17 | 8D | 47 | 2D |
| Octal | 41 | 305 | 132 | 123 | 0 | 66 | 27 | 215 | 107 | 55 |
| Binary | 100001 | 11000101 | 1011010 | 1010011 | 0 | 110110 | 10111 | 10001101 | 1000111 | 101101 |
Color Harmonies of #21C55A
Complementary color
Monochromatic Colors of #21C55A
Black with #21C55A
Text Example
Text Example
White with #21C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C55A; }
p { color: rgb(33,197,90); }
H1.HeaderClassName
{
color: #21C55A;
}
.AnyTagClassName
{
color: #21C55A;
}
</style>
background-color css
<style>
a { background-color: #21C55A; }
a { background-color: rgb(33,197,90); }
div.DivClassName
{
background-color: #21C55A;
}
.BgClassName
{
background-color: #21C55A;
}
</style>
border-color css
<style>
span { border-color: #21C55A; }
span { border-color: rgb(33,197,90); }
td.TdClassName
{
border-color: #21C55A;
}
.TagClassName
{
border-color: #21C55A;
}
</style>