Shades of Malachite #2FD85A
Tints of Malachite #2FD85A
RGB
CMYK
RGB Variations
Color information
#2FD85A (or 0x2FD85A) is known color: Malachite. HEX triplet: 2F, D8 and 5A. RGB value is (47,216,90). Sum of RGB (Red+Green+Blue) = 47+216+90=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD85A is #D027A5. Grayscale: #979797. Windows color (decimal): -13641638 or 5953583. OLE color: 5953583.
HSL color Cylindrical-coordinate representation of color #2FD85A: hue angle of 135.27º degrees, saturation: 0.68, 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 #2FD85A is Cyan = 0.78, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 90 | - |
| CMYK | 0.78 | 0 | 0.58 | 0.15 |
| HSL | 135.27º | 0.68% | 0.52% | - |
| HSV(B) | 135.27º | 0.78% | 0.85% | - |
| XYZ | 27.57 | 50.45 | 17.96 | - |
| YUV | 151.11 | 93.51 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 90 | 0.78 | 0 | 0.58 | 0.15 | 135.27 | 0.68 | 0.52 |
| Hex | 2F | D8 | 5A | 4E | 0 | 3A | F | 87 | 44 | 34 |
| Octal | 57 | 330 | 132 | 116 | 0 | 72 | 17 | 207 | 104 | 64 |
| Binary | 101111 | 11011000 | 1011010 | 1001110 | 0 | 111010 | 1111 | 10000111 | 1000100 | 110100 |
Color Harmonies of #2FD85A
Complementary color
Monochromatic Colors of #2FD85A
Black with #2FD85A
Text Example
Text Example
White with #2FD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD85A; }
p { color: rgb(47,216,90); }
H1.HeaderClassName
{
color: #2FD85A;
}
.AnyTagClassName
{
color: #2FD85A;
}
</style>
background-color css
<style>
a { background-color: #2FD85A; }
a { background-color: rgb(47,216,90); }
div.DivClassName
{
background-color: #2FD85A;
}
.BgClassName
{
background-color: #2FD85A;
}
</style>
border-color css
<style>
span { border-color: #2FD85A; }
span { border-color: rgb(47,216,90); }
td.TdClassName
{
border-color: #2FD85A;
}
.TagClassName
{
border-color: #2FD85A;
}
</style>