Shades of Malachite #21F254
Tints of Malachite #21F254
RGB
CMYK
RGB Variations
Color information
#21F254 (or 0x21F254) is known color: Malachite. HEX triplet: 21, F2 and 54. RGB value is (33,242,84). Sum of RGB (Red+Green+Blue) = 33+242+84=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #21F254 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F254 is #DE0DAB. Grayscale: #A1A1A1. Windows color (decimal): -14552492 or 5567009. OLE color: 5567009.
HSL color Cylindrical-coordinate representation of color #21F254: hue angle of 134.64º degrees, saturation: 0.89, 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 #21F254 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 84 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.05 |
| HSL | 134.64º | 0.89% | 0.54% | - |
| HSV(B) | 134.64º | 0.86% | 0.95% | - |
| XYZ | 33.98 | 64.47 | 19.04 | - |
| YUV | 161.5 | 84.26 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 84 | 0.86 | 0 | 0.65 | 0.05 | 134.64 | 0.89 | 0.54 |
| Hex | 21 | F2 | 54 | 56 | 0 | 41 | 5 | 87 | 59 | 36 |
| Octal | 41 | 362 | 124 | 126 | 0 | 101 | 5 | 207 | 131 | 66 |
| Binary | 100001 | 11110010 | 1010100 | 1010110 | 0 | 1000001 | 101 | 10000111 | 1011001 | 110110 |
Color Harmonies of #21F254
Complementary color
Monochromatic Colors of #21F254
Black with #21F254
Text Example
Text Example
White with #21F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F254; }
p { color: rgb(33,242,84); }
H1.HeaderClassName
{
color: #21F254;
}
.AnyTagClassName
{
color: #21F254;
}
</style>
background-color css
<style>
a { background-color: #21F254; }
a { background-color: rgb(33,242,84); }
div.DivClassName
{
background-color: #21F254;
}
.BgClassName
{
background-color: #21F254;
}
</style>
border-color css
<style>
span { border-color: #21F254; }
span { border-color: rgb(33,242,84); }
td.TdClassName
{
border-color: #21F254;
}
.TagClassName
{
border-color: #21F254;
}
</style>