Shades of Malachite #1FC95B
Tints of Malachite #1FC95B
RGB
CMYK
RGB Variations
Color information
#1FC95B (or 0x1FC95B) is known color: Malachite. HEX triplet: 1F, C9 and 5B. RGB value is (31,201,91). Sum of RGB (Red+Green+Blue) = 31+201+91=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC95B is #E036A4. Grayscale: #898989. Windows color (decimal): -14694053 or 6015263. OLE color: 6015263.
HSL color Cylindrical-coordinate representation of color #1FC95B: hue angle of 141.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC95B is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 91 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.21 |
| HSL | 141.18º | 0.73% | 0.45% | - |
| HSV(B) | 141.18º | 0.85% | 0.79% | - |
| XYZ | 23.34 | 42.82 | 16.93 | - |
| YUV | 137.63 | 101.68 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 91 | 0.85 | 0 | 0.55 | 0.21 | 141.18 | 0.73 | 0.45 |
| Hex | 1F | C9 | 5B | 55 | 0 | 37 | 15 | 8D | 49 | 2D |
| Octal | 37 | 311 | 133 | 125 | 0 | 67 | 25 | 215 | 111 | 55 |
| Binary | 11111 | 11001001 | 1011011 | 1010101 | 0 | 110111 | 10101 | 10001101 | 1001001 | 101101 |
Color Harmonies of #1FC95B
Complementary color
Monochromatic Colors of #1FC95B
Black with #1FC95B
Text Example
Text Example
White with #1FC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC95B; }
p { color: rgb(31,201,91); }
H1.HeaderClassName
{
color: #1FC95B;
}
.AnyTagClassName
{
color: #1FC95B;
}
</style>
background-color css
<style>
a { background-color: #1FC95B; }
a { background-color: rgb(31,201,91); }
div.DivClassName
{
background-color: #1FC95B;
}
.BgClassName
{
background-color: #1FC95B;
}
</style>
border-color css
<style>
span { border-color: #1FC95B; }
span { border-color: rgb(31,201,91); }
td.TdClassName
{
border-color: #1FC95B;
}
.TagClassName
{
border-color: #1FC95B;
}
</style>