Shades of Malachite #2DFA51
Tints of Malachite #2DFA51
RGB
CMYK
RGB Variations
Color information
#2DFA51 (or 0x2DFA51) is known color: Malachite. HEX triplet: 2D, FA and 51. RGB value is (45,250,81). Sum of RGB (Red+Green+Blue) = 45+250+81=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 250 (98.05% from 255 or 66.49% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFA51 is #D205AE. Grayscale: #A9A9A9. Windows color (decimal): -13764015 or 5372461. OLE color: 5372461.
HSL color Cylindrical-coordinate representation of color #2DFA51: hue angle of 130.54º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFA51 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 81 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.02 |
| HSL | 130.54º | 0.95% | 0.58% | - |
| HSV(B) | 130.54º | 0.82% | 0.98% | - |
| XYZ | 36.75 | 69.52 | 19.27 | - |
| YUV | 169.44 | 78.08 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 81 | 0.82 | 0 | 0.68 | 0.02 | 130.54 | 0.95 | 0.58 |
| Hex | 2D | FA | 51 | 52 | 0 | 44 | 2 | 83 | 5F | 3A |
| Octal | 55 | 372 | 121 | 122 | 0 | 104 | 2 | 203 | 137 | 72 |
| Binary | 101101 | 11111010 | 1010001 | 1010010 | 0 | 1000100 | 10 | 10000011 | 1011111 | 111010 |
Color Harmonies of #2DFA51
Complementary color
Monochromatic Colors of #2DFA51
Black with #2DFA51
Text Example
Text Example
White with #2DFA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA51; }
p { color: rgb(45,250,81); }
H1.HeaderClassName
{
color: #2DFA51;
}
.AnyTagClassName
{
color: #2DFA51;
}
</style>
background-color css
<style>
a { background-color: #2DFA51; }
a { background-color: rgb(45,250,81); }
div.DivClassName
{
background-color: #2DFA51;
}
.BgClassName
{
background-color: #2DFA51;
}
</style>
border-color css
<style>
span { border-color: #2DFA51; }
span { border-color: rgb(45,250,81); }
td.TdClassName
{
border-color: #2DFA51;
}
.TagClassName
{
border-color: #2DFA51;
}
</style>