COLOR #D6F130

HEX: #D6F130
RGB: (214,241,48)

Color info

#D6F130 contains mainly red and green colors. Web safe color of #D6F130 is #CCFF33 (or #CF3).

RGB color model

#D6F130 color RGB value is (214,241,48).

  • red value is 214;
  • green value is 241;
  • blue value is 48.
RGB:
(214,241,48)
(84%,95%,19%)

RGB channels and saturation

R 214 of 255 = 84%
G 241 of 255 = 95%
B 48 of 255 = 19%

214
241
48

R + G + B ~ 66%. #D6F130 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 241 + 48 = 503 (100%)
R 214 of 503 ~ 42.54%
G 241 of 503 ~ 47.91%
B 48 of 503 ~ 9.54%

%42.54
%47.91
%9.54

CMYK color model

#D6F130 color CMYK value is (11,0,80,5).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 80.08%
  • key color value is 5.49%
CMYK:
(11,0,80,5)
C11M0Y80K5 
(11%,0%,80%,5%)
(0.11/0.00/0.80/0.05)	

CMYK percentages

%11.2
%0
%80.08
%5.49

Codes

Color #D6F130 in popluar color models

D6F130
RGB21424148
HSL68°87.33%56.67%
HSB/HSV68°80.08%94.51%
CMYK11.20%0.00%80.08%
5.49%

Color #D6F130 in popluar number systems.

HEXD6F130
Decimal21424148
Binary1101011011110001110000
Octal32636160

Shades and tints

Shades of #D6F130

#D6F130
(214,241,48)
#C3DC2C
(195,220,44)
#B0C728
(176,199,40)
#9DB224
(157,178,36)
#8A9D20
(138,157,32)
#77881C
(119,136,28)
#647318
(100,115,24)
#515E14
(81,94,20)
#3E4910
(62,73,16)
#2B340C
(43,52,12)
#181F08
(24,31,8)
#000000
(0,0,0)

Tints of #D6F130

#D6F130
(214,241,48)
#D9F242
(217,242,66)
#DCF354
(220,243,84)
#DFF466
(223,244,102)
#E2F578
(226,245,120)
#E5F68A
(229,246,138)
#E8F79C
(232,247,156)
#EBF8AE
(235,248,174)
#EEF9C0
(238,249,192)
#F1FAD2
(241,250,210)
#F4FBE4
(244,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6F130 color. Also use rgb(214,241,48) instead hex code.

Text Font Color

.myTextColor { color: #D6F130; }

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

This text font color is #D6F130.


Background Color

.myBgColor { background-color: #D6F130; }

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

This div background color is #D6F130.


Border color

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

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

This div border color is #D6F130.


Opacity

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

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

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

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

This text has shadow with #D6F130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6F130 on black background.


Color preview on white background

This text has color #D6F130 on white background.



Black color preview on #D6F130 background

This text has black color on #D6F130 background.


White color preview on #D6F130 background

This text has white color on #D6F130 background.