Shades of Malachite #1FC055
Tints of Malachite #1FC055
RGB
CMYK
RGB Variations
Color information
#1FC055 (or 0x1FC055) is known color: Malachite. HEX triplet: 1F, C0 and 55. RGB value is (31,192,85). Sum of RGB (Red+Green+Blue) = 31+192+85=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC055 is #E03FAA. Grayscale: #838383. Windows color (decimal): -14696363 or 5619743. OLE color: 5619743.
HSL color Cylindrical-coordinate representation of color #1FC055: hue angle of 140.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC055 is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 85 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.25 |
| HSL | 140.12º | 0.72% | 0.44% | - |
| HSV(B) | 140.12º | 0.84% | 0.75% | - |
| XYZ | 21.05 | 38.65 | 14.94 | - |
| YUV | 131.66 | 101.66 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 85 | 0.84 | 0 | 0.56 | 0.25 | 140.12 | 0.72 | 0.44 |
| Hex | 1F | C0 | 55 | 54 | 0 | 38 | 19 | 8C | 48 | 2C |
| Octal | 37 | 300 | 125 | 124 | 0 | 70 | 31 | 214 | 110 | 54 |
| Binary | 11111 | 11000000 | 1010101 | 1010100 | 0 | 111000 | 11001 | 10001100 | 1001000 | 101100 |
Color Harmonies of #1FC055
Complementary color
Monochromatic Colors of #1FC055
Black with #1FC055
Text Example
Text Example
White with #1FC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC055; }
p { color: rgb(31,192,85); }
H1.HeaderClassName
{
color: #1FC055;
}
.AnyTagClassName
{
color: #1FC055;
}
</style>
background-color css
<style>
a { background-color: #1FC055; }
a { background-color: rgb(31,192,85); }
div.DivClassName
{
background-color: #1FC055;
}
.BgClassName
{
background-color: #1FC055;
}
</style>
border-color css
<style>
span { border-color: #1FC055; }
span { border-color: rgb(31,192,85); }
td.TdClassName
{
border-color: #1FC055;
}
.TagClassName
{
border-color: #1FC055;
}
</style>