Shades of Malachite #1DC250
Tints of Malachite #1DC250
RGB
CMYK
RGB Variations
Color information
#1DC250 (or 0x1DC250) is known color: Malachite. HEX triplet: 1D, C2 and 50. RGB value is (29,194,80). Sum of RGB (Red+Green+Blue) = 29+194+80=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC250 is #E23DAF. Grayscale: #838383. Windows color (decimal): -14826928 or 5292573. OLE color: 5292573.
HSL color Cylindrical-coordinate representation of color #1DC250: hue angle of 138.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC250 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 80 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.24 |
| HSL | 138.55º | 0.74% | 0.44% | - |
| HSV(B) | 138.55º | 0.85% | 0.76% | - |
| XYZ | 21.25 | 39.42 | 14.08 | - |
| YUV | 131.67 | 98.84 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 80 | 0.85 | 0 | 0.59 | 0.24 | 138.55 | 0.74 | 0.44 |
| Hex | 1D | C2 | 50 | 55 | 0 | 3B | 18 | 8B | 4A | 2C |
| Octal | 35 | 302 | 120 | 125 | 0 | 73 | 30 | 213 | 112 | 54 |
| Binary | 11101 | 11000010 | 1010000 | 1010101 | 0 | 111011 | 11000 | 10001011 | 1001010 | 101100 |
Color Harmonies of #1DC250
Complementary color
Monochromatic Colors of #1DC250
Black with #1DC250
Text Example
Text Example
White with #1DC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC250; }
p { color: rgb(29,194,80); }
H1.HeaderClassName
{
color: #1DC250;
}
.AnyTagClassName
{
color: #1DC250;
}
</style>
background-color css
<style>
a { background-color: #1DC250; }
a { background-color: rgb(29,194,80); }
div.DivClassName
{
background-color: #1DC250;
}
.BgClassName
{
background-color: #1DC250;
}
</style>
border-color css
<style>
span { border-color: #1DC250; }
span { border-color: rgb(29,194,80); }
td.TdClassName
{
border-color: #1DC250;
}
.TagClassName
{
border-color: #1DC250;
}
</style>