Shades of Malachite #21FF58
Tints of Malachite #21FF58
RGB
CMYK
RGB Variations
Color information
#21FF58 (or 0x21FF58) is known color: Malachite. HEX triplet: 21, FF and 58. RGB value is (33,255,88). Sum of RGB (Red+Green+Blue) = 33+255+88=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #21FF58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21FF58 is #DE00A7. Grayscale: #AAAAAA. Windows color (decimal): -14549160 or 5832481. OLE color: 5832481.
HSL color Cylindrical-coordinate representation of color #21FF58: hue angle of 134.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FF58 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 255 | 88 | - |
| CMYK | 0.87 | 0 | 0.65 | 0 |
| HSL | 134.86º | 1% | 0.56% | - |
| HSV(B) | 134.86º | 0.87% | 1% | - |
| XYZ | 38.15 | 72.55 | 21.23 | - |
| YUV | 169.58 | 81.95 | 30.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 255 | 88 | 0.87 | 0 | 0.65 | 0 | 134.86 | 1 | 0.56 |
| Hex | 21 | FF | 58 | 57 | 0 | 41 | 0 | 87 | 64 | 38 |
| Octal | 41 | 377 | 130 | 127 | 0 | 101 | 0 | 207 | 144 | 70 |
| Binary | 100001 | 11111111 | 1011000 | 1010111 | 0 | 1000001 | 0 | 10000111 | 1100100 | 111000 |
Color Harmonies of #21FF58
Complementary color
Monochromatic Colors of #21FF58
Black with #21FF58
Text Example
Text Example
White with #21FF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FF58; }
p { color: rgb(33,255,88); }
H1.HeaderClassName
{
color: #21FF58;
}
.AnyTagClassName
{
color: #21FF58;
}
</style>
background-color css
<style>
a { background-color: #21FF58; }
a { background-color: rgb(33,255,88); }
div.DivClassName
{
background-color: #21FF58;
}
.BgClassName
{
background-color: #21FF58;
}
</style>
border-color css
<style>
span { border-color: #21FF58; }
span { border-color: rgb(33,255,88); }
td.TdClassName
{
border-color: #21FF58;
}
.TagClassName
{
border-color: #21FF58;
}
</style>