Shades of Malachite #1FC355
Tints of Malachite #1FC355
RGB
CMYK
RGB Variations
Color information
#1FC355 (or 0x1FC355) is known color: Malachite. HEX triplet: 1F, C3 and 55. RGB value is (31,195,85). Sum of RGB (Red+Green+Blue) = 31+195+85=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC355 is #E03CAA. Grayscale: #858585. Windows color (decimal): -14695595 or 5620511. OLE color: 5620511.
HSL color Cylindrical-coordinate representation of color #1FC355: hue angle of 139.76º degrees, saturation: 0.73, 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 #1FC355 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 85 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.24 |
| HSL | 139.76º | 0.73% | 0.44% | - |
| HSV(B) | 139.76º | 0.84% | 0.76% | - |
| XYZ | 21.72 | 39.98 | 15.17 | - |
| YUV | 133.42 | 100.67 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 85 | 0.84 | 0 | 0.56 | 0.24 | 139.76 | 0.73 | 0.44 |
| Hex | 1F | C3 | 55 | 54 | 0 | 38 | 18 | 8C | 49 | 2C |
| Octal | 37 | 303 | 125 | 124 | 0 | 70 | 30 | 214 | 111 | 54 |
| Binary | 11111 | 11000011 | 1010101 | 1010100 | 0 | 111000 | 11000 | 10001100 | 1001001 | 101100 |
Color Harmonies of #1FC355
Complementary color
Monochromatic Colors of #1FC355
Black with #1FC355
Text Example
Text Example
White with #1FC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC355; }
p { color: rgb(31,195,85); }
H1.HeaderClassName
{
color: #1FC355;
}
.AnyTagClassName
{
color: #1FC355;
}
</style>
background-color css
<style>
a { background-color: #1FC355; }
a { background-color: rgb(31,195,85); }
div.DivClassName
{
background-color: #1FC355;
}
.BgClassName
{
background-color: #1FC355;
}
</style>
border-color css
<style>
span { border-color: #1FC355; }
span { border-color: rgb(31,195,85); }
td.TdClassName
{
border-color: #1FC355;
}
.TagClassName
{
border-color: #1FC355;
}
</style>