Shades of Malachite #21F468
Tints of Malachite #21F468
RGB
CMYK
RGB Variations
Color information
#21F468 (or 0x21F468) is known color: Malachite. HEX triplet: 21, F4 and 68. RGB value is (33,244,104). Sum of RGB (Red+Green+Blue) = 33+244+104=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 244 (95.70% from 255 or 64.04% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 244 - color contains mainly: green. Hex color #21F468 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F468 is #DE0B97. Grayscale: #A5A5A5. Windows color (decimal): -14551960 or 6878241. OLE color: 6878241.
HSL color Cylindrical-coordinate representation of color #21F468: hue angle of 140.19º 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 #21F468 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 244 | 104 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.04 |
| HSL | 140.19º | 0.91% | 0.54% | - |
| HSV(B) | 140.19º | 0.86% | 0.96% | - |
| XYZ | 35.48 | 66.02 | 23.97 | - |
| YUV | 164.95 | 93.6 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 244 | 104 | 0.86 | 0 | 0.57 | 0.04 | 140.19 | 0.91 | 0.54 |
| Hex | 21 | F4 | 68 | 56 | 0 | 39 | 4 | 8C | 5B | 36 |
| Octal | 41 | 364 | 150 | 126 | 0 | 71 | 4 | 214 | 133 | 66 |
| Binary | 100001 | 11110100 | 1101000 | 1010110 | 0 | 111001 | 100 | 10001100 | 1011011 | 110110 |
Color Harmonies of #21F468
Complementary color
Monochromatic Colors of #21F468
Black with #21F468
Text Example
Text Example
White with #21F468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F468; }
p { color: rgb(33,244,104); }
H1.HeaderClassName
{
color: #21F468;
}
.AnyTagClassName
{
color: #21F468;
}
</style>
background-color css
<style>
a { background-color: #21F468; }
a { background-color: rgb(33,244,104); }
div.DivClassName
{
background-color: #21F468;
}
.BgClassName
{
background-color: #21F468;
}
</style>
border-color css
<style>
span { border-color: #21F468; }
span { border-color: rgb(33,244,104); }
td.TdClassName
{
border-color: #21F468;
}
.TagClassName
{
border-color: #21F468;
}
</style>