Shades of Malachite #2FFA68
Tints of Malachite #2FFA68
RGB
CMYK
RGB Variations
Color information
#2FFA68 (or 0x2FFA68) is known color: Malachite. HEX triplet: 2F, FA and 68. RGB value is (47,250,104). Sum of RGB (Red+Green+Blue) = 47+250+104=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 250 (98.05% from 255 or 62.34% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA68 is #D00597. Grayscale: #ADADAD. Windows color (decimal): -13632920 or 6879791. OLE color: 6879791.
HSL color Cylindrical-coordinate representation of color #2FFA68: hue angle of 136.85º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA68 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 104 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.02 |
| HSL | 136.85º | 0.95% | 0.58% | - |
| HSV(B) | 136.85º | 0.81% | 0.98% | - |
| XYZ | 37.86 | 69.98 | 24.61 | - |
| YUV | 172.66 | 89.25 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 104 | 0.81 | 0 | 0.58 | 0.02 | 136.85 | 0.95 | 0.58 |
| Hex | 2F | FA | 68 | 51 | 0 | 3A | 2 | 89 | 5F | 3A |
| Octal | 57 | 372 | 150 | 121 | 0 | 72 | 2 | 211 | 137 | 72 |
| Binary | 101111 | 11111010 | 1101000 | 1010001 | 0 | 111010 | 10 | 10001001 | 1011111 | 111010 |
Color Harmonies of #2FFA68
Complementary color
Monochromatic Colors of #2FFA68
Black with #2FFA68
Text Example
Text Example
White with #2FFA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA68; }
p { color: rgb(47,250,104); }
H1.HeaderClassName
{
color: #2FFA68;
}
.AnyTagClassName
{
color: #2FFA68;
}
</style>
background-color css
<style>
a { background-color: #2FFA68; }
a { background-color: rgb(47,250,104); }
div.DivClassName
{
background-color: #2FFA68;
}
.BgClassName
{
background-color: #2FFA68;
}
</style>
border-color css
<style>
span { border-color: #2FFA68; }
span { border-color: rgb(47,250,104); }
td.TdClassName
{
border-color: #2FFA68;
}
.TagClassName
{
border-color: #2FFA68;
}
</style>