Shades of Malachite #2FDD5E
Tints of Malachite #2FDD5E
RGB
CMYK
RGB Variations
Color information
#2FDD5E (or 0x2FDD5E) is known color: Malachite. HEX triplet: 2F, DD and 5E. RGB value is (47,221,94). Sum of RGB (Red+Green+Blue) = 47+221+94=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDD5E is #D022A1. Grayscale: #9A9A9A. Windows color (decimal): -13640354 or 6217007. OLE color: 6217007.
HSL color Cylindrical-coordinate representation of color #2FDD5E: hue angle of 136.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD5E is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 94 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.13 |
| HSL | 136.21º | 0.72% | 0.53% | - |
| HSV(B) | 136.21º | 0.79% | 0.87% | - |
| XYZ | 29.05 | 53.13 | 19.31 | - |
| YUV | 154.5 | 93.85 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 94 | 0.79 | 0 | 0.57 | 0.13 | 136.21 | 0.72 | 0.53 |
| Hex | 2F | DD | 5E | 4F | 0 | 39 | D | 88 | 48 | 35 |
| Octal | 57 | 335 | 136 | 117 | 0 | 71 | 15 | 210 | 110 | 65 |
| Binary | 101111 | 11011101 | 1011110 | 1001111 | 0 | 111001 | 1101 | 10001000 | 1001000 | 110101 |
Color Harmonies of #2FDD5E
Complementary color
Monochromatic Colors of #2FDD5E
Black with #2FDD5E
Text Example
Text Example
White with #2FDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD5E; }
p { color: rgb(47,221,94); }
H1.HeaderClassName
{
color: #2FDD5E;
}
.AnyTagClassName
{
color: #2FDD5E;
}
</style>
background-color css
<style>
a { background-color: #2FDD5E; }
a { background-color: rgb(47,221,94); }
div.DivClassName
{
background-color: #2FDD5E;
}
.BgClassName
{
background-color: #2FDD5E;
}
</style>
border-color css
<style>
span { border-color: #2FDD5E; }
span { border-color: rgb(47,221,94); }
td.TdClassName
{
border-color: #2FDD5E;
}
.TagClassName
{
border-color: #2FDD5E;
}
</style>