Shades of Malachite #2CF966
Tints of Malachite #2CF966
RGB
CMYK
RGB Variations
Color information
#2CF966 (or 0x2CF966) is known color: Malachite. HEX triplet: 2C, F9 and 66. RGB value is (44,249,102). Sum of RGB (Red+Green+Blue) = 44+249+102=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 249 (97.66% from 255 or 63.04% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF966 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF966 is #D30699. Grayscale: #ABABAB. Windows color (decimal): -13829786 or 6748460. OLE color: 6748460.
HSL color Cylindrical-coordinate representation of color #2CF966: hue angle of 136.98º 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 #2CF966 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 102 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.02 |
| HSL | 136.98º | 0.94% | 0.57% | - |
| HSV(B) | 136.98º | 0.82% | 0.98% | - |
| XYZ | 37.31 | 69.25 | 23.97 | - |
| YUV | 170.95 | 89.08 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 102 | 0.82 | 0 | 0.59 | 0.02 | 136.98 | 0.94 | 0.57 |
| Hex | 2C | F9 | 66 | 52 | 0 | 3B | 2 | 89 | 5E | 39 |
| Octal | 54 | 371 | 146 | 122 | 0 | 73 | 2 | 211 | 136 | 71 |
| Binary | 101100 | 11111001 | 1100110 | 1010010 | 0 | 111011 | 10 | 10001001 | 1011110 | 111001 |
Color Harmonies of #2CF966
Complementary color
Monochromatic Colors of #2CF966
Black with #2CF966
Text Example
Text Example
White with #2CF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF966; }
p { color: rgb(44,249,102); }
H1.HeaderClassName
{
color: #2CF966;
}
.AnyTagClassName
{
color: #2CF966;
}
</style>
background-color css
<style>
a { background-color: #2CF966; }
a { background-color: rgb(44,249,102); }
div.DivClassName
{
background-color: #2CF966;
}
.BgClassName
{
background-color: #2CF966;
}
</style>
border-color css
<style>
span { border-color: #2CF966; }
span { border-color: rgb(44,249,102); }
td.TdClassName
{
border-color: #2CF966;
}
.TagClassName
{
border-color: #2CF966;
}
</style>