Shades of Malachite #03EB68
Tints of Malachite #03EB68
RGB
CMYK
RGB Variations
Color information
#03EB68 (or 0x03EB68) is known color: Malachite. HEX triplet: 03, EB and 68. RGB value is (3,235,104). Sum of RGB (Red+Green+Blue) = 3+235+104=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 235 (92.19% from 255 or 68.71% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 235 - color contains mainly: green. Hex color #03EB68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03EB68 is #FC1497. Grayscale: #969696. Windows color (decimal): -16520344 or 6875907. OLE color: 6875907.
HSL color Cylindrical-coordinate representation of color #03EB68: hue angle of 146.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EB68 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 235 | 104 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.08 |
| HSL | 146.12º | 0.97% | 0.47% | - |
| HSV(B) | 146.12º | 0.99% | 0.92% | - |
| XYZ | 32.24 | 60.44 | 23.06 | - |
| YUV | 150.7 | 101.64 | 22.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 235 | 104 | 0.99 | 0 | 0.56 | 0.08 | 146.12 | 0.97 | 0.47 |
| Hex | 3 | EB | 68 | 63 | 0 | 38 | 8 | 92 | 61 | 2F |
| Octal | 3 | 353 | 150 | 143 | 0 | 70 | 10 | 222 | 141 | 57 |
| Binary | 11 | 11101011 | 1101000 | 1100011 | 0 | 111000 | 1000 | 10010010 | 1100001 | 101111 |
Color Harmonies of #03EB68
Complementary color
Monochromatic Colors of #03EB68
Black with #03EB68
Text Example
Text Example
White with #03EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EB68; }
p { color: rgb(3,235,104); }
H1.HeaderClassName
{
color: #03EB68;
}
.AnyTagClassName
{
color: #03EB68;
}
</style>
background-color css
<style>
a { background-color: #03EB68; }
a { background-color: rgb(3,235,104); }
div.DivClassName
{
background-color: #03EB68;
}
.BgClassName
{
background-color: #03EB68;
}
</style>
border-color css
<style>
span { border-color: #03EB68; }
span { border-color: rgb(3,235,104); }
td.TdClassName
{
border-color: #03EB68;
}
.TagClassName
{
border-color: #03EB68;
}
</style>