Shades of Malachite #1FC350
Tints of Malachite #1FC350
RGB
CMYK
RGB Variations
Color information
#1FC350 (or 0x1FC350) is known color: Malachite. HEX triplet: 1F, C3 and 50. RGB value is (31,195,80). Sum of RGB (Red+Green+Blue) = 31+195+80=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 195 (76.56% from 255 or 63.73% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC350 is #E03CAF. Grayscale: #858585. Windows color (decimal): -14695600 or 5292831. OLE color: 5292831.
HSL color Cylindrical-coordinate representation of color #1FC350: hue angle of 137.93º 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 #1FC350 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 80 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.24 |
| HSL | 137.93º | 0.73% | 0.44% | - |
| HSV(B) | 137.93º | 0.84% | 0.76% | - |
| XYZ | 21.53 | 39.9 | 14.16 | - |
| YUV | 132.85 | 98.17 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 80 | 0.84 | 0 | 0.59 | 0.24 | 137.93 | 0.73 | 0.44 |
| Hex | 1F | C3 | 50 | 54 | 0 | 3B | 18 | 8A | 49 | 2C |
| Octal | 37 | 303 | 120 | 124 | 0 | 73 | 30 | 212 | 111 | 54 |
| Binary | 11111 | 11000011 | 1010000 | 1010100 | 0 | 111011 | 11000 | 10001010 | 1001001 | 101100 |
Color Harmonies of #1FC350
Complementary color
Monochromatic Colors of #1FC350
Black with #1FC350
Text Example
Text Example
White with #1FC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC350; }
p { color: rgb(31,195,80); }
H1.HeaderClassName
{
color: #1FC350;
}
.AnyTagClassName
{
color: #1FC350;
}
</style>
background-color css
<style>
a { background-color: #1FC350; }
a { background-color: rgb(31,195,80); }
div.DivClassName
{
background-color: #1FC350;
}
.BgClassName
{
background-color: #1FC350;
}
</style>
border-color css
<style>
span { border-color: #1FC350; }
span { border-color: rgb(31,195,80); }
td.TdClassName
{
border-color: #1FC350;
}
.TagClassName
{
border-color: #1FC350;
}
</style>