#2ed885

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

Shades of Shamrock #2ED885

Tints of Shamrock #2ED885

Color information

#2ED885 (or 0x2ED885) is unknown color: approx Shamrock. HEX triplet: 2E, D8 and 85. RGB value is (46,216,133). Sum of RGB (Red+Green+Blue) = 46+216+133=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED885 is #D1277A. Grayscale: #9B9B9B. Windows color (decimal): -13707131 or 8771630. OLE color: 8771630.

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

Color convert

RGB46216133-
CMYK0.7900.380.15
HSL150.71º68.55%51.37%-
HSV(B)150.71º78.7%84.71%-
XYZ29.9251.3930.53-
YUV155.71115.1849.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.65%
GREEN value IS 216 (84.77% from 255) = 54.68%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=11.65%
G=54.68%
B=33.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal462161330.7900.380.15150.7168.5551.37
Hex2ED8854F026F974533
Octal563302051170461722710563
Binary1011101101100010000101100111101001101111100101111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ed885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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