Shades of Malachite #1FE470
Tints of Malachite #1FE470
RGB
CMYK
RGB Variations
Color information
#1FE470 (or 0x1FE470) is known color: Malachite. HEX triplet: 1F, E4 and 70. RGB value is (31,228,112). Sum of RGB (Red+Green+Blue) = 31+228+112=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 228 (89.45% from 255 or 61.46% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FE470 is #E01B8F. Grayscale: #9C9C9C. Windows color (decimal): -14687120 or 7398431. OLE color: 7398431.
HSL color Cylindrical-coordinate representation of color #1FE470: hue angle of 144.67º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE470 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 112 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.11 |
| HSL | 144.67º | 0.78% | 0.51% | - |
| HSV(B) | 144.67º | 0.86% | 0.89% | - |
| XYZ | 31.23 | 56.95 | 24.68 | - |
| YUV | 155.87 | 103.23 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 112 | 0.86 | 0 | 0.51 | 0.11 | 144.67 | 0.78 | 0.51 |
| Hex | 1F | E4 | 70 | 56 | 0 | 33 | B | 91 | 4E | 33 |
| Octal | 37 | 344 | 160 | 126 | 0 | 63 | 13 | 221 | 116 | 63 |
| Binary | 11111 | 11100100 | 1110000 | 1010110 | 0 | 110011 | 1011 | 10010001 | 1001110 | 110011 |
Color Harmonies of #1FE470
Complementary color
Monochromatic Colors of #1FE470
Black with #1FE470
Text Example
Text Example
White with #1FE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE470; }
p { color: rgb(31,228,112); }
H1.HeaderClassName
{
color: #1FE470;
}
.AnyTagClassName
{
color: #1FE470;
}
</style>
background-color css
<style>
a { background-color: #1FE470; }
a { background-color: rgb(31,228,112); }
div.DivClassName
{
background-color: #1FE470;
}
.BgClassName
{
background-color: #1FE470;
}
</style>
border-color css
<style>
span { border-color: #1FE470; }
span { border-color: rgb(31,228,112); }
td.TdClassName
{
border-color: #1FE470;
}
.TagClassName
{
border-color: #1FE470;
}
</style>