Shades of Malachite #1DF353
Tints of Malachite #1DF353
RGB
CMYK
RGB Variations
Color information
#1DF353 (or 0x1DF353) is known color: Malachite. HEX triplet: 1D, F3 and 53. RGB value is (29,243,83). Sum of RGB (Red+Green+Blue) = 29+243+83=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 243 (95.31% from 255 or 68.45% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF353 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF353 is #E20CAC. Grayscale: #A1A1A1. Windows color (decimal): -14814381 or 5501725. OLE color: 5501725.
HSL color Cylindrical-coordinate representation of color #1DF353: hue angle of 135.14º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF353 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 243 | 83 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.05 |
| HSL | 135.14º | 0.9% | 0.53% | - |
| HSV(B) | 135.14º | 0.88% | 0.95% | - |
| XYZ | 34.12 | 64.99 | 18.93 | - |
| YUV | 160.77 | 84.1 | 34.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 243 | 83 | 0.88 | 0 | 0.66 | 0.05 | 135.14 | 0.9 | 0.53 |
| Hex | 1D | F3 | 53 | 58 | 0 | 42 | 5 | 87 | 5A | 35 |
| Octal | 35 | 363 | 123 | 130 | 0 | 102 | 5 | 207 | 132 | 65 |
| Binary | 11101 | 11110011 | 1010011 | 1011000 | 0 | 1000010 | 101 | 10000111 | 1011010 | 110101 |
Color Harmonies of #1DF353
Complementary color
Monochromatic Colors of #1DF353
Black with #1DF353
Text Example
Text Example
White with #1DF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF353; }
p { color: rgb(29,243,83); }
H1.HeaderClassName
{
color: #1DF353;
}
.AnyTagClassName
{
color: #1DF353;
}
</style>
background-color css
<style>
a { background-color: #1DF353; }
a { background-color: rgb(29,243,83); }
div.DivClassName
{
background-color: #1DF353;
}
.BgClassName
{
background-color: #1DF353;
}
</style>
border-color css
<style>
span { border-color: #1DF353; }
span { border-color: rgb(29,243,83); }
td.TdClassName
{
border-color: #1DF353;
}
.TagClassName
{
border-color: #1DF353;
}
</style>