Shades of Malachite #2DD255
Tints of Malachite #2DD255
RGB
CMYK
RGB Variations
Color information
#2DD255 (or 0x2DD255) is known color: Malachite. HEX triplet: 2D, D2 and 55. RGB value is (45,210,85). Sum of RGB (Red+Green+Blue) = 45+210+85=340 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.24% from 340); Green value is 210 (82.42% from 255 or 61.76% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 210 - color contains mainly: green. Hex color #2DD255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD255 is #D22DAA. Grayscale: #929292. Windows color (decimal): -13774251 or 5624365. OLE color: 5624365.
HSL color Cylindrical-coordinate representation of color #2DD255: hue angle of 134.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD255 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 210 | 85 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.18 |
| HSL | 134.55º | 0.65% | 0.5% | - |
| HSV(B) | 134.55º | 0.79% | 0.82% | - |
| XYZ | 25.77 | 47.31 | 16.37 | - |
| YUV | 146.42 | 93.34 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 210 | 85 | 0.79 | 0 | 0.60 | 0.18 | 134.55 | 0.65 | 0.5 |
| Hex | 2D | D2 | 55 | 4F | 0 | 3C | 12 | 87 | 41 | 32 |
| Octal | 55 | 322 | 125 | 117 | 0 | 74 | 22 | 207 | 101 | 62 |
| Binary | 101101 | 11010010 | 1010101 | 1001111 | 0 | 111100 | 10010 | 10000111 | 1000001 | 110010 |
Color Harmonies of #2DD255
Complementary color
Monochromatic Colors of #2DD255
Black with #2DD255
Text Example
Text Example
White with #2DD255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD255; }
p { color: rgb(45,210,85); }
H1.HeaderClassName
{
color: #2DD255;
}
.AnyTagClassName
{
color: #2DD255;
}
</style>
background-color css
<style>
a { background-color: #2DD255; }
a { background-color: rgb(45,210,85); }
div.DivClassName
{
background-color: #2DD255;
}
.BgClassName
{
background-color: #2DD255;
}
</style>
border-color css
<style>
span { border-color: #2DD255; }
span { border-color: rgb(45,210,85); }
td.TdClassName
{
border-color: #2DD255;
}
.TagClassName
{
border-color: #2DD255;
}
</style>