Shades of Malachite #2FD753
Tints of Malachite #2FD753
RGB
CMYK
RGB Variations
Color information
#2FD753 (or 0x2FD753) is known color: Malachite. HEX triplet: 2F, D7 and 53. RGB value is (47,215,83). Sum of RGB (Red+Green+Blue) = 47+215+83=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD753 is #D028AC. Grayscale: #969696. Windows color (decimal): -13641901 or 5494575. OLE color: 5494575.
HSL color Cylindrical-coordinate representation of color #2FD753: hue angle of 132.86º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD753 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 215 | 83 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.16 |
| HSL | 132.86º | 0.68% | 0.51% | - |
| HSV(B) | 132.86º | 0.78% | 0.84% | - |
| XYZ | 27.03 | 49.83 | 16.38 | - |
| YUV | 149.72 | 90.34 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 215 | 83 | 0.78 | 0 | 0.61 | 0.16 | 132.86 | 0.68 | 0.51 |
| Hex | 2F | D7 | 53 | 4E | 0 | 3D | 10 | 85 | 44 | 33 |
| Octal | 57 | 327 | 123 | 116 | 0 | 75 | 20 | 205 | 104 | 63 |
| Binary | 101111 | 11010111 | 1010011 | 1001110 | 0 | 111101 | 10000 | 10000101 | 1000100 | 110011 |
Color Harmonies of #2FD753
Complementary color
Monochromatic Colors of #2FD753
Black with #2FD753
Text Example
Text Example
White with #2FD753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD753; }
p { color: rgb(47,215,83); }
H1.HeaderClassName
{
color: #2FD753;
}
.AnyTagClassName
{
color: #2FD753;
}
</style>
background-color css
<style>
a { background-color: #2FD753; }
a { background-color: rgb(47,215,83); }
div.DivClassName
{
background-color: #2FD753;
}
.BgClassName
{
background-color: #2FD753;
}
</style>
border-color css
<style>
span { border-color: #2FD753; }
span { border-color: rgb(47,215,83); }
td.TdClassName
{
border-color: #2FD753;
}
.TagClassName
{
border-color: #2FD753;
}
</style>