Shades of Malachite #1FC25D
Tints of Malachite #1FC25D
RGB
CMYK
RGB Variations
Color information
#1FC25D (or 0x1FC25D) is known color: Malachite. HEX triplet: 1F, C2 and 5D. RGB value is (31,194,93). Sum of RGB (Red+Green+Blue) = 31+194+93=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC25D is #E03DA2. Grayscale: #858585. Windows color (decimal): -14695843 or 6144543. OLE color: 6144543.
HSL color Cylindrical-coordinate representation of color #1FC25D: hue angle of 142.82º 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 #1FC25D is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 93 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.24 |
| HSL | 142.82º | 0.72% | 0.44% | - |
| HSV(B) | 142.82º | 0.84% | 0.76% | - |
| XYZ | 21.83 | 39.67 | 16.86 | - |
| YUV | 133.75 | 105 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 93 | 0.84 | 0 | 0.52 | 0.24 | 142.82 | 0.72 | 0.44 |
| Hex | 1F | C2 | 5D | 54 | 0 | 34 | 18 | 8F | 48 | 2C |
| Octal | 37 | 302 | 135 | 124 | 0 | 64 | 30 | 217 | 110 | 54 |
| Binary | 11111 | 11000010 | 1011101 | 1010100 | 0 | 110100 | 11000 | 10001111 | 1001000 | 101100 |
Color Harmonies of #1FC25D
Complementary color
Monochromatic Colors of #1FC25D
Black with #1FC25D
Text Example
Text Example
White with #1FC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC25D; }
p { color: rgb(31,194,93); }
H1.HeaderClassName
{
color: #1FC25D;
}
.AnyTagClassName
{
color: #1FC25D;
}
</style>
background-color css
<style>
a { background-color: #1FC25D; }
a { background-color: rgb(31,194,93); }
div.DivClassName
{
background-color: #1FC25D;
}
.BgClassName
{
background-color: #1FC25D;
}
</style>
border-color css
<style>
span { border-color: #1FC25D; }
span { border-color: rgb(31,194,93); }
td.TdClassName
{
border-color: #1FC25D;
}
.TagClassName
{
border-color: #1FC25D;
}
</style>