Shades of Malachite #1DF93D
Tints of Malachite #1DF93D
RGB
CMYK
RGB Variations
Color information
#1DF93D (or 0x1DF93D) is known color: Malachite. HEX triplet: 1D, F9 and 3D. RGB value is (29,249,61). Sum of RGB (Red+Green+Blue) = 29+249+61=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 249 (97.66% from 255 or 73.45% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF93D is #E206C2. Grayscale: #A2A2A2. Windows color (decimal): -14812867 or 4061469. OLE color: 4061469.
HSL color Cylindrical-coordinate representation of color #1DF93D: hue angle of 128.73º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF93D is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 61 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.02 |
| HSL | 128.73º | 0.95% | 0.55% | - |
| HSV(B) | 128.73º | 0.88% | 0.98% | - |
| XYZ | 35.22 | 68.35 | 15.75 | - |
| YUV | 161.79 | 71.11 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 61 | 0.88 | 0 | 0.76 | 0.02 | 128.73 | 0.95 | 0.55 |
| Hex | 1D | F9 | 3D | 58 | 0 | 4C | 2 | 81 | 5F | 37 |
| Octal | 35 | 371 | 75 | 130 | 0 | 114 | 2 | 201 | 137 | 67 |
| Binary | 11101 | 11111001 | 111101 | 1011000 | 0 | 1001100 | 10 | 10000001 | 1011111 | 110111 |
Color Harmonies of #1DF93D
Complementary color
Monochromatic Colors of #1DF93D
Black with #1DF93D
Text Example
Text Example
White with #1DF93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF93D; }
p { color: rgb(29,249,61); }
H1.HeaderClassName
{
color: #1DF93D;
}
.AnyTagClassName
{
color: #1DF93D;
}
</style>
background-color css
<style>
a { background-color: #1DF93D; }
a { background-color: rgb(29,249,61); }
div.DivClassName
{
background-color: #1DF93D;
}
.BgClassName
{
background-color: #1DF93D;
}
</style>
border-color css
<style>
span { border-color: #1DF93D; }
span { border-color: rgb(29,249,61); }
td.TdClassName
{
border-color: #1DF93D;
}
.TagClassName
{
border-color: #1DF93D;
}
</style>