Shades of Malachite #2FCB55
Tints of Malachite #2FCB55
RGB
CMYK
RGB Variations
Color information
#2FCB55 (or 0x2FCB55) is known color: Malachite. HEX triplet: 2F, CB and 55. RGB value is (47,203,85). Sum of RGB (Red+Green+Blue) = 47+203+85=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCB55 is #D034AA. Grayscale: #8F8F8F. Windows color (decimal): -13644971 or 5622575. OLE color: 5622575.
HSL color Cylindrical-coordinate representation of color #2FCB55: hue angle of 134.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCB55 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 85 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.20 |
| HSL | 134.62º | 0.62% | 0.49% | - |
| HSV(B) | 134.62º | 0.77% | 0.8% | - |
| XYZ | 24.17 | 43.97 | 15.81 | - |
| YUV | 142.9 | 95.32 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 85 | 0.77 | 0 | 0.58 | 0.20 | 134.62 | 0.62 | 0.49 |
| Hex | 2F | CB | 55 | 4D | 0 | 3A | 14 | 87 | 3E | 31 |
| Octal | 57 | 313 | 125 | 115 | 0 | 72 | 24 | 207 | 76 | 61 |
| Binary | 101111 | 11001011 | 1010101 | 1001101 | 0 | 111010 | 10100 | 10000111 | 111110 | 110001 |
Color Harmonies of #2FCB55
Complementary color
Monochromatic Colors of #2FCB55
Black with #2FCB55
Text Example
Text Example
White with #2FCB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB55; }
p { color: rgb(47,203,85); }
H1.HeaderClassName
{
color: #2FCB55;
}
.AnyTagClassName
{
color: #2FCB55;
}
</style>
background-color css
<style>
a { background-color: #2FCB55; }
a { background-color: rgb(47,203,85); }
div.DivClassName
{
background-color: #2FCB55;
}
.BgClassName
{
background-color: #2FCB55;
}
</style>
border-color css
<style>
span { border-color: #2FCB55; }
span { border-color: rgb(47,203,85); }
td.TdClassName
{
border-color: #2FCB55;
}
.TagClassName
{
border-color: #2FCB55;
}
</style>