Shades of Malachite #21F06C
Tints of Malachite #21F06C
RGB
CMYK
RGB Variations
Color information
#21F06C (or 0x21F06C) is known color: Malachite. HEX triplet: 21, F0 and 6C. RGB value is (33,240,108). Sum of RGB (Red+Green+Blue) = 33+240+108=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 240 (94.14% from 255 or 62.99% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 240 - color contains mainly: green. Hex color #21F06C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F06C is #DE0F93. Grayscale: #A3A3A3. Windows color (decimal): -14552980 or 7139361. OLE color: 7139361.
HSL color Cylindrical-coordinate representation of color #21F06C: hue angle of 141.74º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F06C is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 108 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.06 |
| HSL | 141.74º | 0.87% | 0.54% | - |
| HSV(B) | 141.74º | 0.86% | 0.94% | - |
| XYZ | 34.49 | 63.73 | 24.67 | - |
| YUV | 163.06 | 96.92 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 108 | 0.86 | 0 | 0.55 | 0.06 | 141.74 | 0.87 | 0.54 |
| Hex | 21 | F0 | 6C | 56 | 0 | 37 | 6 | 8E | 57 | 36 |
| Octal | 41 | 360 | 154 | 126 | 0 | 67 | 6 | 216 | 127 | 66 |
| Binary | 100001 | 11110000 | 1101100 | 1010110 | 0 | 110111 | 110 | 10001110 | 1010111 | 110110 |
Color Harmonies of #21F06C
Complementary color
Monochromatic Colors of #21F06C
Black with #21F06C
Text Example
Text Example
White with #21F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F06C; }
p { color: rgb(33,240,108); }
H1.HeaderClassName
{
color: #21F06C;
}
.AnyTagClassName
{
color: #21F06C;
}
</style>
background-color css
<style>
a { background-color: #21F06C; }
a { background-color: rgb(33,240,108); }
div.DivClassName
{
background-color: #21F06C;
}
.BgClassName
{
background-color: #21F06C;
}
</style>
border-color css
<style>
span { border-color: #21F06C; }
span { border-color: rgb(33,240,108); }
td.TdClassName
{
border-color: #21F06C;
}
.TagClassName
{
border-color: #21F06C;
}
</style>