Shades of Malachite #21EE54
Tints of Malachite #21EE54
RGB
CMYK
RGB Variations
Color information
#21EE54 (or 0x21EE54) is known color: Malachite. HEX triplet: 21, EE and 54. RGB value is (33,238,84). Sum of RGB (Red+Green+Blue) = 33+238+84=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 238 (93.36% from 255 or 67.04% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EE54 is #DE11AB. Grayscale: #9F9F9F. Windows color (decimal): -14553516 or 5565985. OLE color: 5565985.
HSL color Cylindrical-coordinate representation of color #21EE54: hue angle of 134.93º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EE54 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 84 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.07 |
| HSL | 134.93º | 0.86% | 0.53% | - |
| HSV(B) | 134.93º | 0.86% | 0.93% | - |
| XYZ | 32.8 | 62.11 | 18.65 | - |
| YUV | 159.15 | 85.58 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 84 | 0.86 | 0 | 0.65 | 0.07 | 134.93 | 0.86 | 0.53 |
| Hex | 21 | EE | 54 | 56 | 0 | 41 | 7 | 87 | 56 | 35 |
| Octal | 41 | 356 | 124 | 126 | 0 | 101 | 7 | 207 | 126 | 65 |
| Binary | 100001 | 11101110 | 1010100 | 1010110 | 0 | 1000001 | 111 | 10000111 | 1010110 | 110101 |
Color Harmonies of #21EE54
Complementary color
Monochromatic Colors of #21EE54
Black with #21EE54
Text Example
Text Example
White with #21EE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE54; }
p { color: rgb(33,238,84); }
H1.HeaderClassName
{
color: #21EE54;
}
.AnyTagClassName
{
color: #21EE54;
}
</style>
background-color css
<style>
a { background-color: #21EE54; }
a { background-color: rgb(33,238,84); }
div.DivClassName
{
background-color: #21EE54;
}
.BgClassName
{
background-color: #21EE54;
}
</style>
border-color css
<style>
span { border-color: #21EE54; }
span { border-color: rgb(33,238,84); }
td.TdClassName
{
border-color: #21EE54;
}
.TagClassName
{
border-color: #21EE54;
}
</style>