Shades of Malachite #2DEE5D
Tints of Malachite #2DEE5D
RGB
CMYK
RGB Variations
Color information
#2DEE5D (or 0x2DEE5D) is known color: Malachite. HEX triplet: 2D, EE and 5D. RGB value is (45,238,93). Sum of RGB (Red+Green+Blue) = 45+238+93=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 238 (93.36% from 255 or 63.30% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEE5D is #D211A2. Grayscale: #A4A4A4. Windows color (decimal): -13767075 or 6155821. OLE color: 6155821.
HSL color Cylindrical-coordinate representation of color #2DEE5D: hue angle of 134.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEE5D is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 93 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.07 |
| HSL | 134.92º | 0.85% | 0.55% | - |
| HSV(B) | 134.92º | 0.81% | 0.93% | - |
| XYZ | 33.63 | 62.5 | 20.65 | - |
| YUV | 163.76 | 88.06 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 93 | 0.81 | 0 | 0.61 | 0.07 | 134.92 | 0.85 | 0.55 |
| Hex | 2D | EE | 5D | 51 | 0 | 3D | 7 | 87 | 55 | 37 |
| Octal | 55 | 356 | 135 | 121 | 0 | 75 | 7 | 207 | 125 | 67 |
| Binary | 101101 | 11101110 | 1011101 | 1010001 | 0 | 111101 | 111 | 10000111 | 1010101 | 110111 |
Color Harmonies of #2DEE5D
Complementary color
Monochromatic Colors of #2DEE5D
Black with #2DEE5D
Text Example
Text Example
White with #2DEE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE5D; }
p { color: rgb(45,238,93); }
H1.HeaderClassName
{
color: #2DEE5D;
}
.AnyTagClassName
{
color: #2DEE5D;
}
</style>
background-color css
<style>
a { background-color: #2DEE5D; }
a { background-color: rgb(45,238,93); }
div.DivClassName
{
background-color: #2DEE5D;
}
.BgClassName
{
background-color: #2DEE5D;
}
</style>
border-color css
<style>
span { border-color: #2DEE5D; }
span { border-color: rgb(45,238,93); }
td.TdClassName
{
border-color: #2DEE5D;
}
.TagClassName
{
border-color: #2DEE5D;
}
</style>