Shades of Malachite #2FCD55
Tints of Malachite #2FCD55
RGB
CMYK
RGB Variations
Color information
#2FCD55 (or 0x2FCD55) is known color: Malachite. HEX triplet: 2F, CD and 55. RGB value is (47,205,85). Sum of RGB (Red+Green+Blue) = 47+205+85=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCD55 is #D032AA. Grayscale: #909090. Windows color (decimal): -13644459 or 5623087. OLE color: 5623087.
HSL color Cylindrical-coordinate representation of color #2FCD55: hue angle of 134.43º degrees, saturation: 0.63, 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 #2FCD55 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 85 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.20 |
| HSL | 134.43º | 0.63% | 0.49% | - |
| HSV(B) | 134.43º | 0.77% | 0.8% | - |
| XYZ | 24.64 | 44.92 | 15.97 | - |
| YUV | 144.08 | 94.65 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 85 | 0.77 | 0 | 0.59 | 0.20 | 134.43 | 0.63 | 0.49 |
| Hex | 2F | CD | 55 | 4D | 0 | 3B | 14 | 86 | 3F | 31 |
| Octal | 57 | 315 | 125 | 115 | 0 | 73 | 24 | 206 | 77 | 61 |
| Binary | 101111 | 11001101 | 1010101 | 1001101 | 0 | 111011 | 10100 | 10000110 | 111111 | 110001 |
Color Harmonies of #2FCD55
Complementary color
Monochromatic Colors of #2FCD55
Black with #2FCD55
Text Example
Text Example
White with #2FCD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD55; }
p { color: rgb(47,205,85); }
H1.HeaderClassName
{
color: #2FCD55;
}
.AnyTagClassName
{
color: #2FCD55;
}
</style>
background-color css
<style>
a { background-color: #2FCD55; }
a { background-color: rgb(47,205,85); }
div.DivClassName
{
background-color: #2FCD55;
}
.BgClassName
{
background-color: #2FCD55;
}
</style>
border-color css
<style>
span { border-color: #2FCD55; }
span { border-color: rgb(47,205,85); }
td.TdClassName
{
border-color: #2FCD55;
}
.TagClassName
{
border-color: #2FCD55;
}
</style>