Shades of Malachite #1DD64B
Tints of Malachite #1DD64B
RGB
CMYK
RGB Variations
Color information
#1DD64B (or 0x1DD64B) is known color: Malachite. HEX triplet: 1D, D6 and 4B. RGB value is (29,214,75). Sum of RGB (Red+Green+Blue) = 29+214+75=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 214 (83.98% from 255 or 67.30% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD64B is #E229B4. Grayscale: #8F8F8F. Windows color (decimal): -14821813 or 4970013. OLE color: 4970013.
HSL color Cylindrical-coordinate representation of color #1DD64B: hue angle of 134.92º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD64B is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 214 | 75 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.16 |
| HSL | 134.92º | 0.76% | 0.48% | - |
| HSV(B) | 134.92º | 0.86% | 0.84% | - |
| XYZ | 25.82 | 48.86 | 14.73 | - |
| YUV | 142.84 | 89.71 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 75 | 0.86 | 0 | 0.65 | 0.16 | 134.92 | 0.76 | 0.48 |
| Hex | 1D | D6 | 4B | 56 | 0 | 41 | 10 | 87 | 4C | 30 |
| Octal | 35 | 326 | 113 | 126 | 0 | 101 | 20 | 207 | 114 | 60 |
| Binary | 11101 | 11010110 | 1001011 | 1010110 | 0 | 1000001 | 10000 | 10000111 | 1001100 | 110000 |
Color Harmonies of #1DD64B
Complementary color
Monochromatic Colors of #1DD64B
Black with #1DD64B
Text Example
Text Example
White with #1DD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD64B; }
p { color: rgb(29,214,75); }
H1.HeaderClassName
{
color: #1DD64B;
}
.AnyTagClassName
{
color: #1DD64B;
}
</style>
background-color css
<style>
a { background-color: #1DD64B; }
a { background-color: rgb(29,214,75); }
div.DivClassName
{
background-color: #1DD64B;
}
.BgClassName
{
background-color: #1DD64B;
}
</style>
border-color css
<style>
span { border-color: #1DD64B; }
span { border-color: rgb(29,214,75); }
td.TdClassName
{
border-color: #1DD64B;
}
.TagClassName
{
border-color: #1DD64B;
}
</style>