Shades of Malachite #1FE772
Tints of Malachite #1FE772
RGB
CMYK
RGB Variations
Color information
#1FE772 (or 0x1FE772) is known color: Malachite. HEX triplet: 1F, E7 and 72. RGB value is (31,231,114). Sum of RGB (Red+Green+Blue) = 31+231+114=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 231 (90.62% from 255 or 61.44% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE772 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE772 is #E0188D. Grayscale: #9E9E9E. Windows color (decimal): -14686350 or 7530271. OLE color: 7530271.
HSL color Cylindrical-coordinate representation of color #1FE772: hue angle of 144.9º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE772 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 231 | 114 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.09 |
| HSL | 144.9º | 0.81% | 0.51% | - |
| HSV(B) | 144.9º | 0.87% | 0.91% | - |
| XYZ | 32.18 | 58.66 | 25.55 | - |
| YUV | 157.86 | 103.24 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 231 | 114 | 0.87 | 0 | 0.51 | 0.09 | 144.9 | 0.81 | 0.51 |
| Hex | 1F | E7 | 72 | 57 | 0 | 33 | 9 | 91 | 51 | 33 |
| Octal | 37 | 347 | 162 | 127 | 0 | 63 | 11 | 221 | 121 | 63 |
| Binary | 11111 | 11100111 | 1110010 | 1010111 | 0 | 110011 | 1001 | 10010001 | 1010001 | 110011 |
Color Harmonies of #1FE772
Complementary color
Monochromatic Colors of #1FE772
Black with #1FE772
Text Example
Text Example
White with #1FE772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE772; }
p { color: rgb(31,231,114); }
H1.HeaderClassName
{
color: #1FE772;
}
.AnyTagClassName
{
color: #1FE772;
}
</style>
background-color css
<style>
a { background-color: #1FE772; }
a { background-color: rgb(31,231,114); }
div.DivClassName
{
background-color: #1FE772;
}
.BgClassName
{
background-color: #1FE772;
}
</style>
border-color css
<style>
span { border-color: #1FE772; }
span { border-color: rgb(31,231,114); }
td.TdClassName
{
border-color: #1FE772;
}
.TagClassName
{
border-color: #1FE772;
}
</style>