Shades of Malachite #04EE52
Tints of Malachite #04EE52
RGB
CMYK
RGB Variations
Color information
#04EE52 (or 0x04EE52) is known color: Malachite. HEX triplet: 04, EE and 52. RGB value is (4,238,82). Sum of RGB (Red+Green+Blue) = 4+238+82=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 238 (93.36% from 255 or 73.46% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 238 - color contains mainly: green. Hex color #04EE52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04EE52 is #FB11AD. Grayscale: #969696. Windows color (decimal): -16454062 or 5434884. OLE color: 5434884.
HSL color Cylindrical-coordinate representation of color #04EE52: hue angle of 140º 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 #04EE52 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 238 | 82 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.07 |
| HSL | 140º | 0.97% | 0.47% | - |
| HSV(B) | 140º | 0.98% | 0.93% | - |
| XYZ | 32.15 | 61.78 | 18.21 | - |
| YUV | 150.25 | 89.48 | 23.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 238 | 82 | 0.98 | 0 | 0.66 | 0.07 | 140 | 0.97 | 0.47 |
| Hex | 4 | EE | 52 | 62 | 0 | 42 | 7 | 8C | 61 | 2F |
| Octal | 4 | 356 | 122 | 142 | 0 | 102 | 7 | 214 | 141 | 57 |
| Binary | 100 | 11101110 | 1010010 | 1100010 | 0 | 1000010 | 111 | 10001100 | 1100001 | 101111 |
Color Harmonies of #04EE52
Complementary color
Monochromatic Colors of #04EE52
Black with #04EE52
Text Example
Text Example
White with #04EE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EE52; }
p { color: rgb(4,238,82); }
H1.HeaderClassName
{
color: #04EE52;
}
.AnyTagClassName
{
color: #04EE52;
}
</style>
background-color css
<style>
a { background-color: #04EE52; }
a { background-color: rgb(4,238,82); }
div.DivClassName
{
background-color: #04EE52;
}
.BgClassName
{
background-color: #04EE52;
}
</style>
border-color css
<style>
span { border-color: #04EE52; }
span { border-color: rgb(4,238,82); }
td.TdClassName
{
border-color: #04EE52;
}
.TagClassName
{
border-color: #04EE52;
}
</style>