Shades of Malachite #1FD052
Tints of Malachite #1FD052
RGB
CMYK
RGB Variations
Color information
#1FD052 (or 0x1FD052) is known color: Malachite. HEX triplet: 1F, D0 and 52. RGB value is (31,208,82). Sum of RGB (Red+Green+Blue) = 31+208+82=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD052 is #E02FAD. Grayscale: #8D8D8D. Windows color (decimal): -14692270 or 5427231. OLE color: 5427231.
HSL color Cylindrical-coordinate representation of color #1FD052: hue angle of 137.29º 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 #1FD052 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 82 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.18 |
| HSL | 137.29º | 0.74% | 0.47% | - |
| HSV(B) | 137.29º | 0.85% | 0.82% | - |
| XYZ | 24.64 | 46.01 | 15.57 | - |
| YUV | 140.71 | 94.86 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 82 | 0.85 | 0 | 0.61 | 0.18 | 137.29 | 0.74 | 0.47 |
| Hex | 1F | D0 | 52 | 55 | 0 | 3D | 12 | 89 | 4A | 2F |
| Octal | 37 | 320 | 122 | 125 | 0 | 75 | 22 | 211 | 112 | 57 |
| Binary | 11111 | 11010000 | 1010010 | 1010101 | 0 | 111101 | 10010 | 10001001 | 1001010 | 101111 |
Color Harmonies of #1FD052
Complementary color
Monochromatic Colors of #1FD052
Black with #1FD052
Text Example
Text Example
White with #1FD052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD052; }
p { color: rgb(31,208,82); }
H1.HeaderClassName
{
color: #1FD052;
}
.AnyTagClassName
{
color: #1FD052;
}
</style>
background-color css
<style>
a { background-color: #1FD052; }
a { background-color: rgb(31,208,82); }
div.DivClassName
{
background-color: #1FD052;
}
.BgClassName
{
background-color: #1FD052;
}
</style>
border-color css
<style>
span { border-color: #1FD052; }
span { border-color: rgb(31,208,82); }
td.TdClassName
{
border-color: #1FD052;
}
.TagClassName
{
border-color: #1FD052;
}
</style>