Shades of Malachite #1FCB5F
Tints of Malachite #1FCB5F
RGB
CMYK
RGB Variations
Color information
#1FCB5F (or 0x1FCB5F) is known color: Malachite. HEX triplet: 1F, CB and 5F. RGB value is (31,203,95). Sum of RGB (Red+Green+Blue) = 31+203+95=329 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.42% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCB5F is #E034A0. Grayscale: #8B8B8B. Windows color (decimal): -14693537 or 6277919. OLE color: 6277919.
HSL color Cylindrical-coordinate representation of color #1FCB5F: hue angle of 142.33º 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 #1FCB5F is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 95 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.20 |
| HSL | 142.33º | 0.74% | 0.46% | - |
| HSV(B) | 142.33º | 0.85% | 0.8% | - |
| XYZ | 23.99 | 43.83 | 18.02 | - |
| YUV | 139.26 | 103.02 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 95 | 0.85 | 0 | 0.53 | 0.20 | 142.33 | 0.74 | 0.46 |
| Hex | 1F | CB | 5F | 55 | 0 | 35 | 14 | 8E | 4A | 2E |
| Octal | 37 | 313 | 137 | 125 | 0 | 65 | 24 | 216 | 112 | 56 |
| Binary | 11111 | 11001011 | 1011111 | 1010101 | 0 | 110101 | 10100 | 10001110 | 1001010 | 101110 |
Color Harmonies of #1FCB5F
Complementary color
Monochromatic Colors of #1FCB5F
Black with #1FCB5F
Text Example
Text Example
White with #1FCB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB5F; }
p { color: rgb(31,203,95); }
H1.HeaderClassName
{
color: #1FCB5F;
}
.AnyTagClassName
{
color: #1FCB5F;
}
</style>
background-color css
<style>
a { background-color: #1FCB5F; }
a { background-color: rgb(31,203,95); }
div.DivClassName
{
background-color: #1FCB5F;
}
.BgClassName
{
background-color: #1FCB5F;
}
</style>
border-color css
<style>
span { border-color: #1FCB5F; }
span { border-color: rgb(31,203,95); }
td.TdClassName
{
border-color: #1FCB5F;
}
.TagClassName
{
border-color: #1FCB5F;
}
</style>