COLOR #D0FF89

HEX: #D0FF89
RGB: (208,255,137)

Color info

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

RGB color model

#D0FF89 color RGB value is (208,255,137).

  • red value is 208;
  • green value is 255;
  • blue value is 137.
RGB:
(208,255,137)
(82%,100%,54%)

RGB channels and saturation

R 208 of 255 = 82%
G 255 of 255 = 100%
B 137 of 255 = 54%

208
255
137

R + G + B ~ 79%. #D0FF89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 255 + 137 = 600 (100%)
R 208 of 600 ~ 34.67%
G 255 of 600 ~ 42.5%
B 137 of 600 ~ 22.83%

%34.67
%42.5
%22.83

CMYK color model

#D0FF89 color CMYK value is (18,0,46,0).

  • cyan value is 18.43%
  • magenta value is 0.00%
  • yellow value is 46.27%
  • key color value is 0.00%
CMYK:
(18,0,46,0)
C18M0Y46K0 
(18%,0%,46%,0%)
(0.18/0.00/0.46/0.00)	

CMYK percentages

%18.43
%0
%46.27
%0

Codes

Color #D0FF89 in popluar color models

D0FF89
RGB208255137
HSL84°100.00%76.86%
HSB/HSV84°46.27%100.00%
CMYK18.43%0.00%46.27%
0.00%

Color #D0FF89 in popluar number systems.

HEXD0FF89
Decimal208255137
Binary110100001111111110001001
Octal320377211

Shades and tints

Shades of #D0FF89

#D0FF89
(208,255,137)
#BEE87D
(190,232,125)
#ACD171
(172,209,113)
#9ABA65
(154,186,101)
#88A359
(136,163,89)
#768C4D
(118,140,77)
#647541
(100,117,65)
#525E35
(82,94,53)
#404729
(64,71,41)
#2E301D
(46,48,29)
#1C1911
(28,25,17)
#000000
(0,0,0)

Tints of #D0FF89

#D0FF89
(208,255,137)
#D4FF93
(212,255,147)
#D8FF9D
(216,255,157)
#DCFFA7
(220,255,167)
#E0FFB1
(224,255,177)
#E4FFBB
(228,255,187)
#E8FFC5
(232,255,197)
#ECFFCF
(236,255,207)
#F0FFD9
(240,255,217)
#F4FFE3
(244,255,227)
#F8FFED
(248,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0FF89 color. Also use rgb(208,255,137) instead hex code.

Text Font Color

.myTextColor { color: #D0FF89; }

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

This text font color is #D0FF89.


Background Color

.myBgColor { background-color: #D0FF89; }

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

This div background color is #D0FF89.


Border color

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

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

This div border color is #D0FF89.


Opacity

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

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

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

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

This text has shadow with #D0FF89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FF89 on black background.


Color preview on white background

This text has color #D0FF89 on white background.



Black color preview on #D0FF89 background

This text has black color on #D0FF89 background.


White color preview on #D0FF89 background

This text has white color on #D0FF89 background.