Shades of Malachite #1FD067
Tints of Malachite #1FD067
RGB
CMYK
RGB Variations
Color information
#1FD067 (or 0x1FD067) is known color: Malachite. HEX triplet: 1F, D0 and 67. RGB value is (31,208,103). Sum of RGB (Red+Green+Blue) = 31+208+103=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD067 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD067 is #E02F98. Grayscale: #8F8F8F. Windows color (decimal): -14692249 or 6803487. OLE color: 6803487.
HSL color Cylindrical-coordinate representation of color #1FD067: hue angle of 144.41º 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 #1FD067 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 103 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.18 |
| HSL | 144.41º | 0.74% | 0.47% | - |
| HSV(B) | 144.41º | 0.85% | 0.82% | - |
| XYZ | 25.57 | 46.38 | 20.44 | - |
| YUV | 143.11 | 105.36 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 103 | 0.85 | 0 | 0.50 | 0.18 | 144.41 | 0.74 | 0.47 |
| Hex | 1F | D0 | 67 | 55 | 0 | 32 | 12 | 90 | 4A | 2F |
| Octal | 37 | 320 | 147 | 125 | 0 | 62 | 22 | 220 | 112 | 57 |
| Binary | 11111 | 11010000 | 1100111 | 1010101 | 0 | 110010 | 10010 | 10010000 | 1001010 | 101111 |
Color Harmonies of #1FD067
Complementary color
Monochromatic Colors of #1FD067
Black with #1FD067
Text Example
Text Example
White with #1FD067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD067; }
p { color: rgb(31,208,103); }
H1.HeaderClassName
{
color: #1FD067;
}
.AnyTagClassName
{
color: #1FD067;
}
</style>
background-color css
<style>
a { background-color: #1FD067; }
a { background-color: rgb(31,208,103); }
div.DivClassName
{
background-color: #1FD067;
}
.BgClassName
{
background-color: #1FD067;
}
</style>
border-color css
<style>
span { border-color: #1FD067; }
span { border-color: rgb(31,208,103); }
td.TdClassName
{
border-color: #1FD067;
}
.TagClassName
{
border-color: #1FD067;
}
</style>