Shades of Malachite #2FDF5F
Tints of Malachite #2FDF5F
RGB
CMYK
RGB Variations
Color information
#2FDF5F (or 0x2FDF5F) is known color: Malachite. HEX triplet: 2F, DF and 5F. RGB value is (47,223,95). Sum of RGB (Red+Green+Blue) = 47+223+95=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF5F is #D020A0. Grayscale: #9C9C9C. Windows color (decimal): -13639841 or 6283055. OLE color: 6283055.
HSL color Cylindrical-coordinate representation of color #2FDF5F: hue angle of 136.36º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF5F is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 95 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.13 |
| HSL | 136.36º | 0.73% | 0.53% | - |
| HSV(B) | 136.36º | 0.79% | 0.87% | - |
| XYZ | 29.63 | 54.21 | 19.73 | - |
| YUV | 155.78 | 93.69 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 95 | 0.79 | 0 | 0.57 | 0.13 | 136.36 | 0.73 | 0.53 |
| Hex | 2F | DF | 5F | 4F | 0 | 39 | D | 88 | 49 | 35 |
| Octal | 57 | 337 | 137 | 117 | 0 | 71 | 15 | 210 | 111 | 65 |
| Binary | 101111 | 11011111 | 1011111 | 1001111 | 0 | 111001 | 1101 | 10001000 | 1001001 | 110101 |
Color Harmonies of #2FDF5F
Complementary color
Monochromatic Colors of #2FDF5F
Black with #2FDF5F
Text Example
Text Example
White with #2FDF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF5F; }
p { color: rgb(47,223,95); }
H1.HeaderClassName
{
color: #2FDF5F;
}
.AnyTagClassName
{
color: #2FDF5F;
}
</style>
background-color css
<style>
a { background-color: #2FDF5F; }
a { background-color: rgb(47,223,95); }
div.DivClassName
{
background-color: #2FDF5F;
}
.BgClassName
{
background-color: #2FDF5F;
}
</style>
border-color css
<style>
span { border-color: #2FDF5F; }
span { border-color: rgb(47,223,95); }
td.TdClassName
{
border-color: #2FDF5F;
}
.TagClassName
{
border-color: #2FDF5F;
}
</style>