Shades of Malachite #03DF66
Tints of Malachite #03DF66
RGB
CMYK
RGB Variations
Color information
#03DF66 (or 0x03DF66) is known color: Malachite. HEX triplet: 03, DF and 66. RGB value is (3,223,102). Sum of RGB (Red+Green+Blue) = 3+223+102=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #03DF66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DF66 is #FC2099. Grayscale: #8F8F8F. Windows color (decimal): -16523418 or 6741763. OLE color: 6741763.
HSL color Cylindrical-coordinate representation of color #03DF66: hue angle of 147º 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 #03DF66 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 223 | 102 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.13 |
| HSL | 147º | 0.97% | 0.44% | - |
| HSV(B) | 147º | 0.99% | 0.87% | - |
| XYZ | 28.82 | 53.75 | 21.43 | - |
| YUV | 143.43 | 104.61 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 102 | 0.99 | 0 | 0.54 | 0.13 | 147 | 0.97 | 0.44 |
| Hex | 3 | DF | 66 | 63 | 0 | 36 | D | 93 | 61 | 2C |
| Octal | 3 | 337 | 146 | 143 | 0 | 66 | 15 | 223 | 141 | 54 |
| Binary | 11 | 11011111 | 1100110 | 1100011 | 0 | 110110 | 1101 | 10010011 | 1100001 | 101100 |
Color Harmonies of #03DF66
Complementary color
Monochromatic Colors of #03DF66
Black with #03DF66
Text Example
Text Example
White with #03DF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DF66; }
p { color: rgb(3,223,102); }
H1.HeaderClassName
{
color: #03DF66;
}
.AnyTagClassName
{
color: #03DF66;
}
</style>
background-color css
<style>
a { background-color: #03DF66; }
a { background-color: rgb(3,223,102); }
div.DivClassName
{
background-color: #03DF66;
}
.BgClassName
{
background-color: #03DF66;
}
</style>
border-color css
<style>
span { border-color: #03DF66; }
span { border-color: rgb(3,223,102); }
td.TdClassName
{
border-color: #03DF66;
}
.TagClassName
{
border-color: #03DF66;
}
</style>