Shades of Malachite #21C44B
Tints of Malachite #21C44B
RGB
CMYK
RGB Variations
Color information
#21C44B (or 0x21C44B) is known color: Malachite. HEX triplet: 21, C4 and 4B. RGB value is (33,196,75). Sum of RGB (Red+Green+Blue) = 33+196+75=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 196 (76.95% from 255 or 64.47% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 196 - color contains mainly: green. Hex color #21C44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C44B is #DE3BB4. Grayscale: #858585. Windows color (decimal): -14564277 or 4965409. OLE color: 4965409.
HSL color Cylindrical-coordinate representation of color #21C44B: hue angle of 135.46º 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 #21C44B is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 196 | 75 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.23 |
| HSL | 135.46º | 0.71% | 0.45% | - |
| HSV(B) | 135.46º | 0.83% | 0.77% | - |
| XYZ | 21.64 | 40.31 | 13.3 | - |
| YUV | 133.47 | 95 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 196 | 75 | 0.83 | 0 | 0.62 | 0.23 | 135.46 | 0.71 | 0.45 |
| Hex | 21 | C4 | 4B | 53 | 0 | 3E | 17 | 87 | 47 | 2D |
| Octal | 41 | 304 | 113 | 123 | 0 | 76 | 27 | 207 | 107 | 55 |
| Binary | 100001 | 11000100 | 1001011 | 1010011 | 0 | 111110 | 10111 | 10000111 | 1000111 | 101101 |
Color Harmonies of #21C44B
Complementary color
Monochromatic Colors of #21C44B
Black with #21C44B
Text Example
Text Example
White with #21C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C44B; }
p { color: rgb(33,196,75); }
H1.HeaderClassName
{
color: #21C44B;
}
.AnyTagClassName
{
color: #21C44B;
}
</style>
background-color css
<style>
a { background-color: #21C44B; }
a { background-color: rgb(33,196,75); }
div.DivClassName
{
background-color: #21C44B;
}
.BgClassName
{
background-color: #21C44B;
}
</style>
border-color css
<style>
span { border-color: #21C44B; }
span { border-color: rgb(33,196,75); }
td.TdClassName
{
border-color: #21C44B;
}
.TagClassName
{
border-color: #21C44B;
}
</style>