Shades of Malachite #1EFF4D
Tints of Malachite #1EFF4D
RGB
CMYK
RGB Variations
Color information
#1EFF4D (or 0x1EFF4D) is known color: Malachite. HEX triplet: 1E, FF and 4D. RGB value is (30,255,77). Sum of RGB (Red+Green+Blue) = 30+255+77=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFF4D is #E100B2. Grayscale: #A7A7A7. Windows color (decimal): -14745779 or 5111582. OLE color: 5111582.
HSL color Cylindrical-coordinate representation of color #1EFF4D: hue angle of 132.53º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFF4D is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 77 | - |
| CMYK | 0.88 | 0 | 0.70 | 0 |
| HSL | 132.53º | 1% | 0.56% | - |
| HSV(B) | 132.53º | 0.88% | 1% | - |
| XYZ | 37.63 | 72.33 | 19 | - |
| YUV | 167.43 | 76.96 | 29.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 77 | 0.88 | 0 | 0.70 | 0 | 132.53 | 1 | 0.56 |
| Hex | 1E | FF | 4D | 58 | 0 | 46 | 0 | 85 | 64 | 38 |
| Octal | 36 | 377 | 115 | 130 | 0 | 106 | 0 | 205 | 144 | 70 |
| Binary | 11110 | 11111111 | 1001101 | 1011000 | 0 | 1000110 | 0 | 10000101 | 1100100 | 111000 |
Color Harmonies of #1EFF4D
Complementary color
Monochromatic Colors of #1EFF4D
Black with #1EFF4D
Text Example
Text Example
White with #1EFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF4D; }
p { color: rgb(30,255,77); }
H1.HeaderClassName
{
color: #1EFF4D;
}
.AnyTagClassName
{
color: #1EFF4D;
}
</style>
background-color css
<style>
a { background-color: #1EFF4D; }
a { background-color: rgb(30,255,77); }
div.DivClassName
{
background-color: #1EFF4D;
}
.BgClassName
{
background-color: #1EFF4D;
}
</style>
border-color css
<style>
span { border-color: #1EFF4D; }
span { border-color: rgb(30,255,77); }
td.TdClassName
{
border-color: #1EFF4D;
}
.TagClassName
{
border-color: #1EFF4D;
}
</style>