Shades of Malachite #03CD68
Tints of Malachite #03CD68
RGB
CMYK
RGB Variations
Color information
#03CD68 (or 0x03CD68) is known color: Malachite. HEX triplet: 03, CD and 68. RGB value is (3,205,104). Sum of RGB (Red+Green+Blue) = 3+205+104=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 205 (80.47% from 255 or 65.71% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 205 - color contains mainly: green. Hex color #03CD68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CD68 is #FC3297. Grayscale: #858585. Windows color (decimal): -16528024 or 6868227. OLE color: 6868227.
HSL color Cylindrical-coordinate representation of color #03CD68: hue angle of 150º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CD68 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 205 | 104 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.20 |
| HSL | 150º | 0.97% | 0.41% | - |
| HSV(B) | 150º | 0.99% | 0.8% | - |
| XYZ | 24.37 | 44.68 | 20.44 | - |
| YUV | 133.09 | 111.58 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 104 | 0.99 | 0 | 0.49 | 0.20 | 150 | 0.97 | 0.41 |
| Hex | 3 | CD | 68 | 63 | 0 | 31 | 14 | 96 | 61 | 29 |
| Octal | 3 | 315 | 150 | 143 | 0 | 61 | 24 | 226 | 141 | 51 |
| Binary | 11 | 11001101 | 1101000 | 1100011 | 0 | 110001 | 10100 | 10010110 | 1100001 | 101001 |
Color Harmonies of #03CD68
Complementary color
Monochromatic Colors of #03CD68
Black with #03CD68
Text Example
Text Example
White with #03CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CD68; }
p { color: rgb(3,205,104); }
H1.HeaderClassName
{
color: #03CD68;
}
.AnyTagClassName
{
color: #03CD68;
}
</style>
background-color css
<style>
a { background-color: #03CD68; }
a { background-color: rgb(3,205,104); }
div.DivClassName
{
background-color: #03CD68;
}
.BgClassName
{
background-color: #03CD68;
}
</style>
border-color css
<style>
span { border-color: #03CD68; }
span { border-color: rgb(3,205,104); }
td.TdClassName
{
border-color: #03CD68;
}
.TagClassName
{
border-color: #03CD68;
}
</style>