Shades of Malachite #2DDE5C
Tints of Malachite #2DDE5C
RGB
CMYK
RGB Variations
Color information
#2DDE5C (or 0x2DDE5C) is known color: Malachite. HEX triplet: 2D, DE and 5C. RGB value is (45,222,92). Sum of RGB (Red+Green+Blue) = 45+222+92=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 222 (87.11% from 255 or 61.84% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDE5C is #D221A3. Grayscale: #9A9A9A. Windows color (decimal): -13771172 or 6086189. OLE color: 6086189.
HSL color Cylindrical-coordinate representation of color #2DDE5C: hue angle of 135.93º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDE5C is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 92 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.13 |
| HSL | 135.93º | 0.73% | 0.52% | - |
| HSV(B) | 135.93º | 0.8% | 0.87% | - |
| XYZ | 29.14 | 53.57 | 18.93 | - |
| YUV | 154.26 | 92.86 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 92 | 0.80 | 0 | 0.59 | 0.13 | 135.93 | 0.73 | 0.52 |
| Hex | 2D | DE | 5C | 50 | 0 | 3B | D | 88 | 49 | 34 |
| Octal | 55 | 336 | 134 | 120 | 0 | 73 | 15 | 210 | 111 | 64 |
| Binary | 101101 | 11011110 | 1011100 | 1010000 | 0 | 111011 | 1101 | 10001000 | 1001001 | 110100 |
Color Harmonies of #2DDE5C
Complementary color
Monochromatic Colors of #2DDE5C
Black with #2DDE5C
Text Example
Text Example
White with #2DDE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE5C; }
p { color: rgb(45,222,92); }
H1.HeaderClassName
{
color: #2DDE5C;
}
.AnyTagClassName
{
color: #2DDE5C;
}
</style>
background-color css
<style>
a { background-color: #2DDE5C; }
a { background-color: rgb(45,222,92); }
div.DivClassName
{
background-color: #2DDE5C;
}
.BgClassName
{
background-color: #2DDE5C;
}
</style>
border-color css
<style>
span { border-color: #2DDE5C; }
span { border-color: rgb(45,222,92); }
td.TdClassName
{
border-color: #2DDE5C;
}
.TagClassName
{
border-color: #2DDE5C;
}
</style>