Shades of Malachite #2CF955
Tints of Malachite #2CF955
RGB
CMYK
RGB Variations
Color information
#2CF955 (or 0x2CF955) is known color: Malachite. HEX triplet: 2C, F9 and 55. RGB value is (44,249,85). Sum of RGB (Red+Green+Blue) = 44+249+85=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 249 (97.66% from 255 or 65.87% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF955 is #D306AA. Grayscale: #A9A9A9. Windows color (decimal): -13829803 or 5634348. OLE color: 5634348.
HSL color Cylindrical-coordinate representation of color #2CF955: hue angle of 132º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF955 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 85 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.02 |
| HSL | 132º | 0.94% | 0.57% | - |
| HSV(B) | 132º | 0.82% | 0.98% | - |
| XYZ | 36.55 | 68.94 | 19.98 | - |
| YUV | 169.01 | 80.58 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 85 | 0.82 | 0 | 0.66 | 0.02 | 132 | 0.94 | 0.57 |
| Hex | 2C | F9 | 55 | 52 | 0 | 42 | 2 | 84 | 5E | 39 |
| Octal | 54 | 371 | 125 | 122 | 0 | 102 | 2 | 204 | 136 | 71 |
| Binary | 101100 | 11111001 | 1010101 | 1010010 | 0 | 1000010 | 10 | 10000100 | 1011110 | 111001 |
Color Harmonies of #2CF955
Complementary color
Monochromatic Colors of #2CF955
Black with #2CF955
Text Example
Text Example
White with #2CF955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF955; }
p { color: rgb(44,249,85); }
H1.HeaderClassName
{
color: #2CF955;
}
.AnyTagClassName
{
color: #2CF955;
}
</style>
background-color css
<style>
a { background-color: #2CF955; }
a { background-color: rgb(44,249,85); }
div.DivClassName
{
background-color: #2CF955;
}
.BgClassName
{
background-color: #2CF955;
}
</style>
border-color css
<style>
span { border-color: #2CF955; }
span { border-color: rgb(44,249,85); }
td.TdClassName
{
border-color: #2CF955;
}
.TagClassName
{
border-color: #2CF955;
}
</style>