Shades of Malachite #2FD655
Tints of Malachite #2FD655
RGB
CMYK
RGB Variations
Color information
#2FD655 (or 0x2FD655) is known color: Malachite. HEX triplet: 2F, D6 and 55. RGB value is (47,214,85). Sum of RGB (Red+Green+Blue) = 47+214+85=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD655 is #D029AA. Grayscale: #959595. Windows color (decimal): -13642155 or 5625391. OLE color: 5625391.
HSL color Cylindrical-coordinate representation of color #2FD655: hue angle of 133.65º degrees, saturation: 0.67, 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 #2FD655 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 85 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.16 |
| HSL | 133.65º | 0.67% | 0.51% | - |
| HSV(B) | 133.65º | 0.78% | 0.84% | - |
| XYZ | 26.86 | 49.35 | 16.7 | - |
| YUV | 149.36 | 91.67 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 85 | 0.78 | 0 | 0.60 | 0.16 | 133.65 | 0.67 | 0.51 |
| Hex | 2F | D6 | 55 | 4E | 0 | 3C | 10 | 86 | 43 | 33 |
| Octal | 57 | 326 | 125 | 116 | 0 | 74 | 20 | 206 | 103 | 63 |
| Binary | 101111 | 11010110 | 1010101 | 1001110 | 0 | 111100 | 10000 | 10000110 | 1000011 | 110011 |
Color Harmonies of #2FD655
Complementary color
Monochromatic Colors of #2FD655
Black with #2FD655
Text Example
Text Example
White with #2FD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD655; }
p { color: rgb(47,214,85); }
H1.HeaderClassName
{
color: #2FD655;
}
.AnyTagClassName
{
color: #2FD655;
}
</style>
background-color css
<style>
a { background-color: #2FD655; }
a { background-color: rgb(47,214,85); }
div.DivClassName
{
background-color: #2FD655;
}
.BgClassName
{
background-color: #2FD655;
}
</style>
border-color css
<style>
span { border-color: #2FD655; }
span { border-color: rgb(47,214,85); }
td.TdClassName
{
border-color: #2FD655;
}
.TagClassName
{
border-color: #2FD655;
}
</style>