Shades of Malachite #21E754
Tints of Malachite #21E754
RGB
CMYK
RGB Variations
Color information
#21E754 (or 0x21E754) is known color: Malachite. HEX triplet: 21, E7 and 54. RGB value is (33,231,84). Sum of RGB (Red+Green+Blue) = 33+231+84=348 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.48% from 348); Green value is 231 (90.62% from 255 or 66.38% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 231 - color contains mainly: green. Hex color #21E754 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21E754 is #DE18AB. Grayscale: #9B9B9B. Windows color (decimal): -14555308 or 5564193. OLE color: 5564193.
HSL color Cylindrical-coordinate representation of color #21E754: hue angle of 135.45º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E754 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 84 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.09 |
| HSL | 135.45º | 0.8% | 0.52% | - |
| HSV(B) | 135.45º | 0.86% | 0.91% | - |
| XYZ | 30.8 | 58.12 | 17.98 | - |
| YUV | 155.04 | 87.9 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 84 | 0.86 | 0 | 0.64 | 0.09 | 135.45 | 0.8 | 0.52 |
| Hex | 21 | E7 | 54 | 56 | 0 | 40 | 9 | 87 | 50 | 34 |
| Octal | 41 | 347 | 124 | 126 | 0 | 100 | 11 | 207 | 120 | 64 |
| Binary | 100001 | 11100111 | 1010100 | 1010110 | 0 | 1000000 | 1001 | 10000111 | 1010000 | 110100 |
Color Harmonies of #21E754
Complementary color
Monochromatic Colors of #21E754
Black with #21E754
Text Example
Text Example
White with #21E754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E754; }
p { color: rgb(33,231,84); }
H1.HeaderClassName
{
color: #21E754;
}
.AnyTagClassName
{
color: #21E754;
}
</style>
background-color css
<style>
a { background-color: #21E754; }
a { background-color: rgb(33,231,84); }
div.DivClassName
{
background-color: #21E754;
}
.BgClassName
{
background-color: #21E754;
}
</style>
border-color css
<style>
span { border-color: #21E754; }
span { border-color: rgb(33,231,84); }
td.TdClassName
{
border-color: #21E754;
}
.TagClassName
{
border-color: #21E754;
}
</style>