Shades of Malachite #1FD066
Tints of Malachite #1FD066
RGB
CMYK
RGB Variations
Color information
#1FD066 (or 0x1FD066) is known color: Malachite. HEX triplet: 1F, D0 and 66. RGB value is (31,208,102). Sum of RGB (Red+Green+Blue) = 31+208+102=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 208 (81.64% from 255 or 61.00% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD066 is #E02F99. Grayscale: #8F8F8F. Windows color (decimal): -14692250 or 6737951. OLE color: 6737951.
HSL color Cylindrical-coordinate representation of color #1FD066: hue angle of 144.07º 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 #1FD066 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 102 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.18 |
| HSL | 144.07º | 0.74% | 0.47% | - |
| HSV(B) | 144.07º | 0.85% | 0.82% | - |
| XYZ | 25.52 | 46.36 | 20.17 | - |
| YUV | 142.99 | 104.86 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 102 | 0.85 | 0 | 0.51 | 0.18 | 144.07 | 0.74 | 0.47 |
| Hex | 1F | D0 | 66 | 55 | 0 | 33 | 12 | 90 | 4A | 2F |
| Octal | 37 | 320 | 146 | 125 | 0 | 63 | 22 | 220 | 112 | 57 |
| Binary | 11111 | 11010000 | 1100110 | 1010101 | 0 | 110011 | 10010 | 10010000 | 1001010 | 101111 |
Color Harmonies of #1FD066
Complementary color
Monochromatic Colors of #1FD066
Black with #1FD066
Text Example
Text Example
White with #1FD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD066; }
p { color: rgb(31,208,102); }
H1.HeaderClassName
{
color: #1FD066;
}
.AnyTagClassName
{
color: #1FD066;
}
</style>
background-color css
<style>
a { background-color: #1FD066; }
a { background-color: rgb(31,208,102); }
div.DivClassName
{
background-color: #1FD066;
}
.BgClassName
{
background-color: #1FD066;
}
</style>
border-color css
<style>
span { border-color: #1FD066; }
span { border-color: rgb(31,208,102); }
td.TdClassName
{
border-color: #1FD066;
}
.TagClassName
{
border-color: #1FD066;
}
</style>