Shades of Malachite #2FEE5D
Tints of Malachite #2FEE5D
RGB
CMYK
RGB Variations
Color information
#2FEE5D (or 0x2FEE5D) is known color: Malachite. HEX triplet: 2F, EE and 5D. RGB value is (47,238,93). Sum of RGB (Red+Green+Blue) = 47+238+93=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 238 (93.36% from 255 or 62.96% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEE5D is #D011A2. Grayscale: #A4A4A4. Windows color (decimal): -13636003 or 6155823. OLE color: 6155823.
HSL color Cylindrical-coordinate representation of color #2FEE5D: hue angle of 134.45º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEE5D is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 93 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.07 |
| HSL | 134.45º | 0.85% | 0.56% | - |
| HSV(B) | 134.45º | 0.8% | 0.93% | - |
| XYZ | 33.72 | 62.54 | 20.65 | - |
| YUV | 164.36 | 87.72 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 93 | 0.80 | 0 | 0.61 | 0.07 | 134.45 | 0.85 | 0.56 |
| Hex | 2F | EE | 5D | 50 | 0 | 3D | 7 | 86 | 55 | 38 |
| Octal | 57 | 356 | 135 | 120 | 0 | 75 | 7 | 206 | 125 | 70 |
| Binary | 101111 | 11101110 | 1011101 | 1010000 | 0 | 111101 | 111 | 10000110 | 1010101 | 111000 |
Color Harmonies of #2FEE5D
Complementary color
Monochromatic Colors of #2FEE5D
Black with #2FEE5D
Text Example
Text Example
White with #2FEE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE5D; }
p { color: rgb(47,238,93); }
H1.HeaderClassName
{
color: #2FEE5D;
}
.AnyTagClassName
{
color: #2FEE5D;
}
</style>
background-color css
<style>
a { background-color: #2FEE5D; }
a { background-color: rgb(47,238,93); }
div.DivClassName
{
background-color: #2FEE5D;
}
.BgClassName
{
background-color: #2FEE5D;
}
</style>
border-color css
<style>
span { border-color: #2FEE5D; }
span { border-color: rgb(47,238,93); }
td.TdClassName
{
border-color: #2FEE5D;
}
.TagClassName
{
border-color: #2FEE5D;
}
</style>