Shades of Malachite #1EFF52
Tints of Malachite #1EFF52
RGB
CMYK
RGB Variations
Color information
#1EFF52 (or 0x1EFF52) is known color: Malachite. HEX triplet: 1E, FF and 52. RGB value is (30,255,82). Sum of RGB (Red+Green+Blue) = 30+255+82=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFF52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EFF52 is #E100AD. Grayscale: #A8A8A8. Windows color (decimal): -14745774 or 5439262. OLE color: 5439262.
HSL color Cylindrical-coordinate representation of color #1EFF52: hue angle of 133.87º 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 #1EFF52 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 82 | - |
| CMYK | 0.88 | 0 | 0.68 | 0 |
| HSL | 133.87º | 1% | 0.56% | - |
| HSV(B) | 133.87º | 0.88% | 1% | - |
| XYZ | 37.82 | 72.41 | 19.97 | - |
| YUV | 168 | 79.46 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 82 | 0.88 | 0 | 0.68 | 0 | 133.87 | 1 | 0.56 |
| Hex | 1E | FF | 52 | 58 | 0 | 44 | 0 | 86 | 64 | 38 |
| Octal | 36 | 377 | 122 | 130 | 0 | 104 | 0 | 206 | 144 | 70 |
| Binary | 11110 | 11111111 | 1010010 | 1011000 | 0 | 1000100 | 0 | 10000110 | 1100100 | 111000 |
Color Harmonies of #1EFF52
Complementary color
Monochromatic Colors of #1EFF52
Black with #1EFF52
Text Example
Text Example
White with #1EFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFF52; }
p { color: rgb(30,255,82); }
H1.HeaderClassName
{
color: #1EFF52;
}
.AnyTagClassName
{
color: #1EFF52;
}
</style>
background-color css
<style>
a { background-color: #1EFF52; }
a { background-color: rgb(30,255,82); }
div.DivClassName
{
background-color: #1EFF52;
}
.BgClassName
{
background-color: #1EFF52;
}
</style>
border-color css
<style>
span { border-color: #1EFF52; }
span { border-color: rgb(30,255,82); }
td.TdClassName
{
border-color: #1EFF52;
}
.TagClassName
{
border-color: #1EFF52;
}
</style>