Shades of Malachite #21EE5C
Tints of Malachite #21EE5C
RGB
CMYK
RGB Variations
Color information
#21EE5C (or 0x21EE5C) is known color: Malachite. HEX triplet: 21, EE and 5C. RGB value is (33,238,92). Sum of RGB (Red+Green+Blue) = 33+238+92=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 238 (93.36% from 255 or 65.56% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EE5C is #DE11A3. Grayscale: #A0A0A0. Windows color (decimal): -14553508 or 6090273. OLE color: 6090273.
HSL color Cylindrical-coordinate representation of color #21EE5C: hue angle of 137.27º 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 #21EE5C is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 92 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.07 |
| HSL | 137.27º | 0.86% | 0.53% | - |
| HSV(B) | 137.27º | 0.86% | 0.93% | - |
| XYZ | 33.13 | 62.25 | 20.39 | - |
| YUV | 160.06 | 89.58 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 92 | 0.86 | 0 | 0.61 | 0.07 | 137.27 | 0.86 | 0.53 |
| Hex | 21 | EE | 5C | 56 | 0 | 3D | 7 | 89 | 56 | 35 |
| Octal | 41 | 356 | 134 | 126 | 0 | 75 | 7 | 211 | 126 | 65 |
| Binary | 100001 | 11101110 | 1011100 | 1010110 | 0 | 111101 | 111 | 10001001 | 1010110 | 110101 |
Color Harmonies of #21EE5C
Complementary color
Monochromatic Colors of #21EE5C
Black with #21EE5C
Text Example
Text Example
White with #21EE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE5C; }
p { color: rgb(33,238,92); }
H1.HeaderClassName
{
color: #21EE5C;
}
.AnyTagClassName
{
color: #21EE5C;
}
</style>
background-color css
<style>
a { background-color: #21EE5C; }
a { background-color: rgb(33,238,92); }
div.DivClassName
{
background-color: #21EE5C;
}
.BgClassName
{
background-color: #21EE5C;
}
</style>
border-color css
<style>
span { border-color: #21EE5C; }
span { border-color: rgb(33,238,92); }
td.TdClassName
{
border-color: #21EE5C;
}
.TagClassName
{
border-color: #21EE5C;
}
</style>