COLOR #D5F70B

HEX: #D5F70B
RGB: (213,247,11)

Color info

#D5F70B contains mainly red and green colors. Web safe color of #D5F70B is #CCFF00 (or #CF0).

RGB color model

#D5F70B color RGB value is (213,247,11).

  • red value is 213;
  • green value is 247;
  • blue value is 11.
RGB:
(213,247,11)
(84%,97%,4%)

RGB channels and saturation

R 213 of 255 = 84%
G 247 of 255 = 97%
B 11 of 255 = 4%

213
247
11

R + G + B ~ 62%. #D5F70B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 247 + 11 = 471 (100%)
R 213 of 471 ~ 45.22%
G 247 of 471 ~ 52.44%
B 11 of 471 ~ 2.34%

%45.22
%52.44

CMYK color model

#D5F70B color CMYK value is (14,0,96,3).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 95.55%
  • key color value is 3.14%
CMYK:
(14,0,96,3)
C14M0Y96K3 
(14%,0%,96%,3%)
(0.14/0.00/0.96/0.03)	

CMYK percentages

%13.77
%0
%95.55
%3.14

Codes

Color #D5F70B in popluar color models

D5F70B
RGB21324711
HSL69°93.65%50.59%
HSB/HSV69°95.55%96.86%
CMYK13.77%0.00%95.55%
3.14%

Color #D5F70B in popluar number systems.

HEXD5F70B
Decimal21324711
Binary11010101111101111011
Octal32536713

Shades and tints

Shades of #D5F70B

#D5F70B
(213,247,11)
#C2E10A
(194,225,10)
#AFCB09
(175,203,9)
#9CB508
(156,181,8)
#899F07
(137,159,7)
#768906
(118,137,6)
#637305
(99,115,5)
#505D04
(80,93,4)
#3D4703
(61,71,3)
#2A3102
(42,49,2)
#171B01
(23,27,1)
#000000
(0,0,0)

Tints of #D5F70B

#D5F70B
(213,247,11)
#D8F721
(216,247,33)
#DBF737
(219,247,55)
#DEF74D
(222,247,77)
#E1F763
(225,247,99)
#E4F779
(228,247,121)
#E7F78F
(231,247,143)
#EAF7A5
(234,247,165)
#EDF7BB
(237,247,187)
#F0F7D1
(240,247,209)
#F3F7E7
(243,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F70B color. Also use rgb(213,247,11) instead hex code.

Text Font Color

.myTextColor { color: #D5F70B; }

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

This text font color is #D5F70B.


Background Color

.myBgColor { background-color: #D5F70B; }

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

This div background color is #D5F70B.


Border color

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

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

This div border color is #D5F70B.


Opacity

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

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

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

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

This text has shadow with #D5F70B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F70B on black background.


Color preview on white background

This text has color #D5F70B on white background.



Black color preview on #D5F70B background

This text has black color on #D5F70B background.


White color preview on #D5F70B background

This text has white color on #D5F70B background.