#02EF56

Color #02EF56 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #02EF56

Tints of Malachite #02EF56

Color information

#02EF56 (or 0x02EF56) is unknown color: approx Malachite. HEX triplet: 02, EF and 56. RGB value is (2,239,86). Sum of RGB (Red+Green+Blue) = 2+239+86=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 239 (93.75% from 255 or 73.09% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EF56 is #FD10A9. Grayscale: #979797. Windows color (decimal): -16584874 or 5697282. OLE color: 5697282.

HSL color Cylindrical-coordinate representation of color #02EF56: hue angle of 141.27º 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 #02EF56 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB223986-
CMYK0.9900.640.06
HSL141.27º98.34%47.25%-
HSV(B)141.27º99.16%93.73%-
XYZ32.5762.4219.14-
YUV150.791.4821.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 239 (93.75% from 255) = 73.09%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=0.61%
G=73.09%
B=26.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2239860.9900.640.06141.2798.3447.25
Hex2EF566304068d622f
Octal23571261430100621514257
Binary10111011111010110110001101000000110100011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02EF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02EF56; }

 p { color: rgb(2,239,86); }

 H1.HeaderClassName
 {
   color: #02EF56;
 }
 .AnyTagClassName
 {
   color: #02EF56;
 }
</style>
background-color css

<style>
 a { background-color: #02EF56; }

 a { background-color: rgb(2,239,86); }

 div.DivClassName
 {
   background-color: #02EF56;
 }
 .BgClassName
 {
   background-color: #02EF56;
 }
</style>
border-color css

<style>
 span { border-color: #02EF56; }

 span { border-color: rgb(2,239,86); }

 td.TdClassName
 {
   border-color: #02EF56;
 }
 .TagClassName
 {
   border-color: #02EF56;
 }
</style>