Shades of Malachite #21BE55
Tints of Malachite #21BE55
RGB
CMYK
RGB Variations
Color information
#21BE55 (or 0x21BE55) is known color: Malachite. HEX triplet: 21, BE and 55. RGB value is (33,190,85). Sum of RGB (Red+Green+Blue) = 33+190+85=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BE55 is #DE41AA. Grayscale: #838383. Windows color (decimal): -14565803 or 5619233. OLE color: 5619233.
HSL color Cylindrical-coordinate representation of color #21BE55: hue angle of 139.87º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BE55 is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 85 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.25 |
| HSL | 139.87º | 0.7% | 0.44% | - |
| HSV(B) | 139.87º | 0.83% | 0.75% | - |
| XYZ | 20.68 | 37.81 | 14.8 | - |
| YUV | 131.09 | 101.99 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 85 | 0.83 | 0 | 0.55 | 0.25 | 139.87 | 0.7 | 0.44 |
| Hex | 21 | BE | 55 | 53 | 0 | 37 | 19 | 8C | 46 | 2C |
| Octal | 41 | 276 | 125 | 123 | 0 | 67 | 31 | 214 | 106 | 54 |
| Binary | 100001 | 10111110 | 1010101 | 1010011 | 0 | 110111 | 11001 | 10001100 | 1000110 | 101100 |
Color Harmonies of #21BE55
Complementary color
Monochromatic Colors of #21BE55
Black with #21BE55
Text Example
Text Example
White with #21BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BE55; }
p { color: rgb(33,190,85); }
H1.HeaderClassName
{
color: #21BE55;
}
.AnyTagClassName
{
color: #21BE55;
}
</style>
background-color css
<style>
a { background-color: #21BE55; }
a { background-color: rgb(33,190,85); }
div.DivClassName
{
background-color: #21BE55;
}
.BgClassName
{
background-color: #21BE55;
}
</style>
border-color css
<style>
span { border-color: #21BE55; }
span { border-color: rgb(33,190,85); }
td.TdClassName
{
border-color: #21BE55;
}
.TagClassName
{
border-color: #21BE55;
}
</style>