#2ED857

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

Shades of Malachite #2ED857

Tints of Malachite #2ED857

Color information

#2ED857 (or 0x2ED857) is unknown color: approx Malachite. HEX triplet: 2E, D8 and 57. RGB value is (46,216,87). Sum of RGB (Red+Green+Blue) = 46+216+87=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED857 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED857 is #D127A8. Grayscale: #969696. Windows color (decimal): -13707177 or 5756974. OLE color: 5756974.

HSL color Cylindrical-coordinate representation of color #2ED857: hue angle of 134.47º 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 #2ED857 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB4621687-
CMYK0.7900.600.15
HSL134.47º68.55%51.37%-
HSV(B)134.47º78.7%84.71%-
XYZ27.450.3817.3-
YUV150.4692.1853.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.18%
GREEN value IS 216 (84.77% from 255) = 61.89%
BLUE value IS 87 (34.38% from 255) = 24.93%
R=13.18%
G=61.89%
B=24.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46216870.7900.600.15134.4768.5551.37
Hex2ED8574F03CF864533
Octal563301271170741720610563
Binary101110110110001010111100111101111001111100001101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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