Shades of Malachite #1FDA74
Tints of Malachite #1FDA74
RGB
CMYK
RGB Variations
Color information
#1FDA74 (or 0x1FDA74) is known color: Malachite. HEX triplet: 1F, DA and 74. RGB value is (31,218,116). Sum of RGB (Red+Green+Blue) = 31+218+116=365 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.49% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDA74 is #E0258B. Grayscale: #969696. Windows color (decimal): -14689676 or 7658015. OLE color: 7658015.
HSL color Cylindrical-coordinate representation of color #1FDA74: hue angle of 147.27º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDA74 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 116 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.15 |
| HSL | 147.27º | 0.75% | 0.49% | - |
| HSV(B) | 147.27º | 0.86% | 0.85% | - |
| XYZ | 28.79 | 51.7 | 24.98 | - |
| YUV | 150.46 | 108.55 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 116 | 0.86 | 0 | 0.47 | 0.15 | 147.27 | 0.75 | 0.49 |
| Hex | 1F | DA | 74 | 56 | 0 | 2F | F | 93 | 4B | 31 |
| Octal | 37 | 332 | 164 | 126 | 0 | 57 | 17 | 223 | 113 | 61 |
| Binary | 11111 | 11011010 | 1110100 | 1010110 | 0 | 101111 | 1111 | 10010011 | 1001011 | 110001 |
Color Harmonies of #1FDA74
Complementary color
Monochromatic Colors of #1FDA74
Black with #1FDA74
Text Example
Text Example
White with #1FDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA74; }
p { color: rgb(31,218,116); }
H1.HeaderClassName
{
color: #1FDA74;
}
.AnyTagClassName
{
color: #1FDA74;
}
</style>
background-color css
<style>
a { background-color: #1FDA74; }
a { background-color: rgb(31,218,116); }
div.DivClassName
{
background-color: #1FDA74;
}
.BgClassName
{
background-color: #1FDA74;
}
</style>
border-color css
<style>
span { border-color: #1FDA74; }
span { border-color: rgb(31,218,116); }
td.TdClassName
{
border-color: #1FDA74;
}
.TagClassName
{
border-color: #1FDA74;
}
</style>