Shades of Malachite #1FCB5B
Tints of Malachite #1FCB5B
RGB
CMYK
RGB Variations
Color information
#1FCB5B (or 0x1FCB5B) is known color: Malachite. HEX triplet: 1F, CB and 5B. RGB value is (31,203,91). Sum of RGB (Red+Green+Blue) = 31+203+91=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 203 (79.69% from 255 or 62.46% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCB5B is #E034A4. Grayscale: #8B8B8B. Windows color (decimal): -14693541 or 6015775. OLE color: 6015775.
HSL color Cylindrical-coordinate representation of color #1FCB5B: hue angle of 140.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB5B is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 91 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.20 |
| HSL | 140.93º | 0.74% | 0.46% | - |
| HSV(B) | 140.93º | 0.85% | 0.8% | - |
| XYZ | 23.81 | 43.76 | 17.09 | - |
| YUV | 138.8 | 101.02 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 91 | 0.85 | 0 | 0.55 | 0.20 | 140.93 | 0.74 | 0.46 |
| Hex | 1F | CB | 5B | 55 | 0 | 37 | 14 | 8D | 4A | 2E |
| Octal | 37 | 313 | 133 | 125 | 0 | 67 | 24 | 215 | 112 | 56 |
| Binary | 11111 | 11001011 | 1011011 | 1010101 | 0 | 110111 | 10100 | 10001101 | 1001010 | 101110 |
Color Harmonies of #1FCB5B
Complementary color
Monochromatic Colors of #1FCB5B
Black with #1FCB5B
Text Example
Text Example
White with #1FCB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB5B; }
p { color: rgb(31,203,91); }
H1.HeaderClassName
{
color: #1FCB5B;
}
.AnyTagClassName
{
color: #1FCB5B;
}
</style>
background-color css
<style>
a { background-color: #1FCB5B; }
a { background-color: rgb(31,203,91); }
div.DivClassName
{
background-color: #1FCB5B;
}
.BgClassName
{
background-color: #1FCB5B;
}
</style>
border-color css
<style>
span { border-color: #1FCB5B; }
span { border-color: rgb(31,203,91); }
td.TdClassName
{
border-color: #1FCB5B;
}
.TagClassName
{
border-color: #1FCB5B;
}
</style>