Shades of Malachite #1FC25C
Tints of Malachite #1FC25C
RGB
CMYK
RGB Variations
Color information
#1FC25C (or 0x1FC25C) is known color: Malachite. HEX triplet: 1F, C2 and 5C. RGB value is (31,194,92). Sum of RGB (Red+Green+Blue) = 31+194+92=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC25C is #E03DA3. Grayscale: #858585. Windows color (decimal): -14695844 or 6079007. OLE color: 6079007.
HSL color Cylindrical-coordinate representation of color #1FC25C: hue angle of 142.45º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC25C is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 92 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.24 |
| HSL | 142.45º | 0.72% | 0.44% | - |
| HSV(B) | 142.45º | 0.84% | 0.76% | - |
| XYZ | 21.79 | 39.65 | 16.63 | - |
| YUV | 133.64 | 104.5 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 92 | 0.84 | 0 | 0.53 | 0.24 | 142.45 | 0.72 | 0.44 |
| Hex | 1F | C2 | 5C | 54 | 0 | 35 | 18 | 8E | 48 | 2C |
| Octal | 37 | 302 | 134 | 124 | 0 | 65 | 30 | 216 | 110 | 54 |
| Binary | 11111 | 11000010 | 1011100 | 1010100 | 0 | 110101 | 11000 | 10001110 | 1001000 | 101100 |
Color Harmonies of #1FC25C
Complementary color
Monochromatic Colors of #1FC25C
Black with #1FC25C
Text Example
Text Example
White with #1FC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC25C; }
p { color: rgb(31,194,92); }
H1.HeaderClassName
{
color: #1FC25C;
}
.AnyTagClassName
{
color: #1FC25C;
}
</style>
background-color css
<style>
a { background-color: #1FC25C; }
a { background-color: rgb(31,194,92); }
div.DivClassName
{
background-color: #1FC25C;
}
.BgClassName
{
background-color: #1FC25C;
}
</style>
border-color css
<style>
span { border-color: #1FC25C; }
span { border-color: rgb(31,194,92); }
td.TdClassName
{
border-color: #1FC25C;
}
.TagClassName
{
border-color: #1FC25C;
}
</style>