COLOR #D2F383

HEX: #D2F383 RGB: (210,243,131)

Color info

#D2F383 contains mainly red and green colors. Web safe color of #D2F383 is #CCFF99 (or #CF9).

RGB color model

#D2F383 color RGB value is (210,243,131).

RGB: (210,243,131) (82%, 95%, 51%)

RGB channels and saturation

R 210 of 255 = 82%
G 243 of 255 = 95%
B 131 of 255 = 51%

210
243
131

R + G + B ~ 76%. #D2F383 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 243 + 131 = 584 (100%)
R 210 of 584 ~ 35.96%
G 243 of 584 ~ 41.61%
B 131 of 584 ~ 22.43'%

%35.96
%41.61
%22.43

CMYK color model

#D2F383 color CMYK value is (14,0,46,5).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 46.09%
  • key color value is 4.71%

CMYK: (14,0,46,5)
C14M0Y46K5 (14%, 0%, 46%, 5%)
(0.14 / 0.00 / 0.46 / 0.05)

CMYK percentages

%13.58
%0
%46.09
%4.71

Codes

Color #D2F383 in popluar color models

D2 F3 83
RGB 210 243 131
HSL 78° 82.35% 73.33%
HSB/HSV 78° 46.09% 95.29%
CMYK 13.58% 0.00% 46.09%
4.71%

Color #D2F383 in popluar number systems.

HEX D2 F3 83
Decimal 210 243 131
Binary 11010010 11110011 10000011
Octal 322 363 203

Shades and tints

Shades of #D2F383

#D2F383
(210,243,131)
#BFDD78
(191,221,120)
#ACC76D
(172,199,109)
#99B162
(153,177,98)
#869B57
(134,155,87)
#73854C
(115,133,76)
#606F41
(96,111,65)
#4D5936
(77,89,54)
#3A432B
(58,67,43)
#272D20
(39,45,32)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #D2F383

#D2F383
(210,243,131)
#D6F48E
(214,244,142)
#DAF599
(218,245,153)
#DEF6A4
(222,246,164)
#E2F7AF
(226,247,175)
#E6F8BA
(230,248,186)
#EAF9C5
(234,249,197)
#EEFAD0
(238,250,208)
#F2FBDB
(242,251,219)
#F6FCE6
(246,252,230)
#FAFDF1
(250,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F383 color. Also use rgb(210,243,131) instead hex code.

Text Font Color

.myTextColor { color: #D2F383; }

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

This text font color is #D2F383.

Background Color

.myBgColor { background-color: #D2F383; }

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

This div background color is #D2F383.

Border color

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

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

This div border color is #D2F383.

Opacity

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

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

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

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

This text has shadow with #D2F383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2F383.

Preview

Color preview on black background

This text has color #D2F383 on black background.


Color preview on white background

This text has color #D2F383 on white background.


Black color preview on #D2F383 background

This text has black color on #D2F383 background.


White color preview on #D2F383 background

This text has white color on #D2F383 background.


Related colors

Complementary color

Complementary color for #hex is #2D0C7C.


I love getcolorcode.com

Triadic colors

1 #83D2F3 and #F383D2 with #D2F383 are triadic colors.

2 #83F3D2 and #F3D283 with #D2F383 are triadic colors.