Shades of Malachite #03EF3A
Tints of Malachite #03EF3A
RGB
CMYK
RGB Variations
Color information
#03EF3A (or 0x03EF3A) is known color: Malachite. HEX triplet: 03, EF and 3A. RGB value is (3,239,58). Sum of RGB (Red+Green+Blue) = 3+239+58=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 239 (93.75% from 255 or 79.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 239 - color contains mainly: green. Hex color #03EF3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EF3A is #FC10C5. Grayscale: #949494. Windows color (decimal): -16519366 or 3862275. OLE color: 3862275.
HSL color Cylindrical-coordinate representation of color #03EF3A: hue angle of 133.98º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EF3A is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 58 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.06 |
| HSL | 133.98º | 0.98% | 0.47% | - |
| HSV(B) | 133.98º | 0.99% | 0.94% | - |
| XYZ | 31.67 | 62.06 | 14.31 | - |
| YUV | 147.8 | 77.31 | 24.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 58 | 0.99 | 0 | 0.76 | 0.06 | 133.98 | 0.98 | 0.47 |
| Hex | 3 | EF | 3A | 63 | 0 | 4C | 6 | 86 | 62 | 2F |
| Octal | 3 | 357 | 72 | 143 | 0 | 114 | 6 | 206 | 142 | 57 |
| Binary | 11 | 11101111 | 111010 | 1100011 | 0 | 1001100 | 110 | 10000110 | 1100010 | 101111 |
Color Harmonies of #03EF3A
Complementary color
Monochromatic Colors of #03EF3A
Black with #03EF3A
Text Example
Text Example
White with #03EF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EF3A; }
p { color: rgb(3,239,58); }
H1.HeaderClassName
{
color: #03EF3A;
}
.AnyTagClassName
{
color: #03EF3A;
}
</style>
background-color css
<style>
a { background-color: #03EF3A; }
a { background-color: rgb(3,239,58); }
div.DivClassName
{
background-color: #03EF3A;
}
.BgClassName
{
background-color: #03EF3A;
}
</style>
border-color css
<style>
span { border-color: #03EF3A; }
span { border-color: rgb(3,239,58); }
td.TdClassName
{
border-color: #03EF3A;
}
.TagClassName
{
border-color: #03EF3A;
}
</style>