Shades of Malachite #1FD068
Tints of Malachite #1FD068
RGB
CMYK
RGB Variations
Color information
#1FD068 (or 0x1FD068) is known color: Malachite. HEX triplet: 1F, D0 and 68. RGB value is (31,208,104). Sum of RGB (Red+Green+Blue) = 31+208+104=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD068 is #E02F97. Grayscale: #8F8F8F. Windows color (decimal): -14692248 or 6869023. OLE color: 6869023.
HSL color Cylindrical-coordinate representation of color #1FD068: hue angle of 144.75º 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 #1FD068 is Cyan = 0.85, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 104 | - |
| CMYK | 0.85 | 0 | 0.5 | 0.18 |
| HSL | 144.75º | 0.74% | 0.47% | - |
| HSV(B) | 144.75º | 0.85% | 0.82% | - |
| XYZ | 25.62 | 46.4 | 20.7 | - |
| YUV | 143.22 | 105.86 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 104 | 0.85 | 0 | 0.5 | 0.18 | 144.75 | 0.74 | 0.47 |
| Hex | 1F | D0 | 68 | 55 | 0 | 32 | 12 | 91 | 4A | 2F |
| Octal | 37 | 320 | 150 | 125 | 0 | 62 | 22 | 221 | 112 | 57 |
| Binary | 11111 | 11010000 | 1101000 | 1010101 | 0 | 110010 | 10010 | 10010001 | 1001010 | 101111 |
Color Harmonies of #1FD068
Complementary color
Monochromatic Colors of #1FD068
Black with #1FD068
Text Example
Text Example
White with #1FD068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD068; }
p { color: rgb(31,208,104); }
H1.HeaderClassName
{
color: #1FD068;
}
.AnyTagClassName
{
color: #1FD068;
}
</style>
background-color css
<style>
a { background-color: #1FD068; }
a { background-color: rgb(31,208,104); }
div.DivClassName
{
background-color: #1FD068;
}
.BgClassName
{
background-color: #1FD068;
}
</style>
border-color css
<style>
span { border-color: #1FD068; }
span { border-color: rgb(31,208,104); }
td.TdClassName
{
border-color: #1FD068;
}
.TagClassName
{
border-color: #1FD068;
}
</style>