#2ED854

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

Shades of Malachite #2ED854

Tints of Malachite #2ED854

Color information

#2ED854 (or 0x2ED854) is unknown color: approx Malachite. HEX triplet: 2E, D8 and 54. RGB value is (46,216,84). Sum of RGB (Red+Green+Blue) = 46+216+84=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED854 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED854 is #D127AB. Grayscale: #969696. Windows color (decimal): -13707180 or 5560366. OLE color: 5560366.

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

Color convert

RGB4621684-
CMYK0.7900.610.15
HSL133.41º68.55%51.37%-
HSV(B)133.41º78.7%84.71%-
XYZ27.2850.3316.66-
YUV150.1290.6853.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.29%
GREEN value IS 216 (84.77% from 255) = 62.43%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=13.29%
G=62.43%
B=24.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal46216840.7900.610.15133.4168.5551.37
Hex2ED8544F03DF854533
Octal563301241170751720510563
Binary101110110110001010100100111101111011111100001011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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