COLOR #D5FD5D

HEX: #D5FD5D RGB: (213,253,93)

Color info

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

RGB color model

#D5FD5D color RGB value is (213,253,93).

RGB: (213,253,93) (84%, 99%, 36%)

RGB channels and saturation

R 213 of 255 = 84%
G 253 of 255 = 99%
B 93 of 255 = 36%

213
253
93

R + G + B ~ 73%. #D5FD5D is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 253 + 93 = 559 (100%)
R 213 of 559 ~ 38.1%
G 253 of 559 ~ 45.26%
B 93 of 559 ~ 16.64'%

%38.1
%45.26
%16.64

CMYK color model

#D5FD5D color CMYK value is (16,0,63,1).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 0.78%
CMYK: (16,0,63,1) C16M0Y63K1 (16%,0%,63%,1%) (0.16/0.00/0.63/0.01) 

CMYK percentages

%15.81
%0
%63.24
%0.78

Codes

Color #D5FD5D in popluar color models

D5 FD 5D
RGB 213 253 93
HSL 75° 97.56% 67.84%
HSB/HSV 75° 63.24% 99.22%
CMYK 15.81% 0.00% 63.24%
0.78%

Color #D5FD5D in popluar number systems.

HEX D5 FD 5D
Decimal 213 253 93
Binary 11010101 11111101 1011101
Octal 325 375 135

Shades and tints

Shades of #D5FD5D

#D5FD5D
(213,253,93)
#C2E655
(194,230,85)
#AFCF4D
(175,207,77)
#9CB845
(156,184,69)
#89A13D
(137,161,61)
#768A35
(118,138,53)
#63732D
(99,115,45)
#505C25
(80,92,37)
#3D451D
(61,69,29)
#2A2E15
(42,46,21)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #D5FD5D

#D5FD5D
(213,253,93)
#D8FD6B
(216,253,107)
#DBFD79
(219,253,121)
#DEFD87
(222,253,135)
#E1FD95
(225,253,149)
#E4FDA3
(228,253,163)
#E7FDB1
(231,253,177)
#EAFDBF
(234,253,191)
#EDFDCD
(237,253,205)
#F0FDDB
(240,253,219)
#F3FDE9
(243,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FD5D color. Also use rgb(213,253,93) instead hex code.

Text Font Color

.myTextColor { color: #D5FD5D; }

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

This text font color is #D5FD5D.

Background Color

.myBgColor { background-color: #D5FD5D; }

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

This div background color is #D5FD5D.

Border color

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

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

This div border color is #D5FD5D.

Opacity

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

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

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

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

This text has shadow with #D5FD5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FD5D.

Preview

Color preview on black background

This text has color #D5FD5D on black background.


Color preview on white background

This text has color #D5FD5D on white background.


Black color preview on #D5FD5D background

This text has black color on #D5FD5D background.


White color preview on #D5FD5D background

This text has white color on #D5FD5D background.


Related colors

Complementary color

Complementary color for #hex is #2A02A2.


I love getcolorcode.com

Triadic colors

1 #5DD5FD and #FD5DD5 with #D5FD5D are triadic colors.

2 #5DFDD5 and #FDD55D with #D5FD5D are triadic colors.