Shades of Malachite #1FD06C
Tints of Malachite #1FD06C
RGB
CMYK
RGB Variations
Color information
#1FD06C (or 0x1FD06C) is known color: Malachite. HEX triplet: 1F, D0 and 6C. RGB value is (31,208,108). Sum of RGB (Red+Green+Blue) = 31+208+108=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD06C is #E02F93. Grayscale: #8F8F8F. Windows color (decimal): -14692244 or 7131167. OLE color: 7131167.
HSL color Cylindrical-coordinate representation of color #1FD06C: hue angle of 146.1º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD06C is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 108 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.18 |
| HSL | 146.1º | 0.74% | 0.47% | - |
| HSV(B) | 146.1º | 0.85% | 0.82% | - |
| XYZ | 25.83 | 46.49 | 21.8 | - |
| YUV | 143.68 | 107.86 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 108 | 0.85 | 0 | 0.48 | 0.18 | 146.1 | 0.74 | 0.47 |
| Hex | 1F | D0 | 6C | 55 | 0 | 30 | 12 | 92 | 4A | 2F |
| Octal | 37 | 320 | 154 | 125 | 0 | 60 | 22 | 222 | 112 | 57 |
| Binary | 11111 | 11010000 | 1101100 | 1010101 | 0 | 110000 | 10010 | 10010010 | 1001010 | 101111 |
Color Harmonies of #1FD06C
Complementary color
Monochromatic Colors of #1FD06C
Black with #1FD06C
Text Example
Text Example
White with #1FD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD06C; }
p { color: rgb(31,208,108); }
H1.HeaderClassName
{
color: #1FD06C;
}
.AnyTagClassName
{
color: #1FD06C;
}
</style>
background-color css
<style>
a { background-color: #1FD06C; }
a { background-color: rgb(31,208,108); }
div.DivClassName
{
background-color: #1FD06C;
}
.BgClassName
{
background-color: #1FD06C;
}
</style>
border-color css
<style>
span { border-color: #1FD06C; }
span { border-color: rgb(31,208,108); }
td.TdClassName
{
border-color: #1FD06C;
}
.TagClassName
{
border-color: #1FD06C;
}
</style>