Shades of Malachite #1DFB42
Tints of Malachite #1DFB42
RGB
CMYK
RGB Variations
Color information
#1DFB42 (or 0x1DFB42) is known color: Malachite. HEX triplet: 1D, FB and 42. RGB value is (29,251,66). Sum of RGB (Red+Green+Blue) = 29+251+66=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 251 (98.44% from 255 or 72.54% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFB42 is #E204BD. Grayscale: #A4A4A4. Windows color (decimal): -14812350 or 4389661. OLE color: 4389661.
HSL color Cylindrical-coordinate representation of color #1DFB42: hue angle of 130º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFB42 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 66 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.02 |
| HSL | 130º | 0.97% | 0.55% | - |
| HSV(B) | 130º | 0.88% | 0.98% | - |
| XYZ | 35.99 | 69.65 | 16.7 | - |
| YUV | 163.53 | 72.95 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 66 | 0.88 | 0 | 0.74 | 0.02 | 130 | 0.97 | 0.55 |
| Hex | 1D | FB | 42 | 58 | 0 | 4A | 2 | 82 | 61 | 37 |
| Octal | 35 | 373 | 102 | 130 | 0 | 112 | 2 | 202 | 141 | 67 |
| Binary | 11101 | 11111011 | 1000010 | 1011000 | 0 | 1001010 | 10 | 10000010 | 1100001 | 110111 |
Color Harmonies of #1DFB42
Complementary color
Monochromatic Colors of #1DFB42
Black with #1DFB42
Text Example
Text Example
White with #1DFB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB42; }
p { color: rgb(29,251,66); }
H1.HeaderClassName
{
color: #1DFB42;
}
.AnyTagClassName
{
color: #1DFB42;
}
</style>
background-color css
<style>
a { background-color: #1DFB42; }
a { background-color: rgb(29,251,66); }
div.DivClassName
{
background-color: #1DFB42;
}
.BgClassName
{
background-color: #1DFB42;
}
</style>
border-color css
<style>
span { border-color: #1DFB42; }
span { border-color: rgb(29,251,66); }
td.TdClassName
{
border-color: #1DFB42;
}
.TagClassName
{
border-color: #1DFB42;
}
</style>