Shades of Malachite #21F260
Tints of Malachite #21F260
RGB
CMYK
RGB Variations
Color information
#21F260 (or 0x21F260) is known color: Malachite. HEX triplet: 21, F2 and 60. RGB value is (33,242,96). Sum of RGB (Red+Green+Blue) = 33+242+96=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #21F260 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21F260 is #DE0D9F. Grayscale: #A3A3A3. Windows color (decimal): -14552480 or 6353441. OLE color: 6353441.
HSL color Cylindrical-coordinate representation of color #21F260: hue angle of 138.09º 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 #21F260 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 242 | 96 | - |
| CMYK | 0.86 | 0 | 0.60 | 0.05 |
| HSL | 138.09º | 0.89% | 0.54% | - |
| HSV(B) | 138.09º | 0.86% | 0.95% | - |
| XYZ | 34.49 | 64.67 | 21.73 | - |
| YUV | 162.87 | 90.26 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 242 | 96 | 0.86 | 0 | 0.60 | 0.05 | 138.09 | 0.89 | 0.54 |
| Hex | 21 | F2 | 60 | 56 | 0 | 3C | 5 | 8A | 59 | 36 |
| Octal | 41 | 362 | 140 | 126 | 0 | 74 | 5 | 212 | 131 | 66 |
| Binary | 100001 | 11110010 | 1100000 | 1010110 | 0 | 111100 | 101 | 10001010 | 1011001 | 110110 |
Color Harmonies of #21F260
Complementary color
Monochromatic Colors of #21F260
Black with #21F260
Text Example
Text Example
White with #21F260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F260; }
p { color: rgb(33,242,96); }
H1.HeaderClassName
{
color: #21F260;
}
.AnyTagClassName
{
color: #21F260;
}
</style>
background-color css
<style>
a { background-color: #21F260; }
a { background-color: rgb(33,242,96); }
div.DivClassName
{
background-color: #21F260;
}
.BgClassName
{
background-color: #21F260;
}
</style>
border-color css
<style>
span { border-color: #21F260; }
span { border-color: rgb(33,242,96); }
td.TdClassName
{
border-color: #21F260;
}
.TagClassName
{
border-color: #21F260;
}
</style>