Shades of Malachite #2FDF63
Tints of Malachite #2FDF63
RGB
CMYK
RGB Variations
Color information
#2FDF63 (or 0x2FDF63) is known color: Malachite. HEX triplet: 2F, DF and 63. RGB value is (47,223,99). Sum of RGB (Red+Green+Blue) = 47+223+99=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF63 is #D0209C. Grayscale: #9C9C9C. Windows color (decimal): -13639837 or 6545199. OLE color: 6545199.
HSL color Cylindrical-coordinate representation of color #2FDF63: hue angle of 137.73º 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 #2FDF63 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 99 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.13 |
| HSL | 137.73º | 0.73% | 0.53% | - |
| HSV(B) | 137.73º | 0.79% | 0.87% | - |
| XYZ | 29.81 | 54.28 | 20.71 | - |
| YUV | 156.24 | 95.69 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 99 | 0.79 | 0 | 0.56 | 0.13 | 137.73 | 0.73 | 0.53 |
| Hex | 2F | DF | 63 | 4F | 0 | 38 | D | 8A | 49 | 35 |
| Octal | 57 | 337 | 143 | 117 | 0 | 70 | 15 | 212 | 111 | 65 |
| Binary | 101111 | 11011111 | 1100011 | 1001111 | 0 | 111000 | 1101 | 10001010 | 1001001 | 110101 |
Color Harmonies of #2FDF63
Complementary color
Monochromatic Colors of #2FDF63
Black with #2FDF63
Text Example
Text Example
White with #2FDF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF63; }
p { color: rgb(47,223,99); }
H1.HeaderClassName
{
color: #2FDF63;
}
.AnyTagClassName
{
color: #2FDF63;
}
</style>
background-color css
<style>
a { background-color: #2FDF63; }
a { background-color: rgb(47,223,99); }
div.DivClassName
{
background-color: #2FDF63;
}
.BgClassName
{
background-color: #2FDF63;
}
</style>
border-color css
<style>
span { border-color: #2FDF63; }
span { border-color: rgb(47,223,99); }
td.TdClassName
{
border-color: #2FDF63;
}
.TagClassName
{
border-color: #2FDF63;
}
</style>