Shades of Malachite #2DFD5B
Tints of Malachite #2DFD5B
RGB
CMYK
RGB Variations
Color information
#2DFD5B (or 0x2DFD5B) is known color: Malachite. HEX triplet: 2D, FD and 5B. RGB value is (45,253,91). Sum of RGB (Red+Green+Blue) = 45+253+91=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 253 (99.22% from 255 or 65.04% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFD5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFD5B is #D202A4. Grayscale: #ACACAC. Windows color (decimal): -13763237 or 6028589. OLE color: 6028589.
HSL color Cylindrical-coordinate representation of color #2DFD5B: hue angle of 133.27º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFD5B is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 91 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.01 |
| HSL | 133.27º | 0.98% | 0.58% | - |
| HSV(B) | 133.27º | 0.82% | 0.99% | - |
| XYZ | 38.1 | 71.56 | 21.7 | - |
| YUV | 172.34 | 82.09 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 91 | 0.82 | 0 | 0.64 | 0.01 | 133.27 | 0.98 | 0.58 |
| Hex | 2D | FD | 5B | 52 | 0 | 40 | 1 | 85 | 62 | 3A |
| Octal | 55 | 375 | 133 | 122 | 0 | 100 | 1 | 205 | 142 | 72 |
| Binary | 101101 | 11111101 | 1011011 | 1010010 | 0 | 1000000 | 1 | 10000101 | 1100010 | 111010 |
Color Harmonies of #2DFD5B
Complementary color
Monochromatic Colors of #2DFD5B
Black with #2DFD5B
Text Example
Text Example
White with #2DFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFD5B; }
p { color: rgb(45,253,91); }
H1.HeaderClassName
{
color: #2DFD5B;
}
.AnyTagClassName
{
color: #2DFD5B;
}
</style>
background-color css
<style>
a { background-color: #2DFD5B; }
a { background-color: rgb(45,253,91); }
div.DivClassName
{
background-color: #2DFD5B;
}
.BgClassName
{
background-color: #2DFD5B;
}
</style>
border-color css
<style>
span { border-color: #2DFD5B; }
span { border-color: rgb(45,253,91); }
td.TdClassName
{
border-color: #2DFD5B;
}
.TagClassName
{
border-color: #2DFD5B;
}
</style>