Shades of Malachite #1FCF5C
Tints of Malachite #1FCF5C
RGB
CMYK
RGB Variations
Color information
#1FCF5C (or 0x1FCF5C) is known color: Malachite. HEX triplet: 1F, CF and 5C. RGB value is (31,207,92). Sum of RGB (Red+Green+Blue) = 31+207+92=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FCF5C is #E030A3. Grayscale: #8D8D8D. Windows color (decimal): -14692516 or 6082335. OLE color: 6082335.
HSL color Cylindrical-coordinate representation of color #1FCF5C: hue angle of 140.8º 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 #1FCF5C is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 92 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.19 |
| HSL | 140.8º | 0.74% | 0.47% | - |
| HSV(B) | 140.8º | 0.85% | 0.81% | - |
| XYZ | 24.81 | 45.69 | 17.64 | - |
| YUV | 141.27 | 100.19 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 92 | 0.85 | 0 | 0.56 | 0.19 | 140.8 | 0.74 | 0.47 |
| Hex | 1F | CF | 5C | 55 | 0 | 38 | 13 | 8D | 4A | 2F |
| Octal | 37 | 317 | 134 | 125 | 0 | 70 | 23 | 215 | 112 | 57 |
| Binary | 11111 | 11001111 | 1011100 | 1010101 | 0 | 111000 | 10011 | 10001101 | 1001010 | 101111 |
Color Harmonies of #1FCF5C
Complementary color
Monochromatic Colors of #1FCF5C
Black with #1FCF5C
Text Example
Text Example
White with #1FCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF5C; }
p { color: rgb(31,207,92); }
H1.HeaderClassName
{
color: #1FCF5C;
}
.AnyTagClassName
{
color: #1FCF5C;
}
</style>
background-color css
<style>
a { background-color: #1FCF5C; }
a { background-color: rgb(31,207,92); }
div.DivClassName
{
background-color: #1FCF5C;
}
.BgClassName
{
background-color: #1FCF5C;
}
</style>
border-color css
<style>
span { border-color: #1FCF5C; }
span { border-color: rgb(31,207,92); }
td.TdClassName
{
border-color: #1FCF5C;
}
.TagClassName
{
border-color: #1FCF5C;
}
</style>