Shades of Malachite #04EF4A
Tints of Malachite #04EF4A
RGB
CMYK
RGB Variations
Color information
#04EF4A (or 0x04EF4A) is known color: Malachite. HEX triplet: 04, EF and 4A. RGB value is (4,239,74). Sum of RGB (Red+Green+Blue) = 4+239+74=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 239 (93.75% from 255 or 75.39% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 239 - color contains mainly: green. Hex color #04EF4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EF4A is #FB10B5. Grayscale: #969696. Windows color (decimal): -16453814 or 4910852. OLE color: 4910852.
HSL color Cylindrical-coordinate representation of color #04EF4A: hue angle of 137.87º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EF4A is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 74 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.06 |
| HSL | 137.87º | 0.97% | 0.48% | - |
| HSV(B) | 137.87º | 0.98% | 0.94% | - |
| XYZ | 32.15 | 62.25 | 16.8 | - |
| YUV | 149.93 | 85.14 | 23.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 74 | 0.98 | 0 | 0.69 | 0.06 | 137.87 | 0.97 | 0.48 |
| Hex | 4 | EF | 4A | 62 | 0 | 45 | 6 | 8A | 61 | 30 |
| Octal | 4 | 357 | 112 | 142 | 0 | 105 | 6 | 212 | 141 | 60 |
| Binary | 100 | 11101111 | 1001010 | 1100010 | 0 | 1000101 | 110 | 10001010 | 1100001 | 110000 |
Color Harmonies of #04EF4A
Complementary color
Monochromatic Colors of #04EF4A
Black with #04EF4A
Text Example
Text Example
White with #04EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EF4A; }
p { color: rgb(4,239,74); }
H1.HeaderClassName
{
color: #04EF4A;
}
.AnyTagClassName
{
color: #04EF4A;
}
</style>
background-color css
<style>
a { background-color: #04EF4A; }
a { background-color: rgb(4,239,74); }
div.DivClassName
{
background-color: #04EF4A;
}
.BgClassName
{
background-color: #04EF4A;
}
</style>
border-color css
<style>
span { border-color: #04EF4A; }
span { border-color: rgb(4,239,74); }
td.TdClassName
{
border-color: #04EF4A;
}
.TagClassName
{
border-color: #04EF4A;
}
</style>