COLOR #D1F531

HEX: #D1F531
RGB: (209,245,49)

Color info

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

RGB color model

#D1F531 color RGB value is (209,245,49).

  • red value is 209;
  • green value is 245;
  • blue value is 49.
RGB:
(209,245,49)
(82%,96%,19%)

RGB channels and saturation

R 209 of 255 = 82%
G 245 of 255 = 96%
B 49 of 255 = 19%

209
245
49

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

Portions of RGB colors in percentages

R + G + B =
209 + 245 + 49 = 503 (100%)
R 209 of 503 ~ 41.55%
G 245 of 503 ~ 48.71%
B 49 of 503 ~ 9.74%

%41.55
%48.71
%9.74

CMYK color model

#D1F531 color CMYK value is (15,0,80,4).

  • cyan value is 14.69%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 3.92%
CMYK:
(15,0,80,4)
C15M0Y80K4 
(15%,0%,80%,4%)
(0.15/0.00/0.80/0.04)	

CMYK percentages

%14.69
%0
%80
%3.92

Codes

Color #D1F531 in popluar color models

D1F531
RGB20924549
HSL71°90.74%57.65%
HSB/HSV71°80.00%96.08%
CMYK14.69%0.00%80.00%
3.92%

Color #D1F531 in popluar number systems.

HEXD1F531
Decimal20924549
Binary1101000111110101110001
Octal32136561

Shades and tints

Shades of #D1F531

#D1F531
(209,245,49)
#BEDF2D
(190,223,45)
#ABC929
(171,201,41)
#98B325
(152,179,37)
#859D21
(133,157,33)
#72871D
(114,135,29)
#5F7119
(95,113,25)
#4C5B15
(76,91,21)
#394511
(57,69,17)
#262F0D
(38,47,13)
#131909
(19,25,9)
#000000
(0,0,0)

Tints of #D1F531

#D1F531
(209,245,49)
#D5F543
(213,245,67)
#D9F555
(217,245,85)
#DDF567
(221,245,103)
#E1F579
(225,245,121)
#E5F58B
(229,245,139)
#E9F59D
(233,245,157)
#EDF5AF
(237,245,175)
#F1F5C1
(241,245,193)
#F5F5D3
(245,245,211)
#F9F5E5
(249,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1F531 color. Also use rgb(209,245,49) instead hex code.

Text Font Color

.myTextColor { color: #D1F531; }

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

This text font color is #D1F531.


Background Color

.myBgColor { background-color: #D1F531; }

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

This div background color is #D1F531.


Border color

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

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

This div border color is #D1F531.


Opacity

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

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

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

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

This text has shadow with #D1F531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1F531 on black background.


Color preview on white background

This text has color #D1F531 on white background.



Black color preview on #D1F531 background

This text has black color on #D1F531 background.


White color preview on #D1F531 background

This text has white color on #D1F531 background.