Shades of Malachite #21EA6C
Tints of Malachite #21EA6C
RGB
CMYK
RGB Variations
Color information
#21EA6C (or 0x21EA6C) is known color: Malachite. HEX triplet: 21, EA and 6C. RGB value is (33,234,108). Sum of RGB (Red+Green+Blue) = 33+234+108=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #21EA6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EA6C is #DE1593. Grayscale: #9F9F9F. Windows color (decimal): -14554516 or 7137825. OLE color: 7137825.
HSL color Cylindrical-coordinate representation of color #21EA6C: hue angle of 142.39º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EA6C is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 234 | 108 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.08 |
| HSL | 142.39º | 0.83% | 0.52% | - |
| HSV(B) | 142.39º | 0.86% | 0.92% | - |
| XYZ | 32.76 | 60.25 | 24.09 | - |
| YUV | 159.54 | 98.91 | 37.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 234 | 108 | 0.86 | 0 | 0.54 | 0.08 | 142.39 | 0.83 | 0.52 |
| Hex | 21 | EA | 6C | 56 | 0 | 36 | 8 | 8E | 53 | 34 |
| Octal | 41 | 352 | 154 | 126 | 0 | 66 | 10 | 216 | 123 | 64 |
| Binary | 100001 | 11101010 | 1101100 | 1010110 | 0 | 110110 | 1000 | 10001110 | 1010011 | 110100 |
Color Harmonies of #21EA6C
Complementary color
Monochromatic Colors of #21EA6C
Black with #21EA6C
Text Example
Text Example
White with #21EA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EA6C; }
p { color: rgb(33,234,108); }
H1.HeaderClassName
{
color: #21EA6C;
}
.AnyTagClassName
{
color: #21EA6C;
}
</style>
background-color css
<style>
a { background-color: #21EA6C; }
a { background-color: rgb(33,234,108); }
div.DivClassName
{
background-color: #21EA6C;
}
.BgClassName
{
background-color: #21EA6C;
}
</style>
border-color css
<style>
span { border-color: #21EA6C; }
span { border-color: rgb(33,234,108); }
td.TdClassName
{
border-color: #21EA6C;
}
.TagClassName
{
border-color: #21EA6C;
}
</style>