Shades of Malachite #1EFC62
Tints of Malachite #1EFC62
RGB
CMYK
RGB Variations
Color information
#1EFC62 (or 0x1EFC62) is known color: Malachite. HEX triplet: 1E, FC and 62. RGB value is (30,252,98). Sum of RGB (Red+Green+Blue) = 30+252+98=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFC62 is #E1039D. Grayscale: #A8A8A8. Windows color (decimal): -14746526 or 6487070. OLE color: 6487070.
HSL color Cylindrical-coordinate representation of color #1EFC62: hue angle of 138.38º degrees, saturation: 0.97, 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 #1EFC62 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 98 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.01 |
| HSL | 138.38º | 0.97% | 0.55% | - |
| HSV(B) | 138.38º | 0.88% | 0.99% | - |
| XYZ | 37.55 | 70.78 | 23.24 | - |
| YUV | 168.07 | 88.45 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 98 | 0.88 | 0 | 0.61 | 0.01 | 138.38 | 0.97 | 0.55 |
| Hex | 1E | FC | 62 | 58 | 0 | 3D | 1 | 8A | 61 | 37 |
| Octal | 36 | 374 | 142 | 130 | 0 | 75 | 1 | 212 | 141 | 67 |
| Binary | 11110 | 11111100 | 1100010 | 1011000 | 0 | 111101 | 1 | 10001010 | 1100001 | 110111 |
Color Harmonies of #1EFC62
Complementary color
Monochromatic Colors of #1EFC62
Black with #1EFC62
Text Example
Text Example
White with #1EFC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC62; }
p { color: rgb(30,252,98); }
H1.HeaderClassName
{
color: #1EFC62;
}
.AnyTagClassName
{
color: #1EFC62;
}
</style>
background-color css
<style>
a { background-color: #1EFC62; }
a { background-color: rgb(30,252,98); }
div.DivClassName
{
background-color: #1EFC62;
}
.BgClassName
{
background-color: #1EFC62;
}
</style>
border-color css
<style>
span { border-color: #1EFC62; }
span { border-color: rgb(30,252,98); }
td.TdClassName
{
border-color: #1EFC62;
}
.TagClassName
{
border-color: #1EFC62;
}
</style>