Shades of Malachite #21ED6C
Tints of Malachite #21ED6C
RGB
CMYK
RGB Variations
Color information
#21ED6C (or 0x21ED6C) is known color: Malachite. HEX triplet: 21, ED and 6C. RGB value is (33,237,108). Sum of RGB (Red+Green+Blue) = 33+237+108=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 237 (92.97% from 255 or 62.70% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 237 - color contains mainly: green. Hex color #21ED6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21ED6C is #DE1293. Grayscale: #A1A1A1. Windows color (decimal): -14553748 or 7138593. OLE color: 7138593.
HSL color Cylindrical-coordinate representation of color #21ED6C: hue angle of 142.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ED6C is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 108 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.07 |
| HSL | 142.06º | 0.85% | 0.53% | - |
| HSV(B) | 142.06º | 0.86% | 0.93% | - |
| XYZ | 33.62 | 61.97 | 24.38 | - |
| YUV | 161.3 | 97.91 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 108 | 0.86 | 0 | 0.54 | 0.07 | 142.06 | 0.85 | 0.53 |
| Hex | 21 | ED | 6C | 56 | 0 | 36 | 7 | 8E | 55 | 35 |
| Octal | 41 | 355 | 154 | 126 | 0 | 66 | 7 | 216 | 125 | 65 |
| Binary | 100001 | 11101101 | 1101100 | 1010110 | 0 | 110110 | 111 | 10001110 | 1010101 | 110101 |
Color Harmonies of #21ED6C
Complementary color
Monochromatic Colors of #21ED6C
Black with #21ED6C
Text Example
Text Example
White with #21ED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ED6C; }
p { color: rgb(33,237,108); }
H1.HeaderClassName
{
color: #21ED6C;
}
.AnyTagClassName
{
color: #21ED6C;
}
</style>
background-color css
<style>
a { background-color: #21ED6C; }
a { background-color: rgb(33,237,108); }
div.DivClassName
{
background-color: #21ED6C;
}
.BgClassName
{
background-color: #21ED6C;
}
</style>
border-color css
<style>
span { border-color: #21ED6C; }
span { border-color: rgb(33,237,108); }
td.TdClassName
{
border-color: #21ED6C;
}
.TagClassName
{
border-color: #21ED6C;
}
</style>