Shades of Malachite #2FE755
Tints of Malachite #2FE755
RGB
CMYK
RGB Variations
Color information
#2FE755 (or 0x2FE755) is known color: Malachite. HEX triplet: 2F, E7 and 55. RGB value is (47,231,85). Sum of RGB (Red+Green+Blue) = 47+231+85=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 231 (90.62% from 255 or 63.64% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE755 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE755 is #D018AA. Grayscale: #9F9F9F. Windows color (decimal): -13637803 or 5629743. OLE color: 5629743.
HSL color Cylindrical-coordinate representation of color #2FE755: hue angle of 132.39º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE755 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 85 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.09 |
| HSL | 132.39º | 0.79% | 0.55% | - |
| HSV(B) | 132.39º | 0.8% | 0.91% | - |
| XYZ | 31.39 | 58.41 | 18.21 | - |
| YUV | 159.34 | 86.04 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 85 | 0.80 | 0 | 0.63 | 0.09 | 132.39 | 0.79 | 0.55 |
| Hex | 2F | E7 | 55 | 50 | 0 | 3F | 9 | 84 | 4F | 37 |
| Octal | 57 | 347 | 125 | 120 | 0 | 77 | 11 | 204 | 117 | 67 |
| Binary | 101111 | 11100111 | 1010101 | 1010000 | 0 | 111111 | 1001 | 10000100 | 1001111 | 110111 |
Color Harmonies of #2FE755
Complementary color
Monochromatic Colors of #2FE755
Black with #2FE755
Text Example
Text Example
White with #2FE755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE755; }
p { color: rgb(47,231,85); }
H1.HeaderClassName
{
color: #2FE755;
}
.AnyTagClassName
{
color: #2FE755;
}
</style>
background-color css
<style>
a { background-color: #2FE755; }
a { background-color: rgb(47,231,85); }
div.DivClassName
{
background-color: #2FE755;
}
.BgClassName
{
background-color: #2FE755;
}
</style>
border-color css
<style>
span { border-color: #2FE755; }
span { border-color: rgb(47,231,85); }
td.TdClassName
{
border-color: #2FE755;
}
.TagClassName
{
border-color: #2FE755;
}
</style>