Shades of Malachite #21F64D
Tints of Malachite #21F64D
RGB
CMYK
RGB Variations
Color information
#21F64D (or 0x21F64D) is known color: Malachite. HEX triplet: 21, F6 and 4D. RGB value is (33,246,77). Sum of RGB (Red+Green+Blue) = 33+246+77=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 246 (96.48% from 255 or 69.10% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 246 - color contains mainly: green. Hex color #21F64D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F64D is #DE09B2. Grayscale: #A3A3A3. Windows color (decimal): -14551475 or 5109281. OLE color: 5109281.
HSL color Cylindrical-coordinate representation of color #21F64D: hue angle of 132.39º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F64D is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 246 | 77 | - |
| CMYK | 0.87 | 0 | 0.69 | 0.04 |
| HSL | 132.39º | 0.92% | 0.55% | - |
| HSV(B) | 132.39º | 0.87% | 0.96% | - |
| XYZ | 34.92 | 66.77 | 18.07 | - |
| YUV | 163.05 | 79.43 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 246 | 77 | 0.87 | 0 | 0.69 | 0.04 | 132.39 | 0.92 | 0.55 |
| Hex | 21 | F6 | 4D | 57 | 0 | 45 | 4 | 84 | 5C | 37 |
| Octal | 41 | 366 | 115 | 127 | 0 | 105 | 4 | 204 | 134 | 67 |
| Binary | 100001 | 11110110 | 1001101 | 1010111 | 0 | 1000101 | 100 | 10000100 | 1011100 | 110111 |
Color Harmonies of #21F64D
Complementary color
Monochromatic Colors of #21F64D
Black with #21F64D
Text Example
Text Example
White with #21F64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F64D; }
p { color: rgb(33,246,77); }
H1.HeaderClassName
{
color: #21F64D;
}
.AnyTagClassName
{
color: #21F64D;
}
</style>
background-color css
<style>
a { background-color: #21F64D; }
a { background-color: rgb(33,246,77); }
div.DivClassName
{
background-color: #21F64D;
}
.BgClassName
{
background-color: #21F64D;
}
</style>
border-color css
<style>
span { border-color: #21F64D; }
span { border-color: rgb(33,246,77); }
td.TdClassName
{
border-color: #21F64D;
}
.TagClassName
{
border-color: #21F64D;
}
</style>