Shades of Malachite #06EC52
Tints of Malachite #06EC52
RGB
CMYK
RGB Variations
Color information
#06EC52 (or 0x06EC52) is known color: Malachite. HEX triplet: 06, EC and 52. RGB value is (6,236,82). Sum of RGB (Red+Green+Blue) = 6+236+82=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 236 (92.58% from 255 or 72.84% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 236 - color contains mainly: green. Hex color #06EC52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06EC52 is #F913AD. Grayscale: #969696. Windows color (decimal): -16323502 or 5434374. OLE color: 5434374.
HSL color Cylindrical-coordinate representation of color #06EC52: hue angle of 139.83º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EC52 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 236 | 82 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.07 |
| HSL | 139.83º | 0.95% | 0.47% | - |
| HSV(B) | 139.83º | 0.97% | 0.93% | - |
| XYZ | 31.59 | 60.64 | 18.02 | - |
| YUV | 149.67 | 89.8 | 25.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 236 | 82 | 0.97 | 0 | 0.65 | 0.07 | 139.83 | 0.95 | 0.47 |
| Hex | 6 | EC | 52 | 61 | 0 | 41 | 7 | 8C | 5F | 2F |
| Octal | 6 | 354 | 122 | 141 | 0 | 101 | 7 | 214 | 137 | 57 |
| Binary | 110 | 11101100 | 1010010 | 1100001 | 0 | 1000001 | 111 | 10001100 | 1011111 | 101111 |
Color Harmonies of #06EC52
Complementary color
Monochromatic Colors of #06EC52
Black with #06EC52
Text Example
Text Example
White with #06EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EC52; }
p { color: rgb(6,236,82); }
H1.HeaderClassName
{
color: #06EC52;
}
.AnyTagClassName
{
color: #06EC52;
}
</style>
background-color css
<style>
a { background-color: #06EC52; }
a { background-color: rgb(6,236,82); }
div.DivClassName
{
background-color: #06EC52;
}
.BgClassName
{
background-color: #06EC52;
}
</style>
border-color css
<style>
span { border-color: #06EC52; }
span { border-color: rgb(6,236,82); }
td.TdClassName
{
border-color: #06EC52;
}
.TagClassName
{
border-color: #06EC52;
}
</style>