Shades of Malachite #21F43C
Tints of Malachite #21F43C
RGB
CMYK
RGB Variations
Color information
#21F43C (or 0x21F43C) is known color: Malachite. HEX triplet: 21, F4 and 3C. RGB value is (33,244,60). Sum of RGB (Red+Green+Blue) = 33+244+60=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 244 (95.70% from 255 or 72.40% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 244 - color contains mainly: green. Hex color #21F43C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F43C is #DE0BC3. Grayscale: #A0A0A0. Windows color (decimal): -14552004 or 3994657. OLE color: 3994657.
HSL color Cylindrical-coordinate representation of color #21F43C: hue angle of 127.68º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F43C is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 244 | 60 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.04 |
| HSL | 127.68º | 0.91% | 0.54% | - |
| HSV(B) | 127.68º | 0.86% | 0.96% | - |
| XYZ | 33.79 | 65.35 | 15.11 | - |
| YUV | 159.94 | 71.6 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 244 | 60 | 0.86 | 0 | 0.75 | 0.04 | 127.68 | 0.91 | 0.54 |
| Hex | 21 | F4 | 3C | 56 | 0 | 4B | 4 | 80 | 5B | 36 |
| Octal | 41 | 364 | 74 | 126 | 0 | 113 | 4 | 200 | 133 | 66 |
| Binary | 100001 | 11110100 | 111100 | 1010110 | 0 | 1001011 | 100 | 10000000 | 1011011 | 110110 |
Color Harmonies of #21F43C
Complementary color
Monochromatic Colors of #21F43C
Black with #21F43C
Text Example
Text Example
White with #21F43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F43C; }
p { color: rgb(33,244,60); }
H1.HeaderClassName
{
color: #21F43C;
}
.AnyTagClassName
{
color: #21F43C;
}
</style>
background-color css
<style>
a { background-color: #21F43C; }
a { background-color: rgb(33,244,60); }
div.DivClassName
{
background-color: #21F43C;
}
.BgClassName
{
background-color: #21F43C;
}
</style>
border-color css
<style>
span { border-color: #21F43C; }
span { border-color: rgb(33,244,60); }
td.TdClassName
{
border-color: #21F43C;
}
.TagClassName
{
border-color: #21F43C;
}
</style>