Shades of Malachite #21EE40
Tints of Malachite #21EE40
RGB
CMYK
RGB Variations
Color information
#21EE40 (or 0x21EE40) is known color: Malachite. HEX triplet: 21, EE and 40. RGB value is (33,238,64). Sum of RGB (Red+Green+Blue) = 33+238+64=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 238 (93.36% from 255 or 71.04% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EE40 is #DE11BF. Grayscale: #9D9D9D. Windows color (decimal): -14553536 or 4255265. OLE color: 4255265.
HSL color Cylindrical-coordinate representation of color #21EE40: hue angle of 129.07º 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 #21EE40 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 64 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.07 |
| HSL | 129.07º | 0.86% | 0.53% | - |
| HSV(B) | 129.07º | 0.86% | 0.93% | - |
| XYZ | 32.13 | 61.84 | 15.09 | - |
| YUV | 156.87 | 75.58 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 64 | 0.86 | 0 | 0.73 | 0.07 | 129.07 | 0.86 | 0.53 |
| Hex | 21 | EE | 40 | 56 | 0 | 49 | 7 | 81 | 56 | 35 |
| Octal | 41 | 356 | 100 | 126 | 0 | 111 | 7 | 201 | 126 | 65 |
| Binary | 100001 | 11101110 | 1000000 | 1010110 | 0 | 1001001 | 111 | 10000001 | 1010110 | 110101 |
Color Harmonies of #21EE40
Complementary color
Monochromatic Colors of #21EE40
Black with #21EE40
Text Example
Text Example
White with #21EE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE40; }
p { color: rgb(33,238,64); }
H1.HeaderClassName
{
color: #21EE40;
}
.AnyTagClassName
{
color: #21EE40;
}
</style>
background-color css
<style>
a { background-color: #21EE40; }
a { background-color: rgb(33,238,64); }
div.DivClassName
{
background-color: #21EE40;
}
.BgClassName
{
background-color: #21EE40;
}
</style>
border-color css
<style>
span { border-color: #21EE40; }
span { border-color: rgb(33,238,64); }
td.TdClassName
{
border-color: #21EE40;
}
.TagClassName
{
border-color: #21EE40;
}
</style>