Shades of Malachite #2DFA65
Tints of Malachite #2DFA65
RGB
CMYK
RGB Variations
Color information
#2DFA65 (or 0x2DFA65) is known color: Malachite. HEX triplet: 2D, FA and 65. RGB value is (45,250,101). Sum of RGB (Red+Green+Blue) = 45+250+101=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFA65 is #D2059A. Grayscale: #ACACAC. Windows color (decimal): -13763995 or 6683181. OLE color: 6683181.
HSL color Cylindrical-coordinate representation of color #2DFA65: hue angle of 136.39º 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 #2DFA65 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 101 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.02 |
| HSL | 136.39º | 0.95% | 0.58% | - |
| HSV(B) | 136.39º | 0.82% | 0.98% | - |
| XYZ | 37.62 | 69.87 | 23.82 | - |
| YUV | 171.72 | 88.08 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 101 | 0.82 | 0 | 0.60 | 0.02 | 136.39 | 0.95 | 0.58 |
| Hex | 2D | FA | 65 | 52 | 0 | 3C | 2 | 88 | 5F | 3A |
| Octal | 55 | 372 | 145 | 122 | 0 | 74 | 2 | 210 | 137 | 72 |
| Binary | 101101 | 11111010 | 1100101 | 1010010 | 0 | 111100 | 10 | 10001000 | 1011111 | 111010 |
Color Harmonies of #2DFA65
Complementary color
Monochromatic Colors of #2DFA65
Black with #2DFA65
Text Example
Text Example
White with #2DFA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA65; }
p { color: rgb(45,250,101); }
H1.HeaderClassName
{
color: #2DFA65;
}
.AnyTagClassName
{
color: #2DFA65;
}
</style>
background-color css
<style>
a { background-color: #2DFA65; }
a { background-color: rgb(45,250,101); }
div.DivClassName
{
background-color: #2DFA65;
}
.BgClassName
{
background-color: #2DFA65;
}
</style>
border-color css
<style>
span { border-color: #2DFA65; }
span { border-color: rgb(45,250,101); }
td.TdClassName
{
border-color: #2DFA65;
}
.TagClassName
{
border-color: #2DFA65;
}
</style>