Shades of Malachite #06F052
Tints of Malachite #06F052
RGB
CMYK
RGB Variations
Color information
#06F052 (or 0x06F052) is known color: Malachite. HEX triplet: 06, F0 and 52. RGB value is (6,240,82). Sum of RGB (Red+Green+Blue) = 6+240+82=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 240 (94.14% from 255 or 73.17% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 240 - color contains mainly: green. Hex color #06F052 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F052 is #F90FAD. Grayscale: #989898. Windows color (decimal): -16322478 or 5435398. OLE color: 5435398.
HSL color Cylindrical-coordinate representation of color #06F052: hue angle of 139.49º degrees, saturation: 0.95, 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 #06F052 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 240 | 82 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.06 |
| HSL | 139.49º | 0.95% | 0.48% | - |
| HSV(B) | 139.49º | 0.98% | 0.94% | - |
| XYZ | 32.76 | 62.97 | 18.41 | - |
| YUV | 152.02 | 88.48 | 23.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 82 | 0.98 | 0 | 0.66 | 0.06 | 139.49 | 0.95 | 0.48 |
| Hex | 6 | F0 | 52 | 62 | 0 | 42 | 6 | 8B | 5F | 30 |
| Octal | 6 | 360 | 122 | 142 | 0 | 102 | 6 | 213 | 137 | 60 |
| Binary | 110 | 11110000 | 1010010 | 1100010 | 0 | 1000010 | 110 | 10001011 | 1011111 | 110000 |
Color Harmonies of #06F052
Complementary color
Monochromatic Colors of #06F052
Black with #06F052
Text Example
Text Example
White with #06F052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F052; }
p { color: rgb(6,240,82); }
H1.HeaderClassName
{
color: #06F052;
}
.AnyTagClassName
{
color: #06F052;
}
</style>
background-color css
<style>
a { background-color: #06F052; }
a { background-color: rgb(6,240,82); }
div.DivClassName
{
background-color: #06F052;
}
.BgClassName
{
background-color: #06F052;
}
</style>
border-color css
<style>
span { border-color: #06F052; }
span { border-color: rgb(6,240,82); }
td.TdClassName
{
border-color: #06F052;
}
.TagClassName
{
border-color: #06F052;
}
</style>