Shades of Malachite #2CF850
Tints of Malachite #2CF850
RGB
CMYK
RGB Variations
Color information
#2CF850 (or 0x2CF850) is known color: Malachite. HEX triplet: 2C, F8 and 50. RGB value is (44,248,80). Sum of RGB (Red+Green+Blue) = 44+248+80=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 248 (97.27% from 255 or 66.67% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF850 is #D307AF. Grayscale: #A8A8A8. Windows color (decimal): -13830064 or 5306412. OLE color: 5306412.
HSL color Cylindrical-coordinate representation of color #2CF850: hue angle of 130.59º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF850 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 80 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.03 |
| HSL | 130.59º | 0.94% | 0.57% | - |
| HSV(B) | 130.59º | 0.82% | 0.97% | - |
| XYZ | 36.05 | 68.25 | 18.86 | - |
| YUV | 167.85 | 78.41 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 80 | 0.82 | 0 | 0.68 | 0.03 | 130.59 | 0.94 | 0.57 |
| Hex | 2C | F8 | 50 | 52 | 0 | 44 | 3 | 83 | 5E | 39 |
| Octal | 54 | 370 | 120 | 122 | 0 | 104 | 3 | 203 | 136 | 71 |
| Binary | 101100 | 11111000 | 1010000 | 1010010 | 0 | 1000100 | 11 | 10000011 | 1011110 | 111001 |
Color Harmonies of #2CF850
Complementary color
Monochromatic Colors of #2CF850
Black with #2CF850
Text Example
Text Example
White with #2CF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF850; }
p { color: rgb(44,248,80); }
H1.HeaderClassName
{
color: #2CF850;
}
.AnyTagClassName
{
color: #2CF850;
}
</style>
background-color css
<style>
a { background-color: #2CF850; }
a { background-color: rgb(44,248,80); }
div.DivClassName
{
background-color: #2CF850;
}
.BgClassName
{
background-color: #2CF850;
}
</style>
border-color css
<style>
span { border-color: #2CF850; }
span { border-color: rgb(44,248,80); }
td.TdClassName
{
border-color: #2CF850;
}
.TagClassName
{
border-color: #2CF850;
}
</style>