COLOR #37ED85

HEX: #37ED85
RGB: (55,237,133)

Color info

#37ED85 contains mainly green color. Web safe color of #37ED85 is #33FF99 (or #3F9).

RGB color model

#37ED85 color RGB value is (55,237,133).

  • red value is 55;
  • green value is 237;
  • blue value is 133.
RGB:
(55,237,133)
(22%,93%,52%)

RGB channels and saturation

R 55 of 255 = 22%
G 237 of 255 = 93%
B 133 of 255 = 52%

55
237
133

R + G + B ~ 56%. #37ED85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 237 + 133 = 425 (100%)
R 55 of 425 ~ 12.94%
G 237 of 425 ~ 55.76%
B 133 of 425 ~ 31.29%

%12.94
%55.76
%31.29

CMYK color model

#37ED85 color CMYK value is (77,0,44,7).

  • cyan value is 76.79%
  • magenta value is 0.00%
  • yellow value is 43.88%
  • key color value is 7.06%
CMYK:
(77,0,44,7)
C77M0Y44K7 
(77%,0%,44%,7%)
(0.77/0.00/0.44/0.07)	

CMYK percentages

%76.79
%0
%43.88
%7.06

Codes

Color #37ED85 in popluar color models

37ED85
RGB55237133
HSL146°83.49%57.25%
HSB/HSV146°76.79%92.94%
CMYK76.79%0.00%43.88%
7.06%

Color #37ED85 in popluar number systems.

HEX37ED85
Decimal55237133
Binary1101111110110110000101
Octal67355205

Shades and tints

Shades of #37ED85

#37ED85
(55,237,133)
#32D879
(50,216,121)
#2DC36D
(45,195,109)
#28AE61
(40,174,97)
#239955
(35,153,85)
#1E8449
(30,132,73)
#196F3D
(25,111,61)
#145A31
(20,90,49)
#0F4525
(15,69,37)
#0A3019
(10,48,25)
#051B0D
(5,27,13)
#000000
(0,0,0)

Tints of #37ED85

#37ED85
(55,237,133)
#49EE90
(73,238,144)
#5BEF9B
(91,239,155)
#6DF0A6
(109,240,166)
#7FF1B1
(127,241,177)
#91F2BC
(145,242,188)
#A3F3C7
(163,243,199)
#B5F4D2
(181,244,210)
#C7F5DD
(199,245,221)
#D9F6E8
(217,246,232)
#EBF7F3
(235,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37ED85 color. Also use rgb(55,237,133) instead hex code.

Text Font Color

.myTextColor { color: #37ED85; }

<p style="color:#37ED85">This sample text font color is #37ED85.</p>

This text font color is #37ED85.


Background Color

.myBgColor { background-color: #37ED85; }

<div style="background-color:#37ED85">Inner text</div>

This div background color is #37ED85.


Border color

.myBorderColor { border: 1px solid #37ED85; }

<div style="border:3px solid #37ED85">Div</div>

This div border color is #37ED85.


Opacity

.myOpacity80 { color: #37ED85; opacity: 0.8; }

<p style="color:#37ED85;opacity:0.8;">80%</p>

Text with #37ED85 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #37ED85;}

<p style="text-shadow: 3px 3px 1px #37ED85">Text here.</p>

This text has shadow with #37ED85 color.

.textShadow {text-shadow: 3px 3px 1px #37ED85, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #37ED85, 5px 5px 20px red">Text here.</p>

This text has shadow with #37ED85 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#37ED85, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#37ED85, Direction=45, Strength=4)">Text</p>

This text has shadow with #37ED85 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #37ED85;
  -webkit-box-shadow:	1px 1px 3px 2px #37ED85;
  box-shadow:		1px 1px 3px 2px #37ED85;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37ED85;
-webkit-box-shadow: 1px 1px 3px 2px #37ED85;
box-shadow:1px 1px 3px 2px #37ED85;">
Div content here</div>
This div box has shadow with color #37ED85.

Preview

Color preview on black background

This text has color #37ED85 on black background.


Color preview on white background

This text has color #37ED85 on white background.



Black color preview on #37ED85 background

This text has black color on #37ED85 background.


White color preview on #37ED85 background

This text has white color on #37ED85 background.