Shades of Malachite #2FD759
Tints of Malachite #2FD759
RGB
CMYK
RGB Variations
Color information
#2FD759 (or 0x2FD759) is known color: Malachite. HEX triplet: 2F, D7 and 59. RGB value is (47,215,89). Sum of RGB (Red+Green+Blue) = 47+215+89=351 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.39% from 351); Green value is 215 (84.38% from 255 or 61.25% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD759 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD759 is #D028A6. Grayscale: #969696. Windows color (decimal): -13641895 or 5887791. OLE color: 5887791.
HSL color Cylindrical-coordinate representation of color #2FD759: hue angle of 135º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD759 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 215 | 89 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.16 |
| HSL | 135º | 0.68% | 0.51% | - |
| HSV(B) | 135º | 0.78% | 0.84% | - |
| XYZ | 27.28 | 49.93 | 17.65 | - |
| YUV | 150.4 | 93.34 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 215 | 89 | 0.78 | 0 | 0.59 | 0.16 | 135 | 0.68 | 0.51 |
| Hex | 2F | D7 | 59 | 4E | 0 | 3B | 10 | 87 | 44 | 33 |
| Octal | 57 | 327 | 131 | 116 | 0 | 73 | 20 | 207 | 104 | 63 |
| Binary | 101111 | 11010111 | 1011001 | 1001110 | 0 | 111011 | 10000 | 10000111 | 1000100 | 110011 |
Color Harmonies of #2FD759
Complementary color
Monochromatic Colors of #2FD759
Black with #2FD759
Text Example
Text Example
White with #2FD759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD759; }
p { color: rgb(47,215,89); }
H1.HeaderClassName
{
color: #2FD759;
}
.AnyTagClassName
{
color: #2FD759;
}
</style>
background-color css
<style>
a { background-color: #2FD759; }
a { background-color: rgb(47,215,89); }
div.DivClassName
{
background-color: #2FD759;
}
.BgClassName
{
background-color: #2FD759;
}
</style>
border-color css
<style>
span { border-color: #2FD759; }
span { border-color: rgb(47,215,89); }
td.TdClassName
{
border-color: #2FD759;
}
.TagClassName
{
border-color: #2FD759;
}
</style>