#02EB51

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

Shades of Malachite #02EB51

Tints of Malachite #02EB51

Color information

#02EB51 (or 0x02EB51) is unknown color: approx Malachite. HEX triplet: 02, EB and 51. RGB value is (2,235,81). Sum of RGB (Red+Green+Blue) = 2+235+81=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 235 (92.19% from 255 or 73.90% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 235 - color contains mainly: green. Hex color #02EB51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EB51 is #FD14AE. Grayscale: #949494. Windows color (decimal): -16585903 or 5368578. OLE color: 5368578.

HSL color Cylindrical-coordinate representation of color #02EB51: hue angle of 140.34º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EB51 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB223581-
CMYK0.9900.660.08
HSL140.34º98.31%46.47%-
HSV(B)140.34º99.15%92.16%-
XYZ31.2260.0217.72-
YUV147.7890.3124.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 235 (92.19% from 255) = 73.90%
BLUE value IS 81 (32.03% from 255) = 25.47%
R=0.63%
G=73.90%
B=25.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2235810.9900.660.08140.3498.3146.47
Hex2EB516304288c622e
Octal235312114301021021414256
Binary101110101110100011100011010000101000100011001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02EB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,235,81); }

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

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

 a { background-color: rgb(2,235,81); }

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

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

 span { border-color: rgb(2,235,81); }

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