Shades of Malachite #2FFC68
Tints of Malachite #2FFC68
RGB
CMYK
RGB Variations
Color information
#2FFC68 (or 0x2FFC68) is known color: Malachite. HEX triplet: 2F, FC and 68. RGB value is (47,252,104). Sum of RGB (Red+Green+Blue) = 47+252+104=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 252 (98.83% from 255 or 62.53% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC68 is #D00397. Grayscale: #AEAEAE. Windows color (decimal): -13632408 or 6880303. OLE color: 6880303.
HSL color Cylindrical-coordinate representation of color #2FFC68: hue angle of 136.68º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC68 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 104 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.01 |
| HSL | 136.68º | 0.97% | 0.59% | - |
| HSV(B) | 136.68º | 0.81% | 0.99% | - |
| XYZ | 38.48 | 71.22 | 24.82 | - |
| YUV | 173.83 | 88.58 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 104 | 0.81 | 0 | 0.59 | 0.01 | 136.68 | 0.97 | 0.59 |
| Hex | 2F | FC | 68 | 51 | 0 | 3B | 1 | 89 | 61 | 3B |
| Octal | 57 | 374 | 150 | 121 | 0 | 73 | 1 | 211 | 141 | 73 |
| Binary | 101111 | 11111100 | 1101000 | 1010001 | 0 | 111011 | 1 | 10001001 | 1100001 | 111011 |
Color Harmonies of #2FFC68
Complementary color
Monochromatic Colors of #2FFC68
Black with #2FFC68
Text Example
Text Example
White with #2FFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC68; }
p { color: rgb(47,252,104); }
H1.HeaderClassName
{
color: #2FFC68;
}
.AnyTagClassName
{
color: #2FFC68;
}
</style>
background-color css
<style>
a { background-color: #2FFC68; }
a { background-color: rgb(47,252,104); }
div.DivClassName
{
background-color: #2FFC68;
}
.BgClassName
{
background-color: #2FFC68;
}
</style>
border-color css
<style>
span { border-color: #2FFC68; }
span { border-color: rgb(47,252,104); }
td.TdClassName
{
border-color: #2FFC68;
}
.TagClassName
{
border-color: #2FFC68;
}
</style>