#2ED085

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

Shades of Shamrock #2ED085

Tints of Shamrock #2ED085

Color information

#2ED085 (or 0x2ED085) is unknown color: approx Shamrock. HEX triplet: 2E, D0 and 85. RGB value is (46,208,133). Sum of RGB (Red+Green+Blue) = 46+208+133=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED085 is #D12F7A. Grayscale: #979797. Windows color (decimal): -13709179 or 8769582. OLE color: 8769582.

HSL color Cylindrical-coordinate representation of color #2ED085: hue angle of 152.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED085 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB46208133-
CMYK0.7800.360.18
HSL152.22º63.78%49.8%-
HSV(B)152.22º77.88%81.57%-
XYZ27.9247.3929.87-
YUV151.01117.8353.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.89%
GREEN value IS 208 (81.64% from 255) = 53.75%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=11.89%
G=53.75%
B=34.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal462081330.7800.360.18152.2263.7849.8
Hex2ED0854E02412984032
Octal563202051160442223010062
Binary10111011010000100001011001110010010010010100110001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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