Shades of Malachite #1FC950
Tints of Malachite #1FC950
RGB
CMYK
RGB Variations
Color information
#1FC950 (or 0x1FC950) is known color: Malachite. HEX triplet: 1F, C9 and 50. RGB value is (31,201,80). Sum of RGB (Red+Green+Blue) = 31+201+80=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 201 (78.91% from 255 or 64.42% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC950 is #E036AF. Grayscale: #888888. Windows color (decimal): -14694064 or 5294367. OLE color: 5294367.
HSL color Cylindrical-coordinate representation of color #1FC950: hue angle of 137.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC950 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 80 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.21 |
| HSL | 137.29º | 0.73% | 0.45% | - |
| HSV(B) | 137.29º | 0.85% | 0.79% | - |
| XYZ | 22.9 | 42.64 | 14.61 | - |
| YUV | 136.38 | 96.18 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 80 | 0.85 | 0 | 0.60 | 0.21 | 137.29 | 0.73 | 0.45 |
| Hex | 1F | C9 | 50 | 55 | 0 | 3C | 15 | 89 | 49 | 2D |
| Octal | 37 | 311 | 120 | 125 | 0 | 74 | 25 | 211 | 111 | 55 |
| Binary | 11111 | 11001001 | 1010000 | 1010101 | 0 | 111100 | 10101 | 10001001 | 1001001 | 101101 |
Color Harmonies of #1FC950
Complementary color
Monochromatic Colors of #1FC950
Black with #1FC950
Text Example
Text Example
White with #1FC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC950; }
p { color: rgb(31,201,80); }
H1.HeaderClassName
{
color: #1FC950;
}
.AnyTagClassName
{
color: #1FC950;
}
</style>
background-color css
<style>
a { background-color: #1FC950; }
a { background-color: rgb(31,201,80); }
div.DivClassName
{
background-color: #1FC950;
}
.BgClassName
{
background-color: #1FC950;
}
</style>
border-color css
<style>
span { border-color: #1FC950; }
span { border-color: rgb(31,201,80); }
td.TdClassName
{
border-color: #1FC950;
}
.TagClassName
{
border-color: #1FC950;
}
</style>