Shades of Malachite #06D450
Tints of Malachite #06D450
RGB
CMYK
RGB Variations
Color information
#06D450 (or 0x06D450) is known color: Malachite. HEX triplet: 06, D4 and 50. RGB value is (6,212,80). Sum of RGB (Red+Green+Blue) = 6+212+80=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 212 (83.20% from 255 or 71.14% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 212 - color contains mainly: green. Hex color #06D450 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06D450 is #F92BAF. Grayscale: #878787. Windows color (decimal): -16329648 or 5297158. OLE color: 5297158.
HSL color Cylindrical-coordinate representation of color #06D450: hue angle of 141.55º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D450 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 212 | 80 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.17 |
| HSL | 141.55º | 0.94% | 0.43% | - |
| HSV(B) | 141.55º | 0.97% | 0.83% | - |
| XYZ | 25.07 | 47.7 | 15.48 | - |
| YUV | 135.36 | 96.75 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 212 | 80 | 0.97 | 0 | 0.62 | 0.17 | 141.55 | 0.94 | 0.43 |
| Hex | 6 | D4 | 50 | 61 | 0 | 3E | 11 | 8E | 5E | 2B |
| Octal | 6 | 324 | 120 | 141 | 0 | 76 | 21 | 216 | 136 | 53 |
| Binary | 110 | 11010100 | 1010000 | 1100001 | 0 | 111110 | 10001 | 10001110 | 1011110 | 101011 |
Color Harmonies of #06D450
Complementary color
Monochromatic Colors of #06D450
Black with #06D450
Text Example
Text Example
White with #06D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D450; }
p { color: rgb(6,212,80); }
H1.HeaderClassName
{
color: #06D450;
}
.AnyTagClassName
{
color: #06D450;
}
</style>
background-color css
<style>
a { background-color: #06D450; }
a { background-color: rgb(6,212,80); }
div.DivClassName
{
background-color: #06D450;
}
.BgClassName
{
background-color: #06D450;
}
</style>
border-color css
<style>
span { border-color: #06D450; }
span { border-color: rgb(6,212,80); }
td.TdClassName
{
border-color: #06D450;
}
.TagClassName
{
border-color: #06D450;
}
</style>