Shades of Malachite #1FC05D
Tints of Malachite #1FC05D
RGB
CMYK
RGB Variations
Color information
#1FC05D (or 0x1FC05D) is known color: Malachite. HEX triplet: 1F, C0 and 5D. RGB value is (31,192,93). Sum of RGB (Red+Green+Blue) = 31+192+93=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC05D is #E03FA2. Grayscale: #848484. Windows color (decimal): -14696355 or 6144031. OLE color: 6144031.
HSL color Cylindrical-coordinate representation of color #1FC05D: hue angle of 143.11º 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 #1FC05D is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 93 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.25 |
| HSL | 143.11º | 0.72% | 0.44% | - |
| HSV(B) | 143.11º | 0.84% | 0.75% | - |
| XYZ | 21.39 | 38.78 | 16.71 | - |
| YUV | 132.58 | 105.66 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 93 | 0.84 | 0 | 0.52 | 0.25 | 143.11 | 0.72 | 0.44 |
| Hex | 1F | C0 | 5D | 54 | 0 | 34 | 19 | 8F | 48 | 2C |
| Octal | 37 | 300 | 135 | 124 | 0 | 64 | 31 | 217 | 110 | 54 |
| Binary | 11111 | 11000000 | 1011101 | 1010100 | 0 | 110100 | 11001 | 10001111 | 1001000 | 101100 |
Color Harmonies of #1FC05D
Complementary color
Monochromatic Colors of #1FC05D
Black with #1FC05D
Text Example
Text Example
White with #1FC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC05D; }
p { color: rgb(31,192,93); }
H1.HeaderClassName
{
color: #1FC05D;
}
.AnyTagClassName
{
color: #1FC05D;
}
</style>
background-color css
<style>
a { background-color: #1FC05D; }
a { background-color: rgb(31,192,93); }
div.DivClassName
{
background-color: #1FC05D;
}
.BgClassName
{
background-color: #1FC05D;
}
</style>
border-color css
<style>
span { border-color: #1FC05D; }
span { border-color: rgb(31,192,93); }
td.TdClassName
{
border-color: #1FC05D;
}
.TagClassName
{
border-color: #1FC05D;
}
</style>