Shades of Malachite #06DD3E
Tints of Malachite #06DD3E
RGB
CMYK
RGB Variations
Color information
#06DD3E (or 0x06DD3E) is known color: Malachite. HEX triplet: 06, DD and 3E. RGB value is (6,221,62). Sum of RGB (Red+Green+Blue) = 6+221+62=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #06DD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DD3E is #F922C1. Grayscale: #8B8B8B. Windows color (decimal): -16327362 or 4119814. OLE color: 4119814.
HSL color Cylindrical-coordinate representation of color #06DD3E: hue angle of 135.63º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DD3E is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 62 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.13 |
| HSL | 135.63º | 0.95% | 0.45% | - |
| HSV(B) | 135.63º | 0.97% | 0.87% | - |
| XYZ | 26.8 | 52.1 | 13.2 | - |
| YUV | 138.59 | 84.77 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 62 | 0.97 | 0 | 0.72 | 0.13 | 135.63 | 0.95 | 0.45 |
| Hex | 6 | DD | 3E | 61 | 0 | 48 | D | 88 | 5F | 2D |
| Octal | 6 | 335 | 76 | 141 | 0 | 110 | 15 | 210 | 137 | 55 |
| Binary | 110 | 11011101 | 111110 | 1100001 | 0 | 1001000 | 1101 | 10001000 | 1011111 | 101101 |
Color Harmonies of #06DD3E
Complementary color
Monochromatic Colors of #06DD3E
Black with #06DD3E
Text Example
Text Example
White with #06DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DD3E; }
p { color: rgb(6,221,62); }
H1.HeaderClassName
{
color: #06DD3E;
}
.AnyTagClassName
{
color: #06DD3E;
}
</style>
background-color css
<style>
a { background-color: #06DD3E; }
a { background-color: rgb(6,221,62); }
div.DivClassName
{
background-color: #06DD3E;
}
.BgClassName
{
background-color: #06DD3E;
}
</style>
border-color css
<style>
span { border-color: #06DD3E; }
span { border-color: rgb(6,221,62); }
td.TdClassName
{
border-color: #06DD3E;
}
.TagClassName
{
border-color: #06DD3E;
}
</style>