Shades of Malachite #1DFF44
Tints of Malachite #1DFF44
RGB
CMYK
RGB Variations
Color information
#1DFF44 (or 0x1DFF44) is known color: Malachite. HEX triplet: 1D, FF and 44. RGB value is (29,255,68). Sum of RGB (Red+Green+Blue) = 29+255+68=352 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.24% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF44 is #E200BB. Grayscale: #A6A6A6. Windows color (decimal): -14811324 or 4521757. OLE color: 4521757.
HSL color Cylindrical-coordinate representation of color #1DFF44: hue angle of 130.35º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF44 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 68 | - |
| CMYK | 0.89 | 0 | 0.73 | 0 |
| HSL | 130.35º | 1% | 0.56% | - |
| HSV(B) | 130.35º | 0.89% | 1% | - |
| XYZ | 37.31 | 72.2 | 17.44 | - |
| YUV | 166.11 | 72.63 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 68 | 0.89 | 0 | 0.73 | 0 | 130.35 | 1 | 0.56 |
| Hex | 1D | FF | 44 | 59 | 0 | 49 | 0 | 82 | 64 | 38 |
| Octal | 35 | 377 | 104 | 131 | 0 | 111 | 0 | 202 | 144 | 70 |
| Binary | 11101 | 11111111 | 1000100 | 1011001 | 0 | 1001001 | 0 | 10000010 | 1100100 | 111000 |
Color Harmonies of #1DFF44
Complementary color
Monochromatic Colors of #1DFF44
Black with #1DFF44
Text Example
Text Example
White with #1DFF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF44; }
p { color: rgb(29,255,68); }
H1.HeaderClassName
{
color: #1DFF44;
}
.AnyTagClassName
{
color: #1DFF44;
}
</style>
background-color css
<style>
a { background-color: #1DFF44; }
a { background-color: rgb(29,255,68); }
div.DivClassName
{
background-color: #1DFF44;
}
.BgClassName
{
background-color: #1DFF44;
}
</style>
border-color css
<style>
span { border-color: #1DFF44; }
span { border-color: rgb(29,255,68); }
td.TdClassName
{
border-color: #1DFF44;
}
.TagClassName
{
border-color: #1DFF44;
}
</style>