Shades of Malachite #1FDD40
Tints of Malachite #1FDD40
RGB
CMYK
RGB Variations
Color information
#1FDD40 (or 0x1FDD40) is known color: Malachite. HEX triplet: 1F, DD and 40. RGB value is (31,221,64). Sum of RGB (Red+Green+Blue) = 31+221+64=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDD40 is #E022BF. Grayscale: #929292. Windows color (decimal): -14688960 or 4250911. OLE color: 4250911.
HSL color Cylindrical-coordinate representation of color #1FDD40: hue angle of 130.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDD40 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 64 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.13 |
| HSL | 130.42º | 0.75% | 0.49% | - |
| HSV(B) | 130.42º | 0.86% | 0.87% | - |
| XYZ | 27.35 | 52.37 | 13.52 | - |
| YUV | 146.29 | 81.55 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 64 | 0.86 | 0 | 0.71 | 0.13 | 130.42 | 0.75 | 0.49 |
| Hex | 1F | DD | 40 | 56 | 0 | 47 | D | 82 | 4B | 31 |
| Octal | 37 | 335 | 100 | 126 | 0 | 107 | 15 | 202 | 113 | 61 |
| Binary | 11111 | 11011101 | 1000000 | 1010110 | 0 | 1000111 | 1101 | 10000010 | 1001011 | 110001 |
Color Harmonies of #1FDD40
Complementary color
Monochromatic Colors of #1FDD40
Black with #1FDD40
Text Example
Text Example
White with #1FDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD40; }
p { color: rgb(31,221,64); }
H1.HeaderClassName
{
color: #1FDD40;
}
.AnyTagClassName
{
color: #1FDD40;
}
</style>
background-color css
<style>
a { background-color: #1FDD40; }
a { background-color: rgb(31,221,64); }
div.DivClassName
{
background-color: #1FDD40;
}
.BgClassName
{
background-color: #1FDD40;
}
</style>
border-color css
<style>
span { border-color: #1FDD40; }
span { border-color: rgb(31,221,64); }
td.TdClassName
{
border-color: #1FDD40;
}
.TagClassName
{
border-color: #1FDD40;
}
</style>