Shades of Malachite #2CF95A
Tints of Malachite #2CF95A
RGB
CMYK
RGB Variations
Color information
#2CF95A (or 0x2CF95A) is known color: Malachite. HEX triplet: 2C, F9 and 5A. RGB value is (44,249,90). Sum of RGB (Red+Green+Blue) = 44+249+90=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 249 (97.66% from 255 or 65.01% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF95A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF95A is #D306A5. Grayscale: #AAAAAA. Windows color (decimal): -13829798 or 5962028. OLE color: 5962028.
HSL color Cylindrical-coordinate representation of color #2CF95A: hue angle of 133.46º 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 #2CF95A is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 90 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.02 |
| HSL | 133.46º | 0.94% | 0.57% | - |
| HSV(B) | 133.46º | 0.82% | 0.98% | - |
| XYZ | 36.76 | 69.03 | 21.06 | - |
| YUV | 169.58 | 83.08 | 38.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 90 | 0.82 | 0 | 0.64 | 0.02 | 133.46 | 0.94 | 0.57 |
| Hex | 2C | F9 | 5A | 52 | 0 | 40 | 2 | 85 | 5E | 39 |
| Octal | 54 | 371 | 132 | 122 | 0 | 100 | 2 | 205 | 136 | 71 |
| Binary | 101100 | 11111001 | 1011010 | 1010010 | 0 | 1000000 | 10 | 10000101 | 1011110 | 111001 |
Color Harmonies of #2CF95A
Complementary color
Monochromatic Colors of #2CF95A
Black with #2CF95A
Text Example
Text Example
White with #2CF95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF95A; }
p { color: rgb(44,249,90); }
H1.HeaderClassName
{
color: #2CF95A;
}
.AnyTagClassName
{
color: #2CF95A;
}
</style>
background-color css
<style>
a { background-color: #2CF95A; }
a { background-color: rgb(44,249,90); }
div.DivClassName
{
background-color: #2CF95A;
}
.BgClassName
{
background-color: #2CF95A;
}
</style>
border-color css
<style>
span { border-color: #2CF95A; }
span { border-color: rgb(44,249,90); }
td.TdClassName
{
border-color: #2CF95A;
}
.TagClassName
{
border-color: #2CF95A;
}
</style>