COLOR #D5F17B

HEX: #D5F17B RGB: (213,241,123)

Color info

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

RGB color model

#D5F17B color RGB value is (213,241,123).

RGB: (213,241,123) (84%, 95%, 48%)

RGB channels and saturation

R 213 of 255 = 84%
G 241 of 255 = 95%
B 123 of 255 = 48%

213
241
123

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

Portions of RGB colors in percentages

R + G + B = 213 + 241 + 123 = 577 (100%)
R 213 of 577 ~ 36.92%
G 241 of 577 ~ 41.77%
B 123 of 577 ~ 21.32'%

%36.92
%41.77
%21.32

CMYK color model

#D5F17B color CMYK value is (12,0,49,5).

  • cyan value is 11.62%
  • magenta value is 0.00%
  • yellow value is 48.96%
  • key color value is 5.49%
CMYK: (12,0,49,5) C12M0Y49K5 (12%,0%,49%,5%) (0.12/0.00/0.49/0.05) 

CMYK percentages

%11.62
%0
%48.96
%5.49

Codes

Color #D5F17B in popluar color models

D5 F1 7B
RGB 213 241 123
HSL 74° 80.82% 71.37%
HSB/HSV 74° 48.96% 94.51%
CMYK 11.62% 0.00% 48.96%
5.49%

Color #D5F17B in popluar number systems.

HEX D5 F1 7B
Decimal 213 241 123
Binary 11010101 11110001 1111011
Octal 325 361 173

Shades and tints

Shades of #D5F17B

#D5F17B
(213,241,123)
#C2DC70
(194,220,112)
#AFC765
(175,199,101)
#9CB25A
(156,178,90)
#899D4F
(137,157,79)
#768844
(118,136,68)
#637339
(99,115,57)
#505E2E
(80,94,46)
#3D4923
(61,73,35)
#2A3418
(42,52,24)
#171F0D
(23,31,13)
#000000
(0,0,0)

Tints of #D5F17B

#D5F17B
(213,241,123)
#D8F287
(216,242,135)
#DBF393
(219,243,147)
#DEF49F
(222,244,159)
#E1F5AB
(225,245,171)
#E4F6B7
(228,246,183)
#E7F7C3
(231,247,195)
#EAF8CF
(234,248,207)
#EDF9DB
(237,249,219)
#F0FAE7
(240,250,231)
#F3FBF3
(243,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F17B color. Also use rgb(213,241,123) instead hex code.

Text Font Color

.myTextColor { color: #D5F17B; }

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

This text font color is #D5F17B.

Background Color

.myBgColor { background-color: #D5F17B; }

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

This div background color is #D5F17B.

Border color

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

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

This div border color is #D5F17B.

Opacity

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

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

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

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

This text has shadow with #D5F17B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F17B.

Preview

Color preview on black background

This text has color #D5F17B on black background.


Color preview on white background

This text has color #D5F17B on white background.


Black color preview on #D5F17B background

This text has black color on #D5F17B background.


White color preview on #D5F17B background

This text has white color on #D5F17B background.


Related colors

Complementary color

Complementary color for #hex is #2A0E84.


I love getcolorcode.com

Triadic colors

1 #7BD5F1 and #F17BD5 with #D5F17B are triadic colors.

2 #7BF1D5 and #F1D57B with #D5F17B are triadic colors.