Shades of Malachite #21EE4E
Tints of Malachite #21EE4E
RGB
CMYK
RGB Variations
Color information
#21EE4E (or 0x21EE4E) is known color: Malachite. HEX triplet: 21, EE and 4E. RGB value is (33,238,78). Sum of RGB (Red+Green+Blue) = 33+238+78=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 238 (93.36% from 255 or 68.19% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EE4E is #DE11B1. Grayscale: #9E9E9E. Windows color (decimal): -14553522 or 5172769. OLE color: 5172769.
HSL color Cylindrical-coordinate representation of color #21EE4E: hue angle of 133.17º degrees, saturation: 0.86, 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 #21EE4E is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 78 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.07 |
| HSL | 133.17º | 0.86% | 0.53% | - |
| HSV(B) | 133.17º | 0.86% | 0.93% | - |
| XYZ | 32.58 | 62.02 | 17.46 | - |
| YUV | 158.47 | 82.58 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 78 | 0.86 | 0 | 0.67 | 0.07 | 133.17 | 0.86 | 0.53 |
| Hex | 21 | EE | 4E | 56 | 0 | 43 | 7 | 85 | 56 | 35 |
| Octal | 41 | 356 | 116 | 126 | 0 | 103 | 7 | 205 | 126 | 65 |
| Binary | 100001 | 11101110 | 1001110 | 1010110 | 0 | 1000011 | 111 | 10000101 | 1010110 | 110101 |
Color Harmonies of #21EE4E
Complementary color
Monochromatic Colors of #21EE4E
Black with #21EE4E
Text Example
Text Example
White with #21EE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE4E; }
p { color: rgb(33,238,78); }
H1.HeaderClassName
{
color: #21EE4E;
}
.AnyTagClassName
{
color: #21EE4E;
}
</style>
background-color css
<style>
a { background-color: #21EE4E; }
a { background-color: rgb(33,238,78); }
div.DivClassName
{
background-color: #21EE4E;
}
.BgClassName
{
background-color: #21EE4E;
}
</style>
border-color css
<style>
span { border-color: #21EE4E; }
span { border-color: rgb(33,238,78); }
td.TdClassName
{
border-color: #21EE4E;
}
.TagClassName
{
border-color: #21EE4E;
}
</style>