Shades of Malachite #21FF4E
Tints of Malachite #21FF4E
RGB
CMYK
RGB Variations
Color information
#21FF4E (or 0x21FF4E) is known color: Malachite. HEX triplet: 21, FF and 4E. RGB value is (33,255,78). Sum of RGB (Red+Green+Blue) = 33+255+78=366 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.02% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FF4E is #DE00B1. Grayscale: #A8A8A8. Windows color (decimal): -14549170 or 5177121. OLE color: 5177121.
HSL color Cylindrical-coordinate representation of color #21FF4E: hue angle of 132.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FF4E is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 78 | - |
| CMYK | 0.87 | 0 | 0.69 | 0 |
| HSL | 132.16º | 1% | 0.56% | - |
| HSV(B) | 132.16º | 0.87% | 1% | - |
| XYZ | 37.76 | 72.39 | 19.19 | - |
| YUV | 168.44 | 76.95 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 78 | 0.87 | 0 | 0.69 | 0 | 132.16 | 1 | 0.56 |
| Hex | 21 | FF | 4E | 57 | 0 | 45 | 0 | 84 | 64 | 38 |
| Octal | 41 | 377 | 116 | 127 | 0 | 105 | 0 | 204 | 144 | 70 |
| Binary | 100001 | 11111111 | 1001110 | 1010111 | 0 | 1000101 | 0 | 10000100 | 1100100 | 111000 |
Color Harmonies of #21FF4E
Complementary color
Monochromatic Colors of #21FF4E
Black with #21FF4E
Text Example
Text Example
White with #21FF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF4E; }
p { color: rgb(33,255,78); }
H1.HeaderClassName
{
color: #21FF4E;
}
.AnyTagClassName
{
color: #21FF4E;
}
</style>
background-color css
<style>
a { background-color: #21FF4E; }
a { background-color: rgb(33,255,78); }
div.DivClassName
{
background-color: #21FF4E;
}
.BgClassName
{
background-color: #21FF4E;
}
</style>
border-color css
<style>
span { border-color: #21FF4E; }
span { border-color: rgb(33,255,78); }
td.TdClassName
{
border-color: #21FF4E;
}
.TagClassName
{
border-color: #21FF4E;
}
</style>