#2ED85D

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

Shades of Malachite #2ED85D

Tints of Malachite #2ED85D

Color information

#2ED85D (or 0x2ED85D) is unknown color: approx Malachite. HEX triplet: 2E, D8 and 5D. RGB value is (46,216,93). Sum of RGB (Red+Green+Blue) = 46+216+93=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 216 (84.77% from 255 or 60.85% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED85D is #D127A2. Grayscale: #979797. Windows color (decimal): -13707171 or 6150190. OLE color: 6150190.

HSL color Cylindrical-coordinate representation of color #2ED85D: hue angle of 136.59º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED85D is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB4621693-
CMYK0.7900.570.15
HSL136.59º68.55%51.37%-
HSV(B)136.59º78.7%84.71%-
XYZ27.6650.4818.64-
YUV151.1595.1853-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.96%
GREEN value IS 216 (84.77% from 255) = 60.85%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=12.96%
G=60.85%
B=26.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46216930.7900.570.15136.5968.5551.37
Hex2ED85D4F039F894533
Octal563301351170711721110563
Binary101110110110001011101100111101110011111100010011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ED85D; }

 p { color: rgb(46,216,93); }

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

<style>
 a { background-color: #2ED85D; }

 a { background-color: rgb(46,216,93); }

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

<style>
 span { border-color: #2ED85D; }

 span { border-color: rgb(46,216,93); }

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