Shades of Malachite #21F164
Tints of Malachite #21F164
RGB
CMYK
RGB Variations
Color information
#21F164 (or 0x21F164) is known color: Malachite. HEX triplet: 21, F1 and 64. RGB value is (33,241,100). Sum of RGB (Red+Green+Blue) = 33+241+100=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #21F164 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F164 is #DE0E9B. Grayscale: #A3A3A3. Windows color (decimal): -14552732 or 6615329. OLE color: 6615329.
HSL color Cylindrical-coordinate representation of color #21F164: hue angle of 139.33º 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 #21F164 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 100 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.05 |
| HSL | 139.33º | 0.88% | 0.54% | - |
| HSV(B) | 139.33º | 0.86% | 0.95% | - |
| XYZ | 34.38 | 64.15 | 22.63 | - |
| YUV | 162.73 | 92.59 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 100 | 0.86 | 0 | 0.59 | 0.05 | 139.33 | 0.88 | 0.54 |
| Hex | 21 | F1 | 64 | 56 | 0 | 3B | 5 | 8B | 58 | 36 |
| Octal | 41 | 361 | 144 | 126 | 0 | 73 | 5 | 213 | 130 | 66 |
| Binary | 100001 | 11110001 | 1100100 | 1010110 | 0 | 111011 | 101 | 10001011 | 1011000 | 110110 |
Color Harmonies of #21F164
Complementary color
Monochromatic Colors of #21F164
Black with #21F164
Text Example
Text Example
White with #21F164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F164; }
p { color: rgb(33,241,100); }
H1.HeaderClassName
{
color: #21F164;
}
.AnyTagClassName
{
color: #21F164;
}
</style>
background-color css
<style>
a { background-color: #21F164; }
a { background-color: rgb(33,241,100); }
div.DivClassName
{
background-color: #21F164;
}
.BgClassName
{
background-color: #21F164;
}
</style>
border-color css
<style>
span { border-color: #21F164; }
span { border-color: rgb(33,241,100); }
td.TdClassName
{
border-color: #21F164;
}
.TagClassName
{
border-color: #21F164;
}
</style>