Shades of Malachite #02E74D
Tints of Malachite #02E74D
RGB
CMYK
RGB Variations
Color information
#02E74D (or 0x02E74D) is known color: Malachite. HEX triplet: 02, E7 and 4D. RGB value is (2,231,77). Sum of RGB (Red+Green+Blue) = 2+231+77=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 231 (90.62% from 255 or 74.52% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 231 - color contains mainly: green. Hex color #02E74D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E74D is #FD18B2. Grayscale: #919191. Windows color (decimal): -16586931 or 5105410. OLE color: 5105410.
HSL color Cylindrical-coordinate representation of color #02E74D: hue angle of 139.65º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E74D is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 231 | 77 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.09 |
| HSL | 139.65º | 0.98% | 0.46% | - |
| HSV(B) | 139.65º | 0.99% | 0.91% | - |
| XYZ | 29.94 | 57.7 | 16.58 | - |
| YUV | 144.97 | 89.63 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 231 | 77 | 0.99 | 0 | 0.67 | 0.09 | 139.65 | 0.98 | 0.46 |
| Hex | 2 | E7 | 4D | 63 | 0 | 43 | 9 | 8C | 62 | 2E |
| Octal | 2 | 347 | 115 | 143 | 0 | 103 | 11 | 214 | 142 | 56 |
| Binary | 10 | 11100111 | 1001101 | 1100011 | 0 | 1000011 | 1001 | 10001100 | 1100010 | 101110 |
Color Harmonies of #02E74D
Complementary color
Monochromatic Colors of #02E74D
Black with #02E74D
Text Example
Text Example
White with #02E74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E74D; }
p { color: rgb(2,231,77); }
H1.HeaderClassName
{
color: #02E74D;
}
.AnyTagClassName
{
color: #02E74D;
}
</style>
background-color css
<style>
a { background-color: #02E74D; }
a { background-color: rgb(2,231,77); }
div.DivClassName
{
background-color: #02E74D;
}
.BgClassName
{
background-color: #02E74D;
}
</style>
border-color css
<style>
span { border-color: #02E74D; }
span { border-color: rgb(2,231,77); }
td.TdClassName
{
border-color: #02E74D;
}
.TagClassName
{
border-color: #02E74D;
}
</style>