COLOR #D8F361

HEX: #D8F361
RGB: (216,243,97)

Color info

#D8F361 contains mainly red and green colors. Web safe color of #D8F361 is #CCFF66 (or #CF6).

RGB color model

#D8F361 color RGB value is (216,243,97).

  • red value is 216;
  • green value is 243;
  • blue value is 97.
RGB:
(216,243,97)
(85%,95%,38%)

RGB channels and saturation

R 216 of 255 = 85%
G 243 of 255 = 95%
B 97 of 255 = 38%

216
243
97

R + G + B ~ 73%. #D8F361 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 243 + 97 = 556 (100%)
R 216 of 556 ~ 38.85%
G 243 of 556 ~ 43.71%
B 97 of 556 ~ 17.45%

%38.85
%43.71
%17.45

CMYK color model

#D8F361 color CMYK value is (11,0,60,5).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 60.08%
  • key color value is 4.71%
CMYK:
(11,0,60,5)
C11M0Y60K5 
(11%,0%,60%,5%)
(0.11/0.00/0.60/0.05)	

CMYK percentages

%11.11
%0
%60.08
%4.71

Codes

Color #D8F361 in popluar color models

D8F361
RGB21624397
HSL71°85.88%66.67%
HSB/HSV71°60.08%95.29%
CMYK11.11%0.00%60.08%
4.71%

Color #D8F361 in popluar number systems.

HEXD8F361
Decimal21624397
Binary11011000111100111100001
Octal330363141

Shades and tints

Shades of #D8F361

#D8F361
(216,243,97)
#C5DD59
(197,221,89)
#B2C751
(178,199,81)
#9FB149
(159,177,73)
#8C9B41
(140,155,65)
#798539
(121,133,57)
#666F31
(102,111,49)
#535929
(83,89,41)
#404321
(64,67,33)
#2D2D19
(45,45,25)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #D8F361

#D8F361
(216,243,97)
#DBF46F
(219,244,111)
#DEF57D
(222,245,125)
#E1F68B
(225,246,139)
#E4F799
(228,247,153)
#E7F8A7
(231,248,167)
#EAF9B5
(234,249,181)
#EDFAC3
(237,250,195)
#F0FBD1
(240,251,209)
#F3FCDF
(243,252,223)
#F6FDED
(246,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8F361 color. Also use rgb(216,243,97) instead hex code.

Text Font Color

.myTextColor { color: #D8F361; }

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

This text font color is #D8F361.


Background Color

.myBgColor { background-color: #D8F361; }

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

This div background color is #D8F361.


Border color

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

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

This div border color is #D8F361.


Opacity

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

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

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

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

This text has shadow with #D8F361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8F361 on black background.


Color preview on white background

This text has color #D8F361 on white background.



Black color preview on #D8F361 background

This text has black color on #D8F361 background.


White color preview on #D8F361 background

This text has white color on #D8F361 background.