Shades of Malachite #2DD759
Tints of Malachite #2DD759
RGB
CMYK
RGB Variations
Color information
#2DD759 (or 0x2DD759) is known color: Malachite. HEX triplet: 2D, D7 and 59. RGB value is (45,215,89). Sum of RGB (Red+Green+Blue) = 45+215+89=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 215 (84.38% from 255 or 61.60% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD759 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD759 is #D228A6. Grayscale: #969696. Windows color (decimal): -13772967 or 5887789. OLE color: 5887789.
HSL color Cylindrical-coordinate representation of color #2DD759: hue angle of 135.53º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD759 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 89 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.16 |
| HSL | 135.53º | 0.68% | 0.51% | - |
| HSV(B) | 135.53º | 0.79% | 0.84% | - |
| XYZ | 27.19 | 49.88 | 17.65 | - |
| YUV | 149.81 | 93.68 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 89 | 0.79 | 0 | 0.59 | 0.16 | 135.53 | 0.68 | 0.51 |
| Hex | 2D | D7 | 59 | 4F | 0 | 3B | 10 | 88 | 44 | 33 |
| Octal | 55 | 327 | 131 | 117 | 0 | 73 | 20 | 210 | 104 | 63 |
| Binary | 101101 | 11010111 | 1011001 | 1001111 | 0 | 111011 | 10000 | 10001000 | 1000100 | 110011 |
Color Harmonies of #2DD759
Complementary color
Monochromatic Colors of #2DD759
Black with #2DD759
Text Example
Text Example
White with #2DD759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD759; }
p { color: rgb(45,215,89); }
H1.HeaderClassName
{
color: #2DD759;
}
.AnyTagClassName
{
color: #2DD759;
}
</style>
background-color css
<style>
a { background-color: #2DD759; }
a { background-color: rgb(45,215,89); }
div.DivClassName
{
background-color: #2DD759;
}
.BgClassName
{
background-color: #2DD759;
}
</style>
border-color css
<style>
span { border-color: #2DD759; }
span { border-color: rgb(45,215,89); }
td.TdClassName
{
border-color: #2DD759;
}
.TagClassName
{
border-color: #2DD759;
}
</style>