Shades of Malachite #1FC965
Tints of Malachite #1FC965
RGB
CMYK
RGB Variations
Color information
#1FC965 (or 0x1FC965) is known color: Malachite. HEX triplet: 1F, C9 and 65. RGB value is (31,201,101). Sum of RGB (Red+Green+Blue) = 31+201+101=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC965 is #E0369A. Grayscale: #8B8B8B. Windows color (decimal): -14694043 or 6670623. OLE color: 6670623.
HSL color Cylindrical-coordinate representation of color #1FC965: hue angle of 144.71º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC965 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 101 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.21 |
| HSL | 144.71º | 0.73% | 0.45% | - |
| HSV(B) | 144.71º | 0.85% | 0.79% | - |
| XYZ | 23.8 | 43 | 19.36 | - |
| YUV | 138.77 | 106.68 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 101 | 0.85 | 0 | 0.50 | 0.21 | 144.71 | 0.73 | 0.45 |
| Hex | 1F | C9 | 65 | 55 | 0 | 32 | 15 | 91 | 49 | 2D |
| Octal | 37 | 311 | 145 | 125 | 0 | 62 | 25 | 221 | 111 | 55 |
| Binary | 11111 | 11001001 | 1100101 | 1010101 | 0 | 110010 | 10101 | 10010001 | 1001001 | 101101 |
Color Harmonies of #1FC965
Complementary color
Monochromatic Colors of #1FC965
Black with #1FC965
Text Example
Text Example
White with #1FC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC965; }
p { color: rgb(31,201,101); }
H1.HeaderClassName
{
color: #1FC965;
}
.AnyTagClassName
{
color: #1FC965;
}
</style>
background-color css
<style>
a { background-color: #1FC965; }
a { background-color: rgb(31,201,101); }
div.DivClassName
{
background-color: #1FC965;
}
.BgClassName
{
background-color: #1FC965;
}
</style>
border-color css
<style>
span { border-color: #1FC965; }
span { border-color: rgb(31,201,101); }
td.TdClassName
{
border-color: #1FC965;
}
.TagClassName
{
border-color: #1FC965;
}
</style>