Shades of Malachite #1FCF60
Tints of Malachite #1FCF60
RGB
CMYK
RGB Variations
Color information
#1FCF60 (or 0x1FCF60) is known color: Malachite. HEX triplet: 1F, CF and 60. RGB value is (31,207,96). Sum of RGB (Red+Green+Blue) = 31+207+96=334 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.28% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCF60 is #E0309F. Grayscale: #8D8D8D. Windows color (decimal): -14692512 or 6344479. OLE color: 6344479.
HSL color Cylindrical-coordinate representation of color #1FCF60: hue angle of 142.16º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF60 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 96 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.19 |
| HSL | 142.16º | 0.74% | 0.47% | - |
| HSV(B) | 142.16º | 0.85% | 0.81% | - |
| XYZ | 24.99 | 45.76 | 18.58 | - |
| YUV | 141.72 | 102.19 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 96 | 0.85 | 0 | 0.54 | 0.19 | 142.16 | 0.74 | 0.47 |
| Hex | 1F | CF | 60 | 55 | 0 | 36 | 13 | 8E | 4A | 2F |
| Octal | 37 | 317 | 140 | 125 | 0 | 66 | 23 | 216 | 112 | 57 |
| Binary | 11111 | 11001111 | 1100000 | 1010101 | 0 | 110110 | 10011 | 10001110 | 1001010 | 101111 |
Color Harmonies of #1FCF60
Complementary color
Monochromatic Colors of #1FCF60
Black with #1FCF60
Text Example
Text Example
White with #1FCF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF60; }
p { color: rgb(31,207,96); }
H1.HeaderClassName
{
color: #1FCF60;
}
.AnyTagClassName
{
color: #1FCF60;
}
</style>
background-color css
<style>
a { background-color: #1FCF60; }
a { background-color: rgb(31,207,96); }
div.DivClassName
{
background-color: #1FCF60;
}
.BgClassName
{
background-color: #1FCF60;
}
</style>
border-color css
<style>
span { border-color: #1FCF60; }
span { border-color: rgb(31,207,96); }
td.TdClassName
{
border-color: #1FCF60;
}
.TagClassName
{
border-color: #1FCF60;
}
</style>