Shades of Malachite #21EF4D
Tints of Malachite #21EF4D
RGB
CMYK
RGB Variations
Color information
#21EF4D (or 0x21EF4D) is known color: Malachite. HEX triplet: 21, EF and 4D. RGB value is (33,239,77). Sum of RGB (Red+Green+Blue) = 33+239+77=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 239 (93.75% from 255 or 68.48% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 239 - color contains mainly: green. Hex color #21EF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EF4D is #DE10B2. Grayscale: #9F9F9F. Windows color (decimal): -14553267 or 5107489. OLE color: 5107489.
HSL color Cylindrical-coordinate representation of color #21EF4D: hue angle of 132.82º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EF4D is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 239 | 77 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.06 |
| HSL | 132.82º | 0.87% | 0.53% | - |
| HSV(B) | 132.82º | 0.86% | 0.94% | - |
| XYZ | 32.83 | 62.59 | 17.37 | - |
| YUV | 158.94 | 81.75 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 239 | 77 | 0.86 | 0 | 0.68 | 0.06 | 132.82 | 0.87 | 0.53 |
| Hex | 21 | EF | 4D | 56 | 0 | 44 | 6 | 85 | 57 | 35 |
| Octal | 41 | 357 | 115 | 126 | 0 | 104 | 6 | 205 | 127 | 65 |
| Binary | 100001 | 11101111 | 1001101 | 1010110 | 0 | 1000100 | 110 | 10000101 | 1010111 | 110101 |
Color Harmonies of #21EF4D
Complementary color
Monochromatic Colors of #21EF4D
Black with #21EF4D
Text Example
Text Example
White with #21EF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EF4D; }
p { color: rgb(33,239,77); }
H1.HeaderClassName
{
color: #21EF4D;
}
.AnyTagClassName
{
color: #21EF4D;
}
</style>
background-color css
<style>
a { background-color: #21EF4D; }
a { background-color: rgb(33,239,77); }
div.DivClassName
{
background-color: #21EF4D;
}
.BgClassName
{
background-color: #21EF4D;
}
</style>
border-color css
<style>
span { border-color: #21EF4D; }
span { border-color: rgb(33,239,77); }
td.TdClassName
{
border-color: #21EF4D;
}
.TagClassName
{
border-color: #21EF4D;
}
</style>