Shades of Malachite #1EFD5E
Tints of Malachite #1EFD5E
RGB
CMYK
RGB Variations
Color information
#1EFD5E (or 0x1EFD5E) is known color: Malachite. HEX triplet: 1E, FD and 5E. RGB value is (30,253,94). Sum of RGB (Red+Green+Blue) = 30+253+94=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 253 (99.22% from 255 or 67.11% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFD5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFD5E is #E102A1. Grayscale: #A8A8A8. Windows color (decimal): -14746274 or 6225182. OLE color: 6225182.
HSL color Cylindrical-coordinate representation of color #1EFD5E: hue angle of 137.22º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFD5E is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 94 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.01 |
| HSL | 137.22º | 0.98% | 0.55% | - |
| HSV(B) | 137.22º | 0.88% | 0.99% | - |
| XYZ | 37.68 | 71.33 | 22.37 | - |
| YUV | 168.2 | 86.12 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 94 | 0.88 | 0 | 0.63 | 0.01 | 137.22 | 0.98 | 0.55 |
| Hex | 1E | FD | 5E | 58 | 0 | 3F | 1 | 89 | 62 | 37 |
| Octal | 36 | 375 | 136 | 130 | 0 | 77 | 1 | 211 | 142 | 67 |
| Binary | 11110 | 11111101 | 1011110 | 1011000 | 0 | 111111 | 1 | 10001001 | 1100010 | 110111 |
Color Harmonies of #1EFD5E
Complementary color
Monochromatic Colors of #1EFD5E
Black with #1EFD5E
Text Example
Text Example
White with #1EFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFD5E; }
p { color: rgb(30,253,94); }
H1.HeaderClassName
{
color: #1EFD5E;
}
.AnyTagClassName
{
color: #1EFD5E;
}
</style>
background-color css
<style>
a { background-color: #1EFD5E; }
a { background-color: rgb(30,253,94); }
div.DivClassName
{
background-color: #1EFD5E;
}
.BgClassName
{
background-color: #1EFD5E;
}
</style>
border-color css
<style>
span { border-color: #1EFD5E; }
span { border-color: rgb(30,253,94); }
td.TdClassName
{
border-color: #1EFD5E;
}
.TagClassName
{
border-color: #1EFD5E;
}
</style>