Shades of Malachite #06D25C
Tints of Malachite #06D25C
RGB
CMYK
RGB Variations
Color information
#06D25C (or 0x06D25C) is known color: Malachite. HEX triplet: 06, D2 and 5C. RGB value is (6,210,92). Sum of RGB (Red+Green+Blue) = 6+210+92=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 210 (82.42% from 255 or 68.18% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 210 - color contains mainly: green. Hex color #06D25C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D25C is #F92DA3. Grayscale: #878787. Windows color (decimal): -16330148 or 6083078. OLE color: 6083078.
HSL color Cylindrical-coordinate representation of color #06D25C: hue angle of 145.29º 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 #06D25C is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 92 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.18 |
| HSL | 145.29º | 0.94% | 0.42% | - |
| HSV(B) | 145.29º | 0.97% | 0.82% | - |
| XYZ | 25.05 | 46.9 | 17.86 | - |
| YUV | 135.55 | 103.41 | 35.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 92 | 0.97 | 0 | 0.56 | 0.18 | 145.29 | 0.94 | 0.42 |
| Hex | 6 | D2 | 5C | 61 | 0 | 38 | 12 | 91 | 5E | 2A |
| Octal | 6 | 322 | 134 | 141 | 0 | 70 | 22 | 221 | 136 | 52 |
| Binary | 110 | 11010010 | 1011100 | 1100001 | 0 | 111000 | 10010 | 10010001 | 1011110 | 101010 |
Color Harmonies of #06D25C
Complementary color
Monochromatic Colors of #06D25C
Black with #06D25C
Text Example
Text Example
White with #06D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D25C; }
p { color: rgb(6,210,92); }
H1.HeaderClassName
{
color: #06D25C;
}
.AnyTagClassName
{
color: #06D25C;
}
</style>
background-color css
<style>
a { background-color: #06D25C; }
a { background-color: rgb(6,210,92); }
div.DivClassName
{
background-color: #06D25C;
}
.BgClassName
{
background-color: #06D25C;
}
</style>
border-color css
<style>
span { border-color: #06D25C; }
span { border-color: rgb(6,210,92); }
td.TdClassName
{
border-color: #06D25C;
}
.TagClassName
{
border-color: #06D25C;
}
</style>