COLOR #D5FC85

HEX: #D5FC85
RGB: (213,252,133)

Color info

#D5FC85 contains mainly red and green colors. Web safe color of #D5FC85 is #CCFF99 (or #CF9).

RGB color model

#D5FC85 color RGB value is (213,252,133).

  • red value is 213;
  • green value is 252;
  • blue value is 133.
RGB:
(213,252,133)
(84%,99%,52%)

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 133 of 255 = 52%

213
252
133

R + G + B ~ 78%. #D5FC85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 252 + 133 = 598 (100%)
R 213 of 598 ~ 35.62%
G 252 of 598 ~ 42.14%
B 133 of 598 ~ 22.24%

%35.62
%42.14
%22.24

CMYK color model

#D5FC85 color CMYK value is (15,0,47,1).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 47.22%
  • key color value is 1.18%
CMYK:
(15,0,47,1)
C15M0Y47K1 
(15%,0%,47%,1%)
(0.15/0.00/0.47/0.01)	

CMYK percentages

%15.48
%0
%47.22
%1.18

Codes

Color #D5FC85 in popluar color models

D5FC85
RGB213252133
HSL80°95.20%75.49%
HSB/HSV80°47.22%98.82%
CMYK15.48%0.00%47.22%
1.18%

Color #D5FC85 in popluar number systems.

HEXD5FC85
Decimal213252133
Binary110101011111110010000101
Octal325374205

Shades and tints

Shades of #D5FC85

#D5FC85
(213,252,133)
#C2E679
(194,230,121)
#AFD06D
(175,208,109)
#9CBA61
(156,186,97)
#89A455
(137,164,85)
#768E49
(118,142,73)
#63783D
(99,120,61)
#506231
(80,98,49)
#3D4C25
(61,76,37)
#2A3619
(42,54,25)
#17200D
(23,32,13)
#000000
(0,0,0)

Tints of #D5FC85

#D5FC85
(213,252,133)
#D8FC90
(216,252,144)
#DBFC9B
(219,252,155)
#DEFCA6
(222,252,166)
#E1FCB1
(225,252,177)
#E4FCBC
(228,252,188)
#E7FCC7
(231,252,199)
#EAFCD2
(234,252,210)
#EDFCDD
(237,252,221)
#F0FCE8
(240,252,232)
#F3FCF3
(243,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FC85 color. Also use rgb(213,252,133) instead hex code.

Text Font Color

.myTextColor { color: #D5FC85; }

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

This text font color is #D5FC85.


Background Color

.myBgColor { background-color: #D5FC85; }

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

This div background color is #D5FC85.


Border color

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

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

This div border color is #D5FC85.


Opacity

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

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

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

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

This text has shadow with #D5FC85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FC85 on black background.


Color preview on white background

This text has color #D5FC85 on white background.



Black color preview on #D5FC85 background

This text has black color on #D5FC85 background.


White color preview on #D5FC85 background

This text has white color on #D5FC85 background.