Shades of Malachite #2CFF53
Tints of Malachite #2CFF53
RGB
CMYK
RGB Variations
Color information
#2CFF53 (or 0x2CFF53) is known color: Malachite. HEX triplet: 2C, FF and 53. RGB value is (44,255,83). Sum of RGB (Red+Green+Blue) = 44+255+83=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF53 is #D300AC. Grayscale: #ACACAC. Windows color (decimal): -13828269 or 5504812. OLE color: 5504812.
HSL color Cylindrical-coordinate representation of color #2CFF53: hue angle of 131.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF53 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 83 | - |
| CMYK | 0.83 | 0 | 0.67 | 0 |
| HSL | 131.09º | 1% | 0.59% | - |
| HSV(B) | 131.09º | 0.83% | 1% | - |
| XYZ | 38.36 | 72.68 | 20.19 | - |
| YUV | 172.3 | 77.6 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 83 | 0.83 | 0 | 0.67 | 0 | 131.09 | 1 | 0.59 |
| Hex | 2C | FF | 53 | 53 | 0 | 43 | 0 | 83 | 64 | 3B |
| Octal | 54 | 377 | 123 | 123 | 0 | 103 | 0 | 203 | 144 | 73 |
| Binary | 101100 | 11111111 | 1010011 | 1010011 | 0 | 1000011 | 0 | 10000011 | 1100100 | 111011 |
Color Harmonies of #2CFF53
Complementary color
Monochromatic Colors of #2CFF53
Black with #2CFF53
Text Example
Text Example
White with #2CFF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF53; }
p { color: rgb(44,255,83); }
H1.HeaderClassName
{
color: #2CFF53;
}
.AnyTagClassName
{
color: #2CFF53;
}
</style>
background-color css
<style>
a { background-color: #2CFF53; }
a { background-color: rgb(44,255,83); }
div.DivClassName
{
background-color: #2CFF53;
}
.BgClassName
{
background-color: #2CFF53;
}
</style>
border-color css
<style>
span { border-color: #2CFF53; }
span { border-color: rgb(44,255,83); }
td.TdClassName
{
border-color: #2CFF53;
}
.TagClassName
{
border-color: #2CFF53;
}
</style>