Shades of Malachite #21CB61
Tints of Malachite #21CB61
RGB
CMYK
RGB Variations
Color information
#21CB61 (or 0x21CB61) is known color: Malachite. HEX triplet: 21, CB and 61. RGB value is (33,203,97). Sum of RGB (Red+Green+Blue) = 33+203+97=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 203 (79.69% from 255 or 60.96% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CB61 is #DE349E. Grayscale: #8C8C8C. Windows color (decimal): -14562463 or 6408993. OLE color: 6408993.
HSL color Cylindrical-coordinate representation of color #21CB61: hue angle of 142.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CB61 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 97 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.20 |
| HSL | 142.59º | 0.72% | 0.46% | - |
| HSV(B) | 142.59º | 0.84% | 0.8% | - |
| XYZ | 24.14 | 43.9 | 18.51 | - |
| YUV | 140.09 | 103.68 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 97 | 0.84 | 0 | 0.52 | 0.20 | 142.59 | 0.72 | 0.46 |
| Hex | 21 | CB | 61 | 54 | 0 | 34 | 14 | 8F | 48 | 2E |
| Octal | 41 | 313 | 141 | 124 | 0 | 64 | 24 | 217 | 110 | 56 |
| Binary | 100001 | 11001011 | 1100001 | 1010100 | 0 | 110100 | 10100 | 10001111 | 1001000 | 101110 |
Color Harmonies of #21CB61
Complementary color
Monochromatic Colors of #21CB61
Black with #21CB61
Text Example
Text Example
White with #21CB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB61; }
p { color: rgb(33,203,97); }
H1.HeaderClassName
{
color: #21CB61;
}
.AnyTagClassName
{
color: #21CB61;
}
</style>
background-color css
<style>
a { background-color: #21CB61; }
a { background-color: rgb(33,203,97); }
div.DivClassName
{
background-color: #21CB61;
}
.BgClassName
{
background-color: #21CB61;
}
</style>
border-color css
<style>
span { border-color: #21CB61; }
span { border-color: rgb(33,203,97); }
td.TdClassName
{
border-color: #21CB61;
}
.TagClassName
{
border-color: #21CB61;
}
</style>