Shades of Malachite #1FDD44
Tints of Malachite #1FDD44
RGB
CMYK
RGB Variations
Color information
#1FDD44 (or 0x1FDD44) is known color: Malachite. HEX triplet: 1F, DD and 44. RGB value is (31,221,68). Sum of RGB (Red+Green+Blue) = 31+221+68=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 221 (86.72% from 255 or 69.06% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDD44 is #E022BB. Grayscale: #939393. Windows color (decimal): -14688956 or 4513055. OLE color: 4513055.
HSL color Cylindrical-coordinate representation of color #1FDD44: hue angle of 131.68º 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 #1FDD44 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 221 | 68 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.13 |
| HSL | 131.68º | 0.75% | 0.49% | - |
| HSV(B) | 131.68º | 0.86% | 0.87% | - |
| XYZ | 27.46 | 52.42 | 14.14 | - |
| YUV | 146.75 | 83.55 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 221 | 68 | 0.86 | 0 | 0.69 | 0.13 | 131.68 | 0.75 | 0.49 |
| Hex | 1F | DD | 44 | 56 | 0 | 45 | D | 84 | 4B | 31 |
| Octal | 37 | 335 | 104 | 126 | 0 | 105 | 15 | 204 | 113 | 61 |
| Binary | 11111 | 11011101 | 1000100 | 1010110 | 0 | 1000101 | 1101 | 10000100 | 1001011 | 110001 |
Color Harmonies of #1FDD44
Complementary color
Monochromatic Colors of #1FDD44
Black with #1FDD44
Text Example
Text Example
White with #1FDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDD44; }
p { color: rgb(31,221,68); }
H1.HeaderClassName
{
color: #1FDD44;
}
.AnyTagClassName
{
color: #1FDD44;
}
</style>
background-color css
<style>
a { background-color: #1FDD44; }
a { background-color: rgb(31,221,68); }
div.DivClassName
{
background-color: #1FDD44;
}
.BgClassName
{
background-color: #1FDD44;
}
</style>
border-color css
<style>
span { border-color: #1FDD44; }
span { border-color: rgb(31,221,68); }
td.TdClassName
{
border-color: #1FDD44;
}
.TagClassName
{
border-color: #1FDD44;
}
</style>