COLOR #D7FB5B

HEX: #D7FB5B RGB: (215,251,91)

Color info

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

RGB color model

#D7FB5B color RGB value is (215,251,91).

RGB: (215,251,91) (84%, 98%, 36%)

RGB channels and saturation

R 215 of 255 = 84%
G 251 of 255 = 98%
B 91 of 255 = 36%

215
251
91

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

Portions of RGB colors in percentages

R + G + B = 215 + 251 + 91 = 557 (100%)
R 215 of 557 ~ 38.6%
G 251 of 557 ~ 45.06%
B 91 of 557 ~ 16.34'%

%38.6
%45.06
%16.34

CMYK color model

#D7FB5B color CMYK value is (14,0,64,2).

  • cyan value is 14.34%
  • magenta value is 0.00%
  • yellow value is 63.75%
  • key color value is 1.57%

CMYK: (14,0,64,2)
C14M0Y64K2 (14%, 0%, 64%, 2%)
(0.14 / 0.00 / 0.64 / 0.02)

CMYK percentages

%14.34
%0
%63.75
%1.57

Codes

Color #D7FB5B in popluar color models

D7 FB 5B
RGB 215 251 91
HSL 74° 95.24% 67.06%
HSB/HSV 74° 63.75% 98.43%
CMYK 14.34% 0.00% 63.75%
1.57%

Color #D7FB5B in popluar number systems.

HEX D7 FB 5B
Decimal 215 251 91
Binary 11010111 11111011 1011011
Octal 327 373 133

Shades and tints

Shades of #D7FB5B

#D7FB5B
(215,251,91)
#C4E553
(196,229,83)
#B1CF4B
(177,207,75)
#9EB943
(158,185,67)
#8BA33B
(139,163,59)
#788D33
(120,141,51)
#65772B
(101,119,43)
#526123
(82,97,35)
#3F4B1B
(63,75,27)
#2C3513
(44,53,19)
#191F0B
(25,31,11)
#000000
(0,0,0)

Tints of #D7FB5B

#D7FB5B
(215,251,91)
#DAFB69
(218,251,105)
#DDFB77
(221,251,119)
#E0FB85
(224,251,133)
#E3FB93
(227,251,147)
#E6FBA1
(230,251,161)
#E9FBAF
(233,251,175)
#ECFBBD
(236,251,189)
#EFFBCB
(239,251,203)
#F2FBD9
(242,251,217)
#F5FBE7
(245,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FB5B color. Also use rgb(215,251,91) instead hex code.

Text Font Color

.myTextColor { color: #D7FB5B; }

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

This text font color is #D7FB5B.

Background Color

.myBgColor { background-color: #D7FB5B; }

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

This div background color is #D7FB5B.

Border color

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

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

This div border color is #D7FB5B.

Opacity

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

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

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

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

This text has shadow with #D7FB5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7FB5B.

Preview

Color preview on black background

This text has color #D7FB5B on black background.


Color preview on white background

This text has color #D7FB5B on white background.


Black color preview on #D7FB5B background

This text has black color on #D7FB5B background.


White color preview on #D7FB5B background

This text has white color on #D7FB5B background.


Related colors

Complementary color

Complementary color for #hex is #2804A4.


I love getcolorcode.com

Triadic colors

1 #5BD7FB and #FB5BD7 with #D7FB5B are triadic colors.

2 #5BFBD7 and #FBD75B with #D7FB5B are triadic colors.