Shades of Malachite #2FDA5B
Tints of Malachite #2FDA5B
RGB
CMYK
RGB Variations
Color information
#2FDA5B (or 0x2FDA5B) is known color: Malachite. HEX triplet: 2F, DA and 5B. RGB value is (47,218,91). Sum of RGB (Red+Green+Blue) = 47+218+91=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 218 (85.55% from 255 or 61.24% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA5B is #D025A4. Grayscale: #989898. Windows color (decimal): -13641125 or 6019631. OLE color: 6019631.
HSL color Cylindrical-coordinate representation of color #2FDA5B: hue angle of 135.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA5B is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 91 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.15 |
| HSL | 135.44º | 0.7% | 0.52% | - |
| HSV(B) | 135.44º | 0.78% | 0.85% | - |
| XYZ | 28.13 | 51.5 | 18.36 | - |
| YUV | 152.39 | 93.35 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 91 | 0.78 | 0 | 0.58 | 0.15 | 135.44 | 0.7 | 0.52 |
| Hex | 2F | DA | 5B | 4E | 0 | 3A | F | 87 | 46 | 34 |
| Octal | 57 | 332 | 133 | 116 | 0 | 72 | 17 | 207 | 106 | 64 |
| Binary | 101111 | 11011010 | 1011011 | 1001110 | 0 | 111010 | 1111 | 10000111 | 1000110 | 110100 |
Color Harmonies of #2FDA5B
Complementary color
Monochromatic Colors of #2FDA5B
Black with #2FDA5B
Text Example
Text Example
White with #2FDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA5B; }
p { color: rgb(47,218,91); }
H1.HeaderClassName
{
color: #2FDA5B;
}
.AnyTagClassName
{
color: #2FDA5B;
}
</style>
background-color css
<style>
a { background-color: #2FDA5B; }
a { background-color: rgb(47,218,91); }
div.DivClassName
{
background-color: #2FDA5B;
}
.BgClassName
{
background-color: #2FDA5B;
}
</style>
border-color css
<style>
span { border-color: #2FDA5B; }
span { border-color: rgb(47,218,91); }
td.TdClassName
{
border-color: #2FDA5B;
}
.TagClassName
{
border-color: #2FDA5B;
}
</style>