Shades of Malachite #03EF4A
Tints of Malachite #03EF4A
RGB
CMYK
RGB Variations
Color information
#03EF4A (or 0x03EF4A) is known color: Malachite. HEX triplet: 03, EF and 4A. RGB value is (3,239,74). Sum of RGB (Red+Green+Blue) = 3+239+74=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 239 (93.75% from 255 or 75.63% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 239 - color contains mainly: green. Hex color #03EF4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EF4A is #FC10B5. Grayscale: #969696. Windows color (decimal): -16519350 or 4910851. OLE color: 4910851.
HSL color Cylindrical-coordinate representation of color #03EF4A: hue angle of 138.05º 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 #03EF4A is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 239 | 74 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.06 |
| HSL | 138.05º | 0.98% | 0.47% | - |
| HSV(B) | 138.05º | 0.99% | 0.94% | - |
| XYZ | 32.14 | 62.25 | 16.8 | - |
| YUV | 149.63 | 85.31 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 74 | 0.99 | 0 | 0.69 | 0.06 | 138.05 | 0.98 | 0.47 |
| Hex | 3 | EF | 4A | 63 | 0 | 45 | 6 | 8A | 62 | 2F |
| Octal | 3 | 357 | 112 | 143 | 0 | 105 | 6 | 212 | 142 | 57 |
| Binary | 11 | 11101111 | 1001010 | 1100011 | 0 | 1000101 | 110 | 10001010 | 1100010 | 101111 |
Color Harmonies of #03EF4A
Complementary color
Monochromatic Colors of #03EF4A
Black with #03EF4A
Text Example
Text Example
White with #03EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EF4A; }
p { color: rgb(3,239,74); }
H1.HeaderClassName
{
color: #03EF4A;
}
.AnyTagClassName
{
color: #03EF4A;
}
</style>
background-color css
<style>
a { background-color: #03EF4A; }
a { background-color: rgb(3,239,74); }
div.DivClassName
{
background-color: #03EF4A;
}
.BgClassName
{
background-color: #03EF4A;
}
</style>
border-color css
<style>
span { border-color: #03EF4A; }
span { border-color: rgb(3,239,74); }
td.TdClassName
{
border-color: #03EF4A;
}
.TagClassName
{
border-color: #03EF4A;
}
</style>