Shades of Malachite #04EE5B
Tints of Malachite #04EE5B
RGB
CMYK
RGB Variations
Color information
#04EE5B (or 0x04EE5B) is known color: Malachite. HEX triplet: 04, EE and 5B. RGB value is (4,238,91). Sum of RGB (Red+Green+Blue) = 4+238+91=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 238 (93.36% from 255 or 71.47% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 238 - color contains mainly: green. Hex color #04EE5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04EE5B is #FB11A4. Grayscale: #979797. Windows color (decimal): -16454053 or 6024708. OLE color: 6024708.
HSL color Cylindrical-coordinate representation of color #04EE5B: hue angle of 142.31º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EE5B is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 238 | 91 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.07 |
| HSL | 142.31º | 0.97% | 0.47% | - |
| HSV(B) | 142.31º | 0.98% | 0.93% | - |
| XYZ | 32.51 | 61.93 | 20.14 | - |
| YUV | 151.28 | 93.98 | 22.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 91 | 0.98 | 0 | 0.62 | 0.07 | 142.31 | 0.97 | 0.47 |
| Hex | 4 | EE | 5B | 62 | 0 | 3E | 7 | 8E | 61 | 2F |
| Octal | 4 | 356 | 133 | 142 | 0 | 76 | 7 | 216 | 141 | 57 |
| Binary | 100 | 11101110 | 1011011 | 1100010 | 0 | 111110 | 111 | 10001110 | 1100001 | 101111 |
Color Harmonies of #04EE5B
Complementary color
Monochromatic Colors of #04EE5B
Black with #04EE5B
Text Example
Text Example
White with #04EE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EE5B; }
p { color: rgb(4,238,91); }
H1.HeaderClassName
{
color: #04EE5B;
}
.AnyTagClassName
{
color: #04EE5B;
}
</style>
background-color css
<style>
a { background-color: #04EE5B; }
a { background-color: rgb(4,238,91); }
div.DivClassName
{
background-color: #04EE5B;
}
.BgClassName
{
background-color: #04EE5B;
}
</style>
border-color css
<style>
span { border-color: #04EE5B; }
span { border-color: rgb(4,238,91); }
td.TdClassName
{
border-color: #04EE5B;
}
.TagClassName
{
border-color: #04EE5B;
}
</style>