Shades of Malachite #21C65F
Tints of Malachite #21C65F
RGB
CMYK
RGB Variations
Color information
#21C65F (or 0x21C65F) is known color: Malachite. HEX triplet: 21, C6 and 5F. RGB value is (33,198,95). Sum of RGB (Red+Green+Blue) = 33+198+95=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #21C65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21C65F is #DE39A0. Grayscale: #898989. Windows color (decimal): -14563745 or 6276641. OLE color: 6276641.
HSL color Cylindrical-coordinate representation of color #21C65F: hue angle of 142.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C65F is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 198 | 95 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.22 |
| HSL | 142.55º | 0.71% | 0.45% | - |
| HSV(B) | 142.55º | 0.83% | 0.78% | - |
| XYZ | 22.89 | 41.54 | 17.64 | - |
| YUV | 136.92 | 104.34 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 198 | 95 | 0.83 | 0 | 0.52 | 0.22 | 142.55 | 0.71 | 0.45 |
| Hex | 21 | C6 | 5F | 53 | 0 | 34 | 16 | 8F | 47 | 2D |
| Octal | 41 | 306 | 137 | 123 | 0 | 64 | 26 | 217 | 107 | 55 |
| Binary | 100001 | 11000110 | 1011111 | 1010011 | 0 | 110100 | 10110 | 10001111 | 1000111 | 101101 |
Color Harmonies of #21C65F
Complementary color
Monochromatic Colors of #21C65F
Black with #21C65F
Text Example
Text Example
White with #21C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C65F; }
p { color: rgb(33,198,95); }
H1.HeaderClassName
{
color: #21C65F;
}
.AnyTagClassName
{
color: #21C65F;
}
</style>
background-color css
<style>
a { background-color: #21C65F; }
a { background-color: rgb(33,198,95); }
div.DivClassName
{
background-color: #21C65F;
}
.BgClassName
{
background-color: #21C65F;
}
</style>
border-color css
<style>
span { border-color: #21C65F; }
span { border-color: rgb(33,198,95); }
td.TdClassName
{
border-color: #21C65F;
}
.TagClassName
{
border-color: #21C65F;
}
</style>