Shades of Malachite #2FEF5D
Tints of Malachite #2FEF5D
RGB
CMYK
RGB Variations
Color information
#2FEF5D (or 0x2FEF5D) is known color: Malachite. HEX triplet: 2F, EF and 5D. RGB value is (47,239,93). Sum of RGB (Red+Green+Blue) = 47+239+93=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 239 (93.75% from 255 or 63.06% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEF5D is #D010A2. Grayscale: #A5A5A5. Windows color (decimal): -13635747 or 6156079. OLE color: 6156079.
HSL color Cylindrical-coordinate representation of color #2FEF5D: hue angle of 134.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEF5D is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 93 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.06 |
| HSL | 134.38º | 0.86% | 0.56% | - |
| HSV(B) | 134.38º | 0.8% | 0.94% | - |
| XYZ | 34.01 | 63.13 | 20.75 | - |
| YUV | 164.95 | 87.39 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 93 | 0.80 | 0 | 0.61 | 0.06 | 134.38 | 0.86 | 0.56 |
| Hex | 2F | EF | 5D | 50 | 0 | 3D | 6 | 86 | 56 | 38 |
| Octal | 57 | 357 | 135 | 120 | 0 | 75 | 6 | 206 | 126 | 70 |
| Binary | 101111 | 11101111 | 1011101 | 1010000 | 0 | 111101 | 110 | 10000110 | 1010110 | 111000 |
Color Harmonies of #2FEF5D
Complementary color
Monochromatic Colors of #2FEF5D
Black with #2FEF5D
Text Example
Text Example
White with #2FEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF5D; }
p { color: rgb(47,239,93); }
H1.HeaderClassName
{
color: #2FEF5D;
}
.AnyTagClassName
{
color: #2FEF5D;
}
</style>
background-color css
<style>
a { background-color: #2FEF5D; }
a { background-color: rgb(47,239,93); }
div.DivClassName
{
background-color: #2FEF5D;
}
.BgClassName
{
background-color: #2FEF5D;
}
</style>
border-color css
<style>
span { border-color: #2FEF5D; }
span { border-color: rgb(47,239,93); }
td.TdClassName
{
border-color: #2FEF5D;
}
.TagClassName
{
border-color: #2FEF5D;
}
</style>