Shades of Malachite #1FC05B
Tints of Malachite #1FC05B
RGB
CMYK
RGB Variations
Color information
#1FC05B (or 0x1FC05B) is known color: Malachite. HEX triplet: 1F, C0 and 5B. RGB value is (31,192,91). Sum of RGB (Red+Green+Blue) = 31+192+91=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC05B is #E03FA4. Grayscale: #848484. Windows color (decimal): -14696357 or 6012959. OLE color: 6012959.
HSL color Cylindrical-coordinate representation of color #1FC05B: hue angle of 142.36º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC05B is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 91 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.25 |
| HSL | 142.36º | 0.72% | 0.44% | - |
| HSV(B) | 142.36º | 0.84% | 0.75% | - |
| XYZ | 21.3 | 38.75 | 16.25 | - |
| YUV | 132.35 | 104.66 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 91 | 0.84 | 0 | 0.53 | 0.25 | 142.36 | 0.72 | 0.44 |
| Hex | 1F | C0 | 5B | 54 | 0 | 35 | 19 | 8E | 48 | 2C |
| Octal | 37 | 300 | 133 | 124 | 0 | 65 | 31 | 216 | 110 | 54 |
| Binary | 11111 | 11000000 | 1011011 | 1010100 | 0 | 110101 | 11001 | 10001110 | 1001000 | 101100 |
Color Harmonies of #1FC05B
Complementary color
Monochromatic Colors of #1FC05B
Black with #1FC05B
Text Example
Text Example
White with #1FC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC05B; }
p { color: rgb(31,192,91); }
H1.HeaderClassName
{
color: #1FC05B;
}
.AnyTagClassName
{
color: #1FC05B;
}
</style>
background-color css
<style>
a { background-color: #1FC05B; }
a { background-color: rgb(31,192,91); }
div.DivClassName
{
background-color: #1FC05B;
}
.BgClassName
{
background-color: #1FC05B;
}
</style>
border-color css
<style>
span { border-color: #1FC05B; }
span { border-color: rgb(31,192,91); }
td.TdClassName
{
border-color: #1FC05B;
}
.TagClassName
{
border-color: #1FC05B;
}
</style>