Shades of Malachite #1FC053
Tints of Malachite #1FC053
RGB
CMYK
RGB Variations
Color information
#1FC053 (or 0x1FC053) is known color: Malachite. HEX triplet: 1F, C0 and 53. RGB value is (31,192,83). Sum of RGB (Red+Green+Blue) = 31+192+83=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC053 is #E03FAC. Grayscale: #838383. Windows color (decimal): -14696365 or 5488671. OLE color: 5488671.
HSL color Cylindrical-coordinate representation of color #1FC053: hue angle of 139.38º 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 #1FC053 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 83 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.25 |
| HSL | 139.38º | 0.72% | 0.44% | - |
| HSV(B) | 139.38º | 0.84% | 0.75% | - |
| XYZ | 20.98 | 38.62 | 14.53 | - |
| YUV | 131.44 | 100.66 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 83 | 0.84 | 0 | 0.57 | 0.25 | 139.38 | 0.72 | 0.44 |
| Hex | 1F | C0 | 53 | 54 | 0 | 39 | 19 | 8B | 48 | 2C |
| Octal | 37 | 300 | 123 | 124 | 0 | 71 | 31 | 213 | 110 | 54 |
| Binary | 11111 | 11000000 | 1010011 | 1010100 | 0 | 111001 | 11001 | 10001011 | 1001000 | 101100 |
Color Harmonies of #1FC053
Complementary color
Monochromatic Colors of #1FC053
Black with #1FC053
Text Example
Text Example
White with #1FC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC053; }
p { color: rgb(31,192,83); }
H1.HeaderClassName
{
color: #1FC053;
}
.AnyTagClassName
{
color: #1FC053;
}
</style>
background-color css
<style>
a { background-color: #1FC053; }
a { background-color: rgb(31,192,83); }
div.DivClassName
{
background-color: #1FC053;
}
.BgClassName
{
background-color: #1FC053;
}
</style>
border-color css
<style>
span { border-color: #1FC053; }
span { border-color: rgb(31,192,83); }
td.TdClassName
{
border-color: #1FC053;
}
.TagClassName
{
border-color: #1FC053;
}
</style>