Shades of Malachite #1DDF3F
Tints of Malachite #1DDF3F
RGB
CMYK
RGB Variations
Color information
#1DDF3F (or 0x1DDF3F) is known color: Malachite. HEX triplet: 1D, DF and 3F. RGB value is (29,223,63). Sum of RGB (Red+Green+Blue) = 29+223+63=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #1DDF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDF3F is #E220C0. Grayscale: #939393. Windows color (decimal): -14819521 or 4185885. OLE color: 4185885.
HSL color Cylindrical-coordinate representation of color #1DDF3F: hue angle of 130.52º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDF3F is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 223 | 63 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.13 |
| HSL | 130.52º | 0.77% | 0.49% | - |
| HSV(B) | 130.52º | 0.87% | 0.87% | - |
| XYZ | 27.79 | 53.4 | 13.54 | - |
| YUV | 146.75 | 80.73 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 223 | 63 | 0.87 | 0 | 0.72 | 0.13 | 130.52 | 0.77 | 0.49 |
| Hex | 1D | DF | 3F | 57 | 0 | 48 | D | 83 | 4D | 31 |
| Octal | 35 | 337 | 77 | 127 | 0 | 110 | 15 | 203 | 115 | 61 |
| Binary | 11101 | 11011111 | 111111 | 1010111 | 0 | 1001000 | 1101 | 10000011 | 1001101 | 110001 |
Color Harmonies of #1DDF3F
Complementary color
Monochromatic Colors of #1DDF3F
Black with #1DDF3F
Text Example
Text Example
White with #1DDF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDF3F; }
p { color: rgb(29,223,63); }
H1.HeaderClassName
{
color: #1DDF3F;
}
.AnyTagClassName
{
color: #1DDF3F;
}
</style>
background-color css
<style>
a { background-color: #1DDF3F; }
a { background-color: rgb(29,223,63); }
div.DivClassName
{
background-color: #1DDF3F;
}
.BgClassName
{
background-color: #1DDF3F;
}
</style>
border-color css
<style>
span { border-color: #1DDF3F; }
span { border-color: rgb(29,223,63); }
td.TdClassName
{
border-color: #1DDF3F;
}
.TagClassName
{
border-color: #1DDF3F;
}
</style>