COLOR #D2F095

HEX: #D2F095 RGB: (210,240,149)

Color info

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

RGB color model

#D2F095 color RGB value is (210,240,149).

RGB: (210,240,149) (82%, 94%, 58%)

RGB channels and saturation

R 210 of 255 = 82%
G 240 of 255 = 94%
B 149 of 255 = 58%

210
240
149

R + G + B ~ 78%. #D2F095 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 240 + 149 = 599 (100%)
R 210 of 599 ~ 35.06%
G 240 of 599 ~ 40.07%
B 149 of 599 ~ 24.87'%

%35.06
%40.07
%24.87

CMYK color model

#D2F095 color CMYK value is (13,0,38,6).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 37.92%
  • key color value is 5.88%

CMYK: (13,0,38,6)
C13M0Y38K6 (13%, 0%, 38%, 6%)
(0.13 / 0.00 / 0.38 / 0.06)

CMYK percentages

%12.5
%0
%37.92
%5.88

Codes

Color #D2F095 in popluar color models

D2 F0 95
RGB 210 240 149
HSL 80° 75.21% 76.27%
HSB/HSV 80° 37.92% 94.12%
CMYK 12.50% 0.00% 37.92%
5.88%

Color #D2F095 in popluar number systems.

HEX D2 F0 95
Decimal 210 240 149
Binary 11010010 11110000 10010101
Octal 322 360 225

Shades and tints

Shades of #D2F095

#D2F095
(210,240,149)
#BFDB88
(191,219,136)
#ACC67B
(172,198,123)
#99B16E
(153,177,110)
#869C61
(134,156,97)
#738754
(115,135,84)
#607247
(96,114,71)
#4D5D3A
(77,93,58)
#3A482D
(58,72,45)
#273320
(39,51,32)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #D2F095

#D2F095
(210,240,149)
#D6F19E
(214,241,158)
#DAF2A7
(218,242,167)
#DEF3B0
(222,243,176)
#E2F4B9
(226,244,185)
#E6F5C2
(230,245,194)
#EAF6CB
(234,246,203)
#EEF7D4
(238,247,212)
#F2F8DD
(242,248,221)
#F6F9E6
(246,249,230)
#FAFAEF
(250,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F095 color. Also use rgb(210,240,149) instead hex code.

Text Font Color

.myTextColor { color: #D2F095; }

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

This text font color is #D2F095.

Background Color

.myBgColor { background-color: #D2F095; }

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

This div background color is #D2F095.

Border color

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

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

This div border color is #D2F095.

Opacity

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

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

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

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

This text has shadow with #D2F095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2F095.

Preview

Color preview on black background

This text has color #D2F095 on black background.


Color preview on white background

This text has color #D2F095 on white background.


Black color preview on #D2F095 background

This text has black color on #D2F095 background.


White color preview on #D2F095 background

This text has white color on #D2F095 background.


Related colors

Complementary color

Complementary color for #hex is #2D0F6A.


I love getcolorcode.com

Triadic colors

1 #95D2F0 and #F095D2 with #D2F095 are triadic colors.

2 #95F0D2 and #F0D295 with #D2F095 are triadic colors.