Shades of Malachite #21F45C
Tints of Malachite #21F45C
RGB
CMYK
RGB Variations
Color information
#21F45C (or 0x21F45C) is known color: Malachite. HEX triplet: 21, F4 and 5C. RGB value is (33,244,92). Sum of RGB (Red+Green+Blue) = 33+244+92=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 244 (95.70% from 255 or 66.12% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 244 - color contains mainly: green. Hex color #21F45C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F45C is #DE0BA3. Grayscale: #A3A3A3. Windows color (decimal): -14551972 or 6091809. OLE color: 6091809.
HSL color Cylindrical-coordinate representation of color #21F45C: hue angle of 136.78º 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 #21F45C is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 244 | 92 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.04 |
| HSL | 136.78º | 0.91% | 0.54% | - |
| HSV(B) | 136.78º | 0.86% | 0.96% | - |
| XYZ | 34.91 | 65.8 | 20.99 | - |
| YUV | 163.58 | 87.6 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 244 | 92 | 0.86 | 0 | 0.62 | 0.04 | 136.78 | 0.91 | 0.54 |
| Hex | 21 | F4 | 5C | 56 | 0 | 3E | 4 | 89 | 5B | 36 |
| Octal | 41 | 364 | 134 | 126 | 0 | 76 | 4 | 211 | 133 | 66 |
| Binary | 100001 | 11110100 | 1011100 | 1010110 | 0 | 111110 | 100 | 10001001 | 1011011 | 110110 |
Color Harmonies of #21F45C
Complementary color
Monochromatic Colors of #21F45C
Black with #21F45C
Text Example
Text Example
White with #21F45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F45C; }
p { color: rgb(33,244,92); }
H1.HeaderClassName
{
color: #21F45C;
}
.AnyTagClassName
{
color: #21F45C;
}
</style>
background-color css
<style>
a { background-color: #21F45C; }
a { background-color: rgb(33,244,92); }
div.DivClassName
{
background-color: #21F45C;
}
.BgClassName
{
background-color: #21F45C;
}
</style>
border-color css
<style>
span { border-color: #21F45C; }
span { border-color: rgb(33,244,92); }
td.TdClassName
{
border-color: #21F45C;
}
.TagClassName
{
border-color: #21F45C;
}
</style>