Shades of Malachite #1DD263
Tints of Malachite #1DD263
RGB
CMYK
RGB Variations
Color information
#1DD263 (or 0x1DD263) is known color: Malachite. HEX triplet: 1D, D2 and 63. RGB value is (29,210,99). Sum of RGB (Red+Green+Blue) = 29+210+99=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD263 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD263 is #E22D9C. Grayscale: #8F8F8F. Windows color (decimal): -14822813 or 6541853. OLE color: 6541853.
HSL color Cylindrical-coordinate representation of color #1DD263: hue angle of 143.2º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD263 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 210 | 99 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.18 |
| HSL | 143.2º | 0.76% | 0.47% | - |
| HSV(B) | 143.2º | 0.86% | 0.82% | - |
| XYZ | 25.81 | 47.26 | 19.57 | - |
| YUV | 143.23 | 103.03 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 210 | 99 | 0.86 | 0 | 0.53 | 0.18 | 143.2 | 0.76 | 0.47 |
| Hex | 1D | D2 | 63 | 56 | 0 | 35 | 12 | 8F | 4C | 2F |
| Octal | 35 | 322 | 143 | 126 | 0 | 65 | 22 | 217 | 114 | 57 |
| Binary | 11101 | 11010010 | 1100011 | 1010110 | 0 | 110101 | 10010 | 10001111 | 1001100 | 101111 |
Color Harmonies of #1DD263
Complementary color
Monochromatic Colors of #1DD263
Black with #1DD263
Text Example
Text Example
White with #1DD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD263; }
p { color: rgb(29,210,99); }
H1.HeaderClassName
{
color: #1DD263;
}
.AnyTagClassName
{
color: #1DD263;
}
</style>
background-color css
<style>
a { background-color: #1DD263; }
a { background-color: rgb(29,210,99); }
div.DivClassName
{
background-color: #1DD263;
}
.BgClassName
{
background-color: #1DD263;
}
</style>
border-color css
<style>
span { border-color: #1DD263; }
span { border-color: rgb(29,210,99); }
td.TdClassName
{
border-color: #1DD263;
}
.TagClassName
{
border-color: #1DD263;
}
</style>