Shades of Malachite #1DF93B
Tints of Malachite #1DF93B
RGB
CMYK
RGB Variations
Color information
#1DF93B (or 0x1DF93B) is known color: Malachite. HEX triplet: 1D, F9 and 3B. RGB value is (29,249,59). Sum of RGB (Red+Green+Blue) = 29+249+59=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 249 (97.66% from 255 or 73.89% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF93B is #E206C4. Grayscale: #A2A2A2. Windows color (decimal): -14812869 or 3930397. OLE color: 3930397.
HSL color Cylindrical-coordinate representation of color #1DF93B: hue angle of 128.18º 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 #1DF93B is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 59 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.02 |
| HSL | 128.18º | 0.95% | 0.55% | - |
| HSV(B) | 128.18º | 0.88% | 0.98% | - |
| XYZ | 35.17 | 68.33 | 15.47 | - |
| YUV | 161.56 | 70.11 | 33.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 59 | 0.88 | 0 | 0.76 | 0.02 | 128.18 | 0.95 | 0.55 |
| Hex | 1D | F9 | 3B | 58 | 0 | 4C | 2 | 80 | 5F | 37 |
| Octal | 35 | 371 | 73 | 130 | 0 | 114 | 2 | 200 | 137 | 67 |
| Binary | 11101 | 11111001 | 111011 | 1011000 | 0 | 1001100 | 10 | 10000000 | 1011111 | 110111 |
Color Harmonies of #1DF93B
Complementary color
Monochromatic Colors of #1DF93B
Black with #1DF93B
Text Example
Text Example
White with #1DF93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF93B; }
p { color: rgb(29,249,59); }
H1.HeaderClassName
{
color: #1DF93B;
}
.AnyTagClassName
{
color: #1DF93B;
}
</style>
background-color css
<style>
a { background-color: #1DF93B; }
a { background-color: rgb(29,249,59); }
div.DivClassName
{
background-color: #1DF93B;
}
.BgClassName
{
background-color: #1DF93B;
}
</style>
border-color css
<style>
span { border-color: #1DF93B; }
span { border-color: rgb(29,249,59); }
td.TdClassName
{
border-color: #1DF93B;
}
.TagClassName
{
border-color: #1DF93B;
}
</style>