Shades of Malachite #2DFB65
Tints of Malachite #2DFB65
RGB
CMYK
RGB Variations
Color information
#2DFB65 (or 0x2DFB65) is known color: Malachite. HEX triplet: 2D, FB and 65. RGB value is (45,251,101). Sum of RGB (Red+Green+Blue) = 45+251+101=397 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.34% from 397); Green value is 251 (98.44% from 255 or 63.22% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB65 is #D2049A. Grayscale: #ACACAC. Windows color (decimal): -13763739 or 6683437. OLE color: 6683437.
HSL color Cylindrical-coordinate representation of color #2DFB65: hue angle of 136.31º degrees, saturation: 0.96, 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 #2DFB65 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 101 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.02 |
| HSL | 136.31º | 0.96% | 0.58% | - |
| HSV(B) | 136.31º | 0.82% | 0.98% | - |
| XYZ | 37.93 | 70.49 | 23.92 | - |
| YUV | 172.31 | 87.75 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 101 | 0.82 | 0 | 0.60 | 0.02 | 136.31 | 0.96 | 0.58 |
| Hex | 2D | FB | 65 | 52 | 0 | 3C | 2 | 88 | 60 | 3A |
| Octal | 55 | 373 | 145 | 122 | 0 | 74 | 2 | 210 | 140 | 72 |
| Binary | 101101 | 11111011 | 1100101 | 1010010 | 0 | 111100 | 10 | 10001000 | 1100000 | 111010 |
Color Harmonies of #2DFB65
Complementary color
Monochromatic Colors of #2DFB65
Black with #2DFB65
Text Example
Text Example
White with #2DFB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB65; }
p { color: rgb(45,251,101); }
H1.HeaderClassName
{
color: #2DFB65;
}
.AnyTagClassName
{
color: #2DFB65;
}
</style>
background-color css
<style>
a { background-color: #2DFB65; }
a { background-color: rgb(45,251,101); }
div.DivClassName
{
background-color: #2DFB65;
}
.BgClassName
{
background-color: #2DFB65;
}
</style>
border-color css
<style>
span { border-color: #2DFB65; }
span { border-color: rgb(45,251,101); }
td.TdClassName
{
border-color: #2DFB65;
}
.TagClassName
{
border-color: #2DFB65;
}
</style>