Shades of Malachite #04EF3C
Tints of Malachite #04EF3C
RGB
CMYK
RGB Variations
Color information
#04EF3C (or 0x04EF3C) is known color: Malachite. HEX triplet: 04, EF and 3C. RGB value is (4,239,60). Sum of RGB (Red+Green+Blue) = 4+239+60=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 239 (93.75% from 255 or 78.88% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 239 - color contains mainly: green. Hex color #04EF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EF3C is #FB10C3. Grayscale: #949494. Windows color (decimal): -16453828 or 3993348. OLE color: 3993348.
HSL color Cylindrical-coordinate representation of color #04EF3C: hue angle of 134.3º 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 #04EF3C is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 239 | 60 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.06 |
| HSL | 134.3º | 0.97% | 0.48% | - |
| HSV(B) | 134.3º | 0.98% | 0.94% | - |
| XYZ | 31.73 | 62.09 | 14.59 | - |
| YUV | 148.33 | 78.14 | 25.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 239 | 60 | 0.98 | 0 | 0.75 | 0.06 | 134.3 | 0.97 | 0.48 |
| Hex | 4 | EF | 3C | 62 | 0 | 4B | 6 | 86 | 61 | 30 |
| Octal | 4 | 357 | 74 | 142 | 0 | 113 | 6 | 206 | 141 | 60 |
| Binary | 100 | 11101111 | 111100 | 1100010 | 0 | 1001011 | 110 | 10000110 | 1100001 | 110000 |
Color Harmonies of #04EF3C
Complementary color
Monochromatic Colors of #04EF3C
Black with #04EF3C
Text Example
Text Example
White with #04EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EF3C; }
p { color: rgb(4,239,60); }
H1.HeaderClassName
{
color: #04EF3C;
}
.AnyTagClassName
{
color: #04EF3C;
}
</style>
background-color css
<style>
a { background-color: #04EF3C; }
a { background-color: rgb(4,239,60); }
div.DivClassName
{
background-color: #04EF3C;
}
.BgClassName
{
background-color: #04EF3C;
}
</style>
border-color css
<style>
span { border-color: #04EF3C; }
span { border-color: rgb(4,239,60); }
td.TdClassName
{
border-color: #04EF3C;
}
.TagClassName
{
border-color: #04EF3C;
}
</style>