Shades of Malachite #06D245
Tints of Malachite #06D245
RGB
CMYK
RGB Variations
Color information
#06D245 (or 0x06D245) is known color: Malachite. HEX triplet: 06, D2 and 45. RGB value is (6,210,69). Sum of RGB (Red+Green+Blue) = 6+210+69=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #06D245 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D245 is #F92DBA. Grayscale: #858585. Windows color (decimal): -16330171 or 4575750. OLE color: 4575750.
HSL color Cylindrical-coordinate representation of color #06D245: hue angle of 138.53º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D245 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 69 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.18 |
| HSL | 138.53º | 0.94% | 0.42% | - |
| HSV(B) | 138.53º | 0.97% | 0.82% | - |
| XYZ | 24.2 | 46.56 | 13.34 | - |
| YUV | 132.93 | 91.91 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 69 | 0.97 | 0 | 0.67 | 0.18 | 138.53 | 0.94 | 0.42 |
| Hex | 6 | D2 | 45 | 61 | 0 | 43 | 12 | 8B | 5E | 2A |
| Octal | 6 | 322 | 105 | 141 | 0 | 103 | 22 | 213 | 136 | 52 |
| Binary | 110 | 11010010 | 1000101 | 1100001 | 0 | 1000011 | 10010 | 10001011 | 1011110 | 101010 |
Color Harmonies of #06D245
Complementary color
Monochromatic Colors of #06D245
Black with #06D245
Text Example
Text Example
White with #06D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D245; }
p { color: rgb(6,210,69); }
H1.HeaderClassName
{
color: #06D245;
}
.AnyTagClassName
{
color: #06D245;
}
</style>
background-color css
<style>
a { background-color: #06D245; }
a { background-color: rgb(6,210,69); }
div.DivClassName
{
background-color: #06D245;
}
.BgClassName
{
background-color: #06D245;
}
</style>
border-color css
<style>
span { border-color: #06D245; }
span { border-color: rgb(6,210,69); }
td.TdClassName
{
border-color: #06D245;
}
.TagClassName
{
border-color: #06D245;
}
</style>