Shades of Malachite #1FDE42
Tints of Malachite #1FDE42
RGB
CMYK
RGB Variations
Color information
#1FDE42 (or 0x1FDE42) is known color: Malachite. HEX triplet: 1F, DE and 42. RGB value is (31,222,66). Sum of RGB (Red+Green+Blue) = 31+222+66=319 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.72% from 319); Green value is 222 (87.11% from 255 or 69.59% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 222 - color contains mainly: green. Hex color #1FDE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDE42 is #E021BD. Grayscale: #939393. Windows color (decimal): -14688702 or 4382239. OLE color: 4382239.
HSL color Cylindrical-coordinate representation of color #1FDE42: hue angle of 130.99º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDE42 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 222 | 66 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.13 |
| HSL | 130.99º | 0.75% | 0.5% | - |
| HSV(B) | 130.99º | 0.86% | 0.87% | - |
| XYZ | 27.67 | 52.93 | 13.91 | - |
| YUV | 147.11 | 82.22 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 222 | 66 | 0.86 | 0 | 0.70 | 0.13 | 130.99 | 0.75 | 0.5 |
| Hex | 1F | DE | 42 | 56 | 0 | 46 | D | 83 | 4B | 32 |
| Octal | 37 | 336 | 102 | 126 | 0 | 106 | 15 | 203 | 113 | 62 |
| Binary | 11111 | 11011110 | 1000010 | 1010110 | 0 | 1000110 | 1101 | 10000011 | 1001011 | 110010 |
Color Harmonies of #1FDE42
Complementary color
Monochromatic Colors of #1FDE42
Black with #1FDE42
Text Example
Text Example
White with #1FDE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDE42; }
p { color: rgb(31,222,66); }
H1.HeaderClassName
{
color: #1FDE42;
}
.AnyTagClassName
{
color: #1FDE42;
}
</style>
background-color css
<style>
a { background-color: #1FDE42; }
a { background-color: rgb(31,222,66); }
div.DivClassName
{
background-color: #1FDE42;
}
.BgClassName
{
background-color: #1FDE42;
}
</style>
border-color css
<style>
span { border-color: #1FDE42; }
span { border-color: rgb(31,222,66); }
td.TdClassName
{
border-color: #1FDE42;
}
.TagClassName
{
border-color: #1FDE42;
}
</style>