Shades of Malachite #1FD25E
Tints of Malachite #1FD25E
RGB
CMYK
RGB Variations
Color information
#1FD25E (or 0x1FD25E) is known color: Malachite. HEX triplet: 1F, D2 and 5E. RGB value is (31,210,94). Sum of RGB (Red+Green+Blue) = 31+210+94=335 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.25% from 335); Green value is 210 (82.42% from 255 or 62.69% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD25E is #E02DA1. Grayscale: #8F8F8F. Windows color (decimal): -14691746 or 6214175. OLE color: 6214175.
HSL color Cylindrical-coordinate representation of color #1FD25E: hue angle of 141.12º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD25E is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 94 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.18 |
| HSL | 141.12º | 0.74% | 0.47% | - |
| HSV(B) | 141.12º | 0.85% | 0.82% | - |
| XYZ | 25.63 | 47.19 | 18.35 | - |
| YUV | 143.26 | 100.2 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 94 | 0.85 | 0 | 0.55 | 0.18 | 141.12 | 0.74 | 0.47 |
| Hex | 1F | D2 | 5E | 55 | 0 | 37 | 12 | 8D | 4A | 2F |
| Octal | 37 | 322 | 136 | 125 | 0 | 67 | 22 | 215 | 112 | 57 |
| Binary | 11111 | 11010010 | 1011110 | 1010101 | 0 | 110111 | 10010 | 10001101 | 1001010 | 101111 |
Color Harmonies of #1FD25E
Complementary color
Monochromatic Colors of #1FD25E
Black with #1FD25E
Text Example
Text Example
White with #1FD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD25E; }
p { color: rgb(31,210,94); }
H1.HeaderClassName
{
color: #1FD25E;
}
.AnyTagClassName
{
color: #1FD25E;
}
</style>
background-color css
<style>
a { background-color: #1FD25E; }
a { background-color: rgb(31,210,94); }
div.DivClassName
{
background-color: #1FD25E;
}
.BgClassName
{
background-color: #1FD25E;
}
</style>
border-color css
<style>
span { border-color: #1FD25E; }
span { border-color: rgb(31,210,94); }
td.TdClassName
{
border-color: #1FD25E;
}
.TagClassName
{
border-color: #1FD25E;
}
</style>