Shades of Malachite #1DF04B
Tints of Malachite #1DF04B
RGB
CMYK
RGB Variations
Color information
#1DF04B (or 0x1DF04B) is known color: Malachite. HEX triplet: 1D, F0 and 4B. RGB value is (29,240,75). Sum of RGB (Red+Green+Blue) = 29+240+75=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF04B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF04B is #E20FB4. Grayscale: #9E9E9E. Windows color (decimal): -14815157 or 4976669. OLE color: 4976669.
HSL color Cylindrical-coordinate representation of color #1DF04B: hue angle of 133.08º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF04B is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 75 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.06 |
| HSL | 133.08º | 0.88% | 0.53% | - |
| HSV(B) | 133.08º | 0.88% | 0.94% | - |
| XYZ | 32.94 | 63.09 | 17.1 | - |
| YUV | 158.1 | 81.1 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 75 | 0.88 | 0 | 0.69 | 0.06 | 133.08 | 0.88 | 0.53 |
| Hex | 1D | F0 | 4B | 58 | 0 | 45 | 6 | 85 | 58 | 35 |
| Octal | 35 | 360 | 113 | 130 | 0 | 105 | 6 | 205 | 130 | 65 |
| Binary | 11101 | 11110000 | 1001011 | 1011000 | 0 | 1000101 | 110 | 10000101 | 1011000 | 110101 |
Color Harmonies of #1DF04B
Complementary color
Monochromatic Colors of #1DF04B
Black with #1DF04B
Text Example
Text Example
White with #1DF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF04B; }
p { color: rgb(29,240,75); }
H1.HeaderClassName
{
color: #1DF04B;
}
.AnyTagClassName
{
color: #1DF04B;
}
</style>
background-color css
<style>
a { background-color: #1DF04B; }
a { background-color: rgb(29,240,75); }
div.DivClassName
{
background-color: #1DF04B;
}
.BgClassName
{
background-color: #1DF04B;
}
</style>
border-color css
<style>
span { border-color: #1DF04B; }
span { border-color: rgb(29,240,75); }
td.TdClassName
{
border-color: #1DF04B;
}
.TagClassName
{
border-color: #1DF04B;
}
</style>