Shades of Malachite #21EE41
Tints of Malachite #21EE41
RGB
CMYK
RGB Variations
Color information
#21EE41 (or 0x21EE41) is known color: Malachite. HEX triplet: 21, EE and 41. RGB value is (33,238,65). Sum of RGB (Red+Green+Blue) = 33+238+65=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 238 (93.36% from 255 or 70.83% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EE41 is #DE11BE. Grayscale: #9D9D9D. Windows color (decimal): -14553535 or 4320801. OLE color: 4320801.
HSL color Cylindrical-coordinate representation of color #21EE41: hue angle of 129.37º 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 #21EE41 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 65 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.07 |
| HSL | 129.37º | 0.86% | 0.53% | - |
| HSV(B) | 129.37º | 0.86% | 0.93% | - |
| XYZ | 32.16 | 61.85 | 15.25 | - |
| YUV | 156.98 | 76.08 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 65 | 0.86 | 0 | 0.73 | 0.07 | 129.37 | 0.86 | 0.53 |
| Hex | 21 | EE | 41 | 56 | 0 | 49 | 7 | 81 | 56 | 35 |
| Octal | 41 | 356 | 101 | 126 | 0 | 111 | 7 | 201 | 126 | 65 |
| Binary | 100001 | 11101110 | 1000001 | 1010110 | 0 | 1001001 | 111 | 10000001 | 1010110 | 110101 |
Color Harmonies of #21EE41
Complementary color
Monochromatic Colors of #21EE41
Black with #21EE41
Text Example
Text Example
White with #21EE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE41; }
p { color: rgb(33,238,65); }
H1.HeaderClassName
{
color: #21EE41;
}
.AnyTagClassName
{
color: #21EE41;
}
</style>
background-color css
<style>
a { background-color: #21EE41; }
a { background-color: rgb(33,238,65); }
div.DivClassName
{
background-color: #21EE41;
}
.BgClassName
{
background-color: #21EE41;
}
</style>
border-color css
<style>
span { border-color: #21EE41; }
span { border-color: rgb(33,238,65); }
td.TdClassName
{
border-color: #21EE41;
}
.TagClassName
{
border-color: #21EE41;
}
</style>