Shades of Malachite #03DD6B
Tints of Malachite #03DD6B
RGB
CMYK
RGB Variations
Color information
#03DD6B (or 0x03DD6B) is known color: Malachite. HEX triplet: 03, DD and 6B. RGB value is (3,221,107). Sum of RGB (Red+Green+Blue) = 3+221+107=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD6B is #FC2294. Grayscale: #8F8F8F. Windows color (decimal): -16523925 or 7068931. OLE color: 7068931.
HSL color Cylindrical-coordinate representation of color #03DD6B: hue angle of 148.62º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD6B is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 221 | 107 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.13 |
| HSL | 148.62º | 0.97% | 0.44% | - |
| HSV(B) | 148.62º | 0.99% | 0.87% | - |
| XYZ | 28.55 | 52.79 | 22.6 | - |
| YUV | 142.82 | 107.78 | 28.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 221 | 107 | 0.99 | 0 | 0.52 | 0.13 | 148.62 | 0.97 | 0.44 |
| Hex | 3 | DD | 6B | 63 | 0 | 34 | D | 95 | 61 | 2C |
| Octal | 3 | 335 | 153 | 143 | 0 | 64 | 15 | 225 | 141 | 54 |
| Binary | 11 | 11011101 | 1101011 | 1100011 | 0 | 110100 | 1101 | 10010101 | 1100001 | 101100 |
Color Harmonies of #03DD6B
Complementary color
Monochromatic Colors of #03DD6B
Black with #03DD6B
Text Example
Text Example
White with #03DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DD6B; }
p { color: rgb(3,221,107); }
H1.HeaderClassName
{
color: #03DD6B;
}
.AnyTagClassName
{
color: #03DD6B;
}
</style>
background-color css
<style>
a { background-color: #03DD6B; }
a { background-color: rgb(3,221,107); }
div.DivClassName
{
background-color: #03DD6B;
}
.BgClassName
{
background-color: #03DD6B;
}
</style>
border-color css
<style>
span { border-color: #03DD6B; }
span { border-color: rgb(3,221,107); }
td.TdClassName
{
border-color: #03DD6B;
}
.TagClassName
{
border-color: #03DD6B;
}
</style>