Shades of Malachite #21F16C
Tints of Malachite #21F16C
RGB
CMYK
RGB Variations
Color information
#21F16C (or 0x21F16C) is known color: Malachite. HEX triplet: 21, F1 and 6C. RGB value is (33,241,108). Sum of RGB (Red+Green+Blue) = 33+241+108=382 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.64% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #21F16C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F16C is #DE0E93. Grayscale: #A3A3A3. Windows color (decimal): -14552724 or 7139617. OLE color: 7139617.
HSL color Cylindrical-coordinate representation of color #21F16C: hue angle of 141.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F16C is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 108 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.05 |
| HSL | 141.63º | 0.88% | 0.54% | - |
| HSV(B) | 141.63º | 0.86% | 0.95% | - |
| XYZ | 34.79 | 64.32 | 24.77 | - |
| YUV | 163.65 | 96.59 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 108 | 0.86 | 0 | 0.55 | 0.05 | 141.63 | 0.88 | 0.54 |
| Hex | 21 | F1 | 6C | 56 | 0 | 37 | 5 | 8E | 58 | 36 |
| Octal | 41 | 361 | 154 | 126 | 0 | 67 | 5 | 216 | 130 | 66 |
| Binary | 100001 | 11110001 | 1101100 | 1010110 | 0 | 110111 | 101 | 10001110 | 1011000 | 110110 |
Color Harmonies of #21F16C
Complementary color
Monochromatic Colors of #21F16C
Black with #21F16C
Text Example
Text Example
White with #21F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F16C; }
p { color: rgb(33,241,108); }
H1.HeaderClassName
{
color: #21F16C;
}
.AnyTagClassName
{
color: #21F16C;
}
</style>
background-color css
<style>
a { background-color: #21F16C; }
a { background-color: rgb(33,241,108); }
div.DivClassName
{
background-color: #21F16C;
}
.BgClassName
{
background-color: #21F16C;
}
</style>
border-color css
<style>
span { border-color: #21F16C; }
span { border-color: rgb(33,241,108); }
td.TdClassName
{
border-color: #21F16C;
}
.TagClassName
{
border-color: #21F16C;
}
</style>