Shades of Malachite #2DD85C
Tints of Malachite #2DD85C
RGB
CMYK
RGB Variations
Color information
#2DD85C (or 0x2DD85C) is known color: Malachite. HEX triplet: 2D, D8 and 5C. RGB value is (45,216,92). Sum of RGB (Red+Green+Blue) = 45+216+92=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD85C is #D227A3. Grayscale: #979797. Windows color (decimal): -13772708 or 6084653. OLE color: 6084653.
HSL color Cylindrical-coordinate representation of color #2DD85C: hue angle of 136.49º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD85C is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 216 | 92 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.15 |
| HSL | 136.49º | 0.69% | 0.51% | - |
| HSV(B) | 136.49º | 0.79% | 0.85% | - |
| XYZ | 27.57 | 50.44 | 18.41 | - |
| YUV | 150.74 | 94.85 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 216 | 92 | 0.79 | 0 | 0.57 | 0.15 | 136.49 | 0.69 | 0.51 |
| Hex | 2D | D8 | 5C | 4F | 0 | 39 | F | 88 | 45 | 33 |
| Octal | 55 | 330 | 134 | 117 | 0 | 71 | 17 | 210 | 105 | 63 |
| Binary | 101101 | 11011000 | 1011100 | 1001111 | 0 | 111001 | 1111 | 10001000 | 1000101 | 110011 |
Color Harmonies of #2DD85C
Complementary color
Monochromatic Colors of #2DD85C
Black with #2DD85C
Text Example
Text Example
White with #2DD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD85C; }
p { color: rgb(45,216,92); }
H1.HeaderClassName
{
color: #2DD85C;
}
.AnyTagClassName
{
color: #2DD85C;
}
</style>
background-color css
<style>
a { background-color: #2DD85C; }
a { background-color: rgb(45,216,92); }
div.DivClassName
{
background-color: #2DD85C;
}
.BgClassName
{
background-color: #2DD85C;
}
</style>
border-color css
<style>
span { border-color: #2DD85C; }
span { border-color: rgb(45,216,92); }
td.TdClassName
{
border-color: #2DD85C;
}
.TagClassName
{
border-color: #2DD85C;
}
</style>