Shades of Malachite #2FD654
Tints of Malachite #2FD654
RGB
CMYK
RGB Variations
Color information
#2FD654 (or 0x2FD654) is known color: Malachite. HEX triplet: 2F, D6 and 54. RGB value is (47,214,84). Sum of RGB (Red+Green+Blue) = 47+214+84=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 214 (83.98% from 255 or 62.03% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD654 is #D029AB. Grayscale: #959595. Windows color (decimal): -13642156 or 5559855. OLE color: 5559855.
HSL color Cylindrical-coordinate representation of color #2FD654: hue angle of 133.29º 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 #2FD654 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 84 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.16 |
| HSL | 133.29º | 0.67% | 0.51% | - |
| HSV(B) | 133.29º | 0.78% | 0.84% | - |
| XYZ | 26.82 | 49.34 | 16.5 | - |
| YUV | 149.25 | 91.17 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 84 | 0.78 | 0 | 0.61 | 0.16 | 133.29 | 0.67 | 0.51 |
| Hex | 2F | D6 | 54 | 4E | 0 | 3D | 10 | 85 | 43 | 33 |
| Octal | 57 | 326 | 124 | 116 | 0 | 75 | 20 | 205 | 103 | 63 |
| Binary | 101111 | 11010110 | 1010100 | 1001110 | 0 | 111101 | 10000 | 10000101 | 1000011 | 110011 |
Color Harmonies of #2FD654
Complementary color
Monochromatic Colors of #2FD654
Black with #2FD654
Text Example
Text Example
White with #2FD654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD654; }
p { color: rgb(47,214,84); }
H1.HeaderClassName
{
color: #2FD654;
}
.AnyTagClassName
{
color: #2FD654;
}
</style>
background-color css
<style>
a { background-color: #2FD654; }
a { background-color: rgb(47,214,84); }
div.DivClassName
{
background-color: #2FD654;
}
.BgClassName
{
background-color: #2FD654;
}
</style>
border-color css
<style>
span { border-color: #2FD654; }
span { border-color: rgb(47,214,84); }
td.TdClassName
{
border-color: #2FD654;
}
.TagClassName
{
border-color: #2FD654;
}
</style>