Shades of Malachite #2FDE63
Tints of Malachite #2FDE63
RGB
CMYK
RGB Variations
Color information
#2FDE63 (or 0x2FDE63) is known color: Malachite. HEX triplet: 2F, DE and 63. RGB value is (47,222,99). Sum of RGB (Red+Green+Blue) = 47+222+99=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 222 (87.11% from 255 or 60.33% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDE63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDE63 is #D0219C. Grayscale: #9B9B9B. Windows color (decimal): -13640093 or 6544943. OLE color: 6544943.
HSL color Cylindrical-coordinate representation of color #2FDE63: hue angle of 137.83º 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 #2FDE63 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 222 | 99 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.13 |
| HSL | 137.83º | 0.73% | 0.53% | - |
| HSV(B) | 137.83º | 0.79% | 0.87% | - |
| XYZ | 29.55 | 53.75 | 20.62 | - |
| YUV | 155.65 | 96.02 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 222 | 99 | 0.79 | 0 | 0.55 | 0.13 | 137.83 | 0.73 | 0.53 |
| Hex | 2F | DE | 63 | 4F | 0 | 37 | D | 8A | 49 | 35 |
| Octal | 57 | 336 | 143 | 117 | 0 | 67 | 15 | 212 | 111 | 65 |
| Binary | 101111 | 11011110 | 1100011 | 1001111 | 0 | 110111 | 1101 | 10001010 | 1001001 | 110101 |
Color Harmonies of #2FDE63
Complementary color
Monochromatic Colors of #2FDE63
Black with #2FDE63
Text Example
Text Example
White with #2FDE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDE63; }
p { color: rgb(47,222,99); }
H1.HeaderClassName
{
color: #2FDE63;
}
.AnyTagClassName
{
color: #2FDE63;
}
</style>
background-color css
<style>
a { background-color: #2FDE63; }
a { background-color: rgb(47,222,99); }
div.DivClassName
{
background-color: #2FDE63;
}
.BgClassName
{
background-color: #2FDE63;
}
</style>
border-color css
<style>
span { border-color: #2FDE63; }
span { border-color: rgb(47,222,99); }
td.TdClassName
{
border-color: #2FDE63;
}
.TagClassName
{
border-color: #2FDE63;
}
</style>