Shades of Malachite #2FE065
Tints of Malachite #2FE065
RGB
CMYK
RGB Variations
Color information
#2FE065 (or 0x2FE065) is known color: Malachite. HEX triplet: 2F, E0 and 65. RGB value is (47,224,101). Sum of RGB (Red+Green+Blue) = 47+224+101=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE065 is #D01F9A. Grayscale: #9D9D9D. Windows color (decimal): -13639579 or 6676527. OLE color: 6676527.
HSL color Cylindrical-coordinate representation of color #2FE065: hue angle of 138.31º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE065 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 101 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.12 |
| HSL | 138.31º | 0.74% | 0.53% | - |
| HSV(B) | 138.31º | 0.79% | 0.88% | - |
| XYZ | 30.18 | 54.86 | 21.31 | - |
| YUV | 157.06 | 96.36 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 101 | 0.79 | 0 | 0.55 | 0.12 | 138.31 | 0.74 | 0.53 |
| Hex | 2F | E0 | 65 | 4F | 0 | 37 | C | 8A | 4A | 35 |
| Octal | 57 | 340 | 145 | 117 | 0 | 67 | 14 | 212 | 112 | 65 |
| Binary | 101111 | 11100000 | 1100101 | 1001111 | 0 | 110111 | 1100 | 10001010 | 1001010 | 110101 |
Color Harmonies of #2FE065
Complementary color
Monochromatic Colors of #2FE065
Black with #2FE065
Text Example
Text Example
White with #2FE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE065; }
p { color: rgb(47,224,101); }
H1.HeaderClassName
{
color: #2FE065;
}
.AnyTagClassName
{
color: #2FE065;
}
</style>
background-color css
<style>
a { background-color: #2FE065; }
a { background-color: rgb(47,224,101); }
div.DivClassName
{
background-color: #2FE065;
}
.BgClassName
{
background-color: #2FE065;
}
</style>
border-color css
<style>
span { border-color: #2FE065; }
span { border-color: rgb(47,224,101); }
td.TdClassName
{
border-color: #2FE065;
}
.TagClassName
{
border-color: #2FE065;
}
</style>