Shades of Malachite #1EFC49
Tints of Malachite #1EFC49
RGB
CMYK
RGB Variations
Color information
#1EFC49 (or 0x1EFC49) is known color: Malachite. HEX triplet: 1E, FC and 49. RGB value is (30,252,73). Sum of RGB (Red+Green+Blue) = 30+252+73=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 252 (98.83% from 255 or 70.99% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 252 - color contains mainly: green. Hex color #1EFC49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EFC49 is #E103B6. Grayscale: #A5A5A5. Windows color (decimal): -14746551 or 4848670. OLE color: 4848670.
HSL color Cylindrical-coordinate representation of color #1EFC49: hue angle of 131.62º 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 #1EFC49 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 252 | 73 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.01 |
| HSL | 131.62º | 0.97% | 0.55% | - |
| HSV(B) | 131.62º | 0.88% | 0.99% | - |
| XYZ | 36.55 | 70.38 | 17.96 | - |
| YUV | 165.22 | 75.95 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 252 | 73 | 0.88 | 0 | 0.71 | 0.01 | 131.62 | 0.97 | 0.55 |
| Hex | 1E | FC | 49 | 58 | 0 | 47 | 1 | 84 | 61 | 37 |
| Octal | 36 | 374 | 111 | 130 | 0 | 107 | 1 | 204 | 141 | 67 |
| Binary | 11110 | 11111100 | 1001001 | 1011000 | 0 | 1000111 | 1 | 10000100 | 1100001 | 110111 |
Color Harmonies of #1EFC49
Complementary color
Monochromatic Colors of #1EFC49
Black with #1EFC49
Text Example
Text Example
White with #1EFC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFC49; }
p { color: rgb(30,252,73); }
H1.HeaderClassName
{
color: #1EFC49;
}
.AnyTagClassName
{
color: #1EFC49;
}
</style>
background-color css
<style>
a { background-color: #1EFC49; }
a { background-color: rgb(30,252,73); }
div.DivClassName
{
background-color: #1EFC49;
}
.BgClassName
{
background-color: #1EFC49;
}
</style>
border-color css
<style>
span { border-color: #1EFC49; }
span { border-color: rgb(30,252,73); }
td.TdClassName
{
border-color: #1EFC49;
}
.TagClassName
{
border-color: #1EFC49;
}
</style>