Shades of Malachite #1DD74B
Tints of Malachite #1DD74B
RGB
CMYK
RGB Variations
Color information
#1DD74B (or 0x1DD74B) is known color: Malachite. HEX triplet: 1D, D7 and 4B. RGB value is (29,215,75). Sum of RGB (Red+Green+Blue) = 29+215+75=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD74B is #E228B4. Grayscale: #8F8F8F. Windows color (decimal): -14821557 or 4970269. OLE color: 4970269.
HSL color Cylindrical-coordinate representation of color #1DD74B: hue angle of 134.84º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD74B is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 215 | 75 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.16 |
| HSL | 134.84º | 0.76% | 0.48% | - |
| HSV(B) | 134.84º | 0.87% | 0.84% | - |
| XYZ | 26.08 | 49.37 | 14.81 | - |
| YUV | 143.43 | 89.38 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 215 | 75 | 0.87 | 0 | 0.65 | 0.16 | 134.84 | 0.76 | 0.48 |
| Hex | 1D | D7 | 4B | 57 | 0 | 41 | 10 | 87 | 4C | 30 |
| Octal | 35 | 327 | 113 | 127 | 0 | 101 | 20 | 207 | 114 | 60 |
| Binary | 11101 | 11010111 | 1001011 | 1010111 | 0 | 1000001 | 10000 | 10000111 | 1001100 | 110000 |
Color Harmonies of #1DD74B
Complementary color
Monochromatic Colors of #1DD74B
Black with #1DD74B
Text Example
Text Example
White with #1DD74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD74B; }
p { color: rgb(29,215,75); }
H1.HeaderClassName
{
color: #1DD74B;
}
.AnyTagClassName
{
color: #1DD74B;
}
</style>
background-color css
<style>
a { background-color: #1DD74B; }
a { background-color: rgb(29,215,75); }
div.DivClassName
{
background-color: #1DD74B;
}
.BgClassName
{
background-color: #1DD74B;
}
</style>
border-color css
<style>
span { border-color: #1DD74B; }
span { border-color: rgb(29,215,75); }
td.TdClassName
{
border-color: #1DD74B;
}
.TagClassName
{
border-color: #1DD74B;
}
</style>