Shades of Malachite #1EF253
Tints of Malachite #1EF253
RGB
CMYK
RGB Variations
Color information
#1EF253 (or 0x1EF253) is known color: Malachite. HEX triplet: 1E, F2 and 53. RGB value is (30,242,83). Sum of RGB (Red+Green+Blue) = 30+242+83=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #1EF253 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF253 is #E10DAC. Grayscale: #A0A0A0. Windows color (decimal): -14749101 or 5501470. OLE color: 5501470.
HSL color Cylindrical-coordinate representation of color #1EF253: hue angle of 135º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF253 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 242 | 83 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.05 |
| HSL | 135º | 0.89% | 0.53% | - |
| HSV(B) | 135º | 0.88% | 0.95% | - |
| XYZ | 33.85 | 64.4 | 18.83 | - |
| YUV | 160.49 | 84.26 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 242 | 83 | 0.88 | 0 | 0.66 | 0.05 | 135 | 0.89 | 0.53 |
| Hex | 1E | F2 | 53 | 58 | 0 | 42 | 5 | 87 | 59 | 35 |
| Octal | 36 | 362 | 123 | 130 | 0 | 102 | 5 | 207 | 131 | 65 |
| Binary | 11110 | 11110010 | 1010011 | 1011000 | 0 | 1000010 | 101 | 10000111 | 1011001 | 110101 |
Color Harmonies of #1EF253
Complementary color
Monochromatic Colors of #1EF253
Black with #1EF253
Text Example
Text Example
White with #1EF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EF253; }
p { color: rgb(30,242,83); }
H1.HeaderClassName
{
color: #1EF253;
}
.AnyTagClassName
{
color: #1EF253;
}
</style>
background-color css
<style>
a { background-color: #1EF253; }
a { background-color: rgb(30,242,83); }
div.DivClassName
{
background-color: #1EF253;
}
.BgClassName
{
background-color: #1EF253;
}
</style>
border-color css
<style>
span { border-color: #1EF253; }
span { border-color: rgb(30,242,83); }
td.TdClassName
{
border-color: #1EF253;
}
.TagClassName
{
border-color: #1EF253;
}
</style>