Shades of Malachite #1FE061
Tints of Malachite #1FE061
RGB
CMYK
RGB Variations
Color information
#1FE061 (or 0x1FE061) is known color: Malachite. HEX triplet: 1F, E0 and 61. RGB value is (31,224,97). Sum of RGB (Red+Green+Blue) = 31+224+97=352 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.81% from 352); Green value is 224 (87.89% from 255 or 63.64% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE061 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FE061 is #E01F9E. Grayscale: #989898. Windows color (decimal): -14688159 or 6414367. OLE color: 6414367.
HSL color Cylindrical-coordinate representation of color #1FE061: hue angle of 140.52º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE061 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 224 | 97 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.12 |
| HSL | 140.52º | 0.76% | 0.5% | - |
| HSV(B) | 140.52º | 0.86% | 0.88% | - |
| XYZ | 29.38 | 54.47 | 20.27 | - |
| YUV | 151.82 | 97.06 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 224 | 97 | 0.86 | 0 | 0.57 | 0.12 | 140.52 | 0.76 | 0.5 |
| Hex | 1F | E0 | 61 | 56 | 0 | 39 | C | 8D | 4C | 32 |
| Octal | 37 | 340 | 141 | 126 | 0 | 71 | 14 | 215 | 114 | 62 |
| Binary | 11111 | 11100000 | 1100001 | 1010110 | 0 | 111001 | 1100 | 10001101 | 1001100 | 110010 |
Color Harmonies of #1FE061
Complementary color
Monochromatic Colors of #1FE061
Black with #1FE061
Text Example
Text Example
White with #1FE061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE061; }
p { color: rgb(31,224,97); }
H1.HeaderClassName
{
color: #1FE061;
}
.AnyTagClassName
{
color: #1FE061;
}
</style>
background-color css
<style>
a { background-color: #1FE061; }
a { background-color: rgb(31,224,97); }
div.DivClassName
{
background-color: #1FE061;
}
.BgClassName
{
background-color: #1FE061;
}
</style>
border-color css
<style>
span { border-color: #1FE061; }
span { border-color: rgb(31,224,97); }
td.TdClassName
{
border-color: #1FE061;
}
.TagClassName
{
border-color: #1FE061;
}
</style>