Shades of Malachite #02EE5C
Tints of Malachite #02EE5C
RGB
CMYK
RGB Variations
Color information
#02EE5C (or 0x02EE5C) is known color: Malachite. HEX triplet: 02, EE and 5C. RGB value is (2,238,92). Sum of RGB (Red+Green+Blue) = 2+238+92=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 238 (93.36% from 255 or 71.69% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 238 - color contains mainly: green. Hex color #02EE5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EE5C is #FD11A3. Grayscale: #979797. Windows color (decimal): -16585124 or 6090242. OLE color: 6090242.
HSL color Cylindrical-coordinate representation of color #02EE5C: hue angle of 142.88º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EE5C is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 238 | 92 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.07 |
| HSL | 142.88º | 0.98% | 0.47% | - |
| HSV(B) | 142.88º | 0.99% | 0.93% | - |
| XYZ | 32.53 | 61.93 | 20.37 | - |
| YUV | 150.79 | 94.81 | 21.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 238 | 92 | 0.99 | 0 | 0.61 | 0.07 | 142.88 | 0.98 | 0.47 |
| Hex | 2 | EE | 5C | 63 | 0 | 3D | 7 | 8F | 62 | 2F |
| Octal | 2 | 356 | 134 | 143 | 0 | 75 | 7 | 217 | 142 | 57 |
| Binary | 10 | 11101110 | 1011100 | 1100011 | 0 | 111101 | 111 | 10001111 | 1100010 | 101111 |
Color Harmonies of #02EE5C
Complementary color
Monochromatic Colors of #02EE5C
Black with #02EE5C
Text Example
Text Example
White with #02EE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EE5C; }
p { color: rgb(2,238,92); }
H1.HeaderClassName
{
color: #02EE5C;
}
.AnyTagClassName
{
color: #02EE5C;
}
</style>
background-color css
<style>
a { background-color: #02EE5C; }
a { background-color: rgb(2,238,92); }
div.DivClassName
{
background-color: #02EE5C;
}
.BgClassName
{
background-color: #02EE5C;
}
</style>
border-color css
<style>
span { border-color: #02EE5C; }
span { border-color: rgb(2,238,92); }
td.TdClassName
{
border-color: #02EE5C;
}
.TagClassName
{
border-color: #02EE5C;
}
</style>