Shades of Malachite #06F03D
Tints of Malachite #06F03D
RGB
CMYK
RGB Variations
Color information
#06F03D (or 0x06F03D) is known color: Malachite. HEX triplet: 06, F0 and 3D. RGB value is (6,240,61). Sum of RGB (Red+Green+Blue) = 6+240+61=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 240 (94.14% from 255 or 78.18% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 240 - color contains mainly: green. Hex color #06F03D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #06F03D is #F90FC2. Grayscale: #969696. Windows color (decimal): -16322499 or 4059142. OLE color: 4059142.
HSL color Cylindrical-coordinate representation of color #06F03D: hue angle of 134.1º 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 #06F03D is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 240 | 61 | - |
| CMYK | 0.98 | 0 | 0.75 | 0.06 |
| HSL | 134.1º | 0.95% | 0.48% | - |
| HSV(B) | 134.1º | 0.98% | 0.94% | - |
| XYZ | 32.08 | 62.7 | 14.83 | - |
| YUV | 149.63 | 77.98 | 25.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 61 | 0.98 | 0 | 0.75 | 0.06 | 134.1 | 0.95 | 0.48 |
| Hex | 6 | F0 | 3D | 62 | 0 | 4B | 6 | 86 | 5F | 30 |
| Octal | 6 | 360 | 75 | 142 | 0 | 113 | 6 | 206 | 137 | 60 |
| Binary | 110 | 11110000 | 111101 | 1100010 | 0 | 1001011 | 110 | 10000110 | 1011111 | 110000 |
Color Harmonies of #06F03D
Complementary color
Monochromatic Colors of #06F03D
Black with #06F03D
Text Example
Text Example
White with #06F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F03D; }
p { color: rgb(6,240,61); }
H1.HeaderClassName
{
color: #06F03D;
}
.AnyTagClassName
{
color: #06F03D;
}
</style>
background-color css
<style>
a { background-color: #06F03D; }
a { background-color: rgb(6,240,61); }
div.DivClassName
{
background-color: #06F03D;
}
.BgClassName
{
background-color: #06F03D;
}
</style>
border-color css
<style>
span { border-color: #06F03D; }
span { border-color: rgb(6,240,61); }
td.TdClassName
{
border-color: #06F03D;
}
.TagClassName
{
border-color: #06F03D;
}
</style>