COLOR #D5F37E

HEX: #D5F37E
RGB: (213,243,126)

Color info

#D5F37E contains mainly red and green colors. Web safe color of #D5F37E is #CCFF66 (or #CF6).

RGB color model

#D5F37E color RGB value is (213,243,126).

  • red value is 213;
  • green value is 243;
  • blue value is 126.
RGB:
(213,243,126)
(84%,95%,49%)

RGB channels and saturation

R 213 of 255 = 84%
G 243 of 255 = 95%
B 126 of 255 = 49%

213
243
126

R + G + B ~ 76%. #D5F37E is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 243 + 126 = 582 (100%)
R 213 of 582 ~ 36.6%
G 243 of 582 ~ 41.75%
B 126 of 582 ~ 21.65%

%36.6
%41.75
%21.65

CMYK color model

#D5F37E color CMYK value is (12,0,48,5).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 4.71%
CMYK:
(12,0,48,5)
C12M0Y48K5 
(12%,0%,48%,5%)
(0.12/0.00/0.48/0.05)	

CMYK percentages

%12.35
%0
%48.15
%4.71

Codes

Color #D5F37E in popluar color models

D5F37E
RGB213243126
HSL75°82.98%72.35%
HSB/HSV75°48.15%95.29%
CMYK12.35%0.00%48.15%
4.71%

Color #D5F37E in popluar number systems.

HEXD5F37E
Decimal213243126
Binary11010101111100111111110
Octal325363176

Shades and tints

Shades of #D5F37E

#D5F37E
(213,243,126)
#C2DD73
(194,221,115)
#AFC768
(175,199,104)
#9CB15D
(156,177,93)
#899B52
(137,155,82)
#768547
(118,133,71)
#636F3C
(99,111,60)
#505931
(80,89,49)
#3D4326
(61,67,38)
#2A2D1B
(42,45,27)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #D5F37E

#D5F37E
(213,243,126)
#D8F489
(216,244,137)
#DBF594
(219,245,148)
#DEF69F
(222,246,159)
#E1F7AA
(225,247,170)
#E4F8B5
(228,248,181)
#E7F9C0
(231,249,192)
#EAFACB
(234,250,203)
#EDFBD6
(237,251,214)
#F0FCE1
(240,252,225)
#F3FDEC
(243,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F37E color. Also use rgb(213,243,126) instead hex code.

Text Font Color

.myTextColor { color: #D5F37E; }

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

This text font color is #D5F37E.


Background Color

.myBgColor { background-color: #D5F37E; }

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

This div background color is #D5F37E.


Border color

.myBorderColor { border: 1px solid #D5F37E; }

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

This div border color is #D5F37E.


Opacity

.myOpacity80 { color: #D5F37E; opacity: 0.8; }

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

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

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

This text has shadow with #D5F37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F37E on black background.


Color preview on white background

This text has color #D5F37E on white background.



Black color preview on #D5F37E background

This text has black color on #D5F37E background.


White color preview on #D5F37E background

This text has white color on #D5F37E background.