Shades of Malachite #1FCB60
Tints of Malachite #1FCB60
RGB
CMYK
RGB Variations
Color information
#1FCB60 (or 0x1FCB60) is known color: Malachite. HEX triplet: 1F, CB and 60. RGB value is (31,203,96). Sum of RGB (Red+Green+Blue) = 31+203+96=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 203 (79.69% from 255 or 61.52% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCB60 is #E0349F. Grayscale: #8B8B8B. Windows color (decimal): -14693536 or 6343455. OLE color: 6343455.
HSL color Cylindrical-coordinate representation of color #1FCB60: hue angle of 142.67º 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 #1FCB60 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 96 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.20 |
| HSL | 142.67º | 0.74% | 0.46% | - |
| HSV(B) | 142.67º | 0.85% | 0.8% | - |
| XYZ | 24.03 | 43.85 | 18.26 | - |
| YUV | 139.37 | 103.52 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 96 | 0.85 | 0 | 0.53 | 0.20 | 142.67 | 0.74 | 0.46 |
| Hex | 1F | CB | 60 | 55 | 0 | 35 | 14 | 8F | 4A | 2E |
| Octal | 37 | 313 | 140 | 125 | 0 | 65 | 24 | 217 | 112 | 56 |
| Binary | 11111 | 11001011 | 1100000 | 1010101 | 0 | 110101 | 10100 | 10001111 | 1001010 | 101110 |
Color Harmonies of #1FCB60
Complementary color
Monochromatic Colors of #1FCB60
Black with #1FCB60
Text Example
Text Example
White with #1FCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB60; }
p { color: rgb(31,203,96); }
H1.HeaderClassName
{
color: #1FCB60;
}
.AnyTagClassName
{
color: #1FCB60;
}
</style>
background-color css
<style>
a { background-color: #1FCB60; }
a { background-color: rgb(31,203,96); }
div.DivClassName
{
background-color: #1FCB60;
}
.BgClassName
{
background-color: #1FCB60;
}
</style>
border-color css
<style>
span { border-color: #1FCB60; }
span { border-color: rgb(31,203,96); }
td.TdClassName
{
border-color: #1FCB60;
}
.TagClassName
{
border-color: #1FCB60;
}
</style>