Shades of Malachite #21F150
Tints of Malachite #21F150
RGB
CMYK
RGB Variations
Color information
#21F150 (or 0x21F150) is known color: Malachite. HEX triplet: 21, F1 and 50. RGB value is (33,241,80). Sum of RGB (Red+Green+Blue) = 33+241+80=354 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.32% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #21F150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F150 is #DE0EAF. Grayscale: #A0A0A0. Windows color (decimal): -14552752 or 5304609. OLE color: 5304609.
HSL color Cylindrical-coordinate representation of color #21F150: hue angle of 133.56º 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 #21F150 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 80 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.05 |
| HSL | 133.56º | 0.88% | 0.54% | - |
| HSV(B) | 133.56º | 0.86% | 0.95% | - |
| XYZ | 33.53 | 63.81 | 18.14 | - |
| YUV | 160.45 | 82.59 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 80 | 0.86 | 0 | 0.67 | 0.05 | 133.56 | 0.88 | 0.54 |
| Hex | 21 | F1 | 50 | 56 | 0 | 43 | 5 | 86 | 58 | 36 |
| Octal | 41 | 361 | 120 | 126 | 0 | 103 | 5 | 206 | 130 | 66 |
| Binary | 100001 | 11110001 | 1010000 | 1010110 | 0 | 1000011 | 101 | 10000110 | 1011000 | 110110 |
Color Harmonies of #21F150
Complementary color
Monochromatic Colors of #21F150
Black with #21F150
Text Example
Text Example
White with #21F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F150; }
p { color: rgb(33,241,80); }
H1.HeaderClassName
{
color: #21F150;
}
.AnyTagClassName
{
color: #21F150;
}
</style>
background-color css
<style>
a { background-color: #21F150; }
a { background-color: rgb(33,241,80); }
div.DivClassName
{
background-color: #21F150;
}
.BgClassName
{
background-color: #21F150;
}
</style>
border-color css
<style>
span { border-color: #21F150; }
span { border-color: rgb(33,241,80); }
td.TdClassName
{
border-color: #21F150;
}
.TagClassName
{
border-color: #21F150;
}
</style>