Shades of Malachite #1FE472
Tints of Malachite #1FE472
RGB
CMYK
RGB Variations
Color information
#1FE472 (or 0x1FE472) is known color: Malachite. HEX triplet: 1F, E4 and 72. RGB value is (31,228,114). Sum of RGB (Red+Green+Blue) = 31+228+114=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 228 (89.45% from 255 or 61.13% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FE472 is #E01B8D. Grayscale: #9C9C9C. Windows color (decimal): -14687118 or 7529503. OLE color: 7529503.
HSL color Cylindrical-coordinate representation of color #1FE472: hue angle of 145.28º 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 #1FE472 is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 228 | 114 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.11 |
| HSL | 145.28º | 0.78% | 0.51% | - |
| HSV(B) | 145.28º | 0.86% | 0.89% | - |
| XYZ | 31.35 | 56.99 | 25.27 | - |
| YUV | 156.1 | 104.23 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 228 | 114 | 0.86 | 0 | 0.50 | 0.11 | 145.28 | 0.78 | 0.51 |
| Hex | 1F | E4 | 72 | 56 | 0 | 32 | B | 91 | 4E | 33 |
| Octal | 37 | 344 | 162 | 126 | 0 | 62 | 13 | 221 | 116 | 63 |
| Binary | 11111 | 11100100 | 1110010 | 1010110 | 0 | 110010 | 1011 | 10010001 | 1001110 | 110011 |
Color Harmonies of #1FE472
Complementary color
Monochromatic Colors of #1FE472
Black with #1FE472
Text Example
Text Example
White with #1FE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE472; }
p { color: rgb(31,228,114); }
H1.HeaderClassName
{
color: #1FE472;
}
.AnyTagClassName
{
color: #1FE472;
}
</style>
background-color css
<style>
a { background-color: #1FE472; }
a { background-color: rgb(31,228,114); }
div.DivClassName
{
background-color: #1FE472;
}
.BgClassName
{
background-color: #1FE472;
}
</style>
border-color css
<style>
span { border-color: #1FE472; }
span { border-color: rgb(31,228,114); }
td.TdClassName
{
border-color: #1FE472;
}
.TagClassName
{
border-color: #1FE472;
}
</style>