Shades of Malachite #21EE55
Tints of Malachite #21EE55
RGB
CMYK
RGB Variations
Color information
#21EE55 (or 0x21EE55) is known color: Malachite. HEX triplet: 21, EE and 55. RGB value is (33,238,85). Sum of RGB (Red+Green+Blue) = 33+238+85=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 238 (93.36% from 255 or 66.85% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #21EE55 is #DE11AA. Grayscale: #9F9F9F. Windows color (decimal): -14553515 or 5631521. OLE color: 5631521.
HSL color Cylindrical-coordinate representation of color #21EE55: hue angle of 135.22º 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 #21EE55 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 85 | - |
| CMYK | 0.86 | 0 | 0.64 | 0.07 |
| HSL | 135.22º | 0.86% | 0.53% | - |
| HSV(B) | 135.22º | 0.86% | 0.93% | - |
| XYZ | 32.84 | 62.13 | 18.86 | - |
| YUV | 159.26 | 86.08 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 85 | 0.86 | 0 | 0.64 | 0.07 | 135.22 | 0.86 | 0.53 |
| Hex | 21 | EE | 55 | 56 | 0 | 40 | 7 | 87 | 56 | 35 |
| Octal | 41 | 356 | 125 | 126 | 0 | 100 | 7 | 207 | 126 | 65 |
| Binary | 100001 | 11101110 | 1010101 | 1010110 | 0 | 1000000 | 111 | 10000111 | 1010110 | 110101 |
Color Harmonies of #21EE55
Complementary color
Monochromatic Colors of #21EE55
Black with #21EE55
Text Example
Text Example
White with #21EE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE55; }
p { color: rgb(33,238,85); }
H1.HeaderClassName
{
color: #21EE55;
}
.AnyTagClassName
{
color: #21EE55;
}
</style>
background-color css
<style>
a { background-color: #21EE55; }
a { background-color: rgb(33,238,85); }
div.DivClassName
{
background-color: #21EE55;
}
.BgClassName
{
background-color: #21EE55;
}
</style>
border-color css
<style>
span { border-color: #21EE55; }
span { border-color: rgb(33,238,85); }
td.TdClassName
{
border-color: #21EE55;
}
.TagClassName
{
border-color: #21EE55;
}
</style>