COLOR #25CB93

HEX: #25CB93
RGB: (37,203,147)

Color info

#25CB93 contains mainly green and blue colors. Web safe color of #25CB93 is #33CC99 (or #3C9).

RGB color model

#25CB93 color RGB value is (37,203,147).

  • red value is 37;
  • green value is 203;
  • blue value is 147.
RGB:
(37,203,147)
(15%,80%,58%)

RGB channels and saturation

R 37 of 255 = 15%
G 203 of 255 = 80%
B 147 of 255 = 58%

37
203
147

R + G + B ~ 51%. #25CB93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 203 + 147 = 387 (100%)
R 37 of 387 ~ 9.56%
G 203 of 387 ~ 52.45%
B 147 of 387 ~ 37.98%

%9.56
%52.45
%37.98

CMYK color model

#25CB93 color CMYK value is (82,0,28,20).

  • cyan value is 81.77%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 20.39%
CMYK:
(82,0,28,20)
C82M0Y28K20 
(82%,0%,28%,20%)
(0.82/0.00/0.28/0.20)	

CMYK percentages

%81.77
%0
%27.59
%20.39

Codes

Color #25CB93 in popluar color models

25CB93
RGB37203147
HSL160°69.17%47.06%
HSB/HSV160°81.77%79.61%
CMYK81.77%0.00%27.59%
20.39%

Color #25CB93 in popluar number systems.

HEX25CB93
Decimal37203147
Binary1001011100101110010011
Octal45313223

Shades and tints

Shades of #25CB93

#25CB93
(37,203,147)
#22B986
(34,185,134)
#1FA779
(31,167,121)
#1C956C
(28,149,108)
#19835F
(25,131,95)
#167152
(22,113,82)
#135F45
(19,95,69)
#104D38
(16,77,56)
#0D3B2B
(13,59,43)
#0A291E
(10,41,30)
#071711
(7,23,17)
#000000
(0,0,0)

Tints of #25CB93

#25CB93
(37,203,147)
#38CF9C
(56,207,156)
#4BD3A5
(75,211,165)
#5ED7AE
(94,215,174)
#71DBB7
(113,219,183)
#84DFC0
(132,223,192)
#97E3C9
(151,227,201)
#AAE7D2
(170,231,210)
#BDEBDB
(189,235,219)
#D0EFE4
(208,239,228)
#E3F3ED
(227,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25CB93 color. Also use rgb(37,203,147) instead hex code.

Text Font Color

.myTextColor { color: #25CB93; }

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

This text font color is #25CB93.


Background Color

.myBgColor { background-color: #25CB93; }

<div style="background-color:#25CB93">Inner text</div>

This div background color is #25CB93.


Border color

.myBorderColor { border: 1px solid #25CB93; }

<div style="border:3px solid #25CB93">Div</div>

This div border color is #25CB93.


Opacity

.myOpacity80 { color: #25CB93; opacity: 0.8; }

<p style="color:#25CB93;opacity:0.8;">80%</p>

Text with #25CB93 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 #25CB93;}

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

This text has shadow with #25CB93 color.

.textShadow {text-shadow: 3px 3px 1px #25CB93, 3px 3px 1px red;}

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

This text has shadow with #25CB93 primary color and red secondary color.


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

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

This text has shadow with #25CB93 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25CB93 on black background.


Color preview on white background

This text has color #25CB93 on white background.



Black color preview on #25CB93 background

This text has black color on #25CB93 background.


White color preview on #25CB93 background

This text has white color on #25CB93 background.