COLOR #D0FF90

HEX: #D0FF90
RGB: (208,255,144)

Color info

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

RGB color model

#D0FF90 color RGB value is (208,255,144).

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

RGB channels and saturation

R 208 of 255 = 82%
G 255 of 255 = 100%
B 144 of 255 = 56%

208
255
144

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

Portions of RGB colors in percentages

R + G + B =
208 + 255 + 144 = 607 (100%)
R 208 of 607 ~ 34.27%
G 255 of 607 ~ 42.01%
B 144 of 607 ~ 23.72%

%34.27
%42.01
%23.72

CMYK color model

#D0FF90 color CMYK value is (18,0,44,0).

  • cyan value is 18.43%
  • magenta value is 0.00%
  • yellow value is 43.53%
  • key color value is 0.00%
CMYK:
(18,0,44,0)
C18M0Y44K0 
(18%,0%,44%,0%)
(0.18/0.00/0.44/0.00)	

CMYK percentages

%18.43
%0
%43.53
%0

Codes

Color #D0FF90 in popluar color models

D0FF90
RGB208255144
HSL85°100.00%78.24%
HSB/HSV85°43.53%100.00%
CMYK18.43%0.00%43.53%
0.00%

Color #D0FF90 in popluar number systems.

HEXD0FF90
Decimal208255144
Binary110100001111111110010000
Octal320377220

Shades and tints

Shades of #D0FF90

#D0FF90
(208,255,144)
#BEE883
(190,232,131)
#ACD176
(172,209,118)
#9ABA69
(154,186,105)
#88A35C
(136,163,92)
#768C4F
(118,140,79)
#647542
(100,117,66)
#525E35
(82,94,53)
#404728
(64,71,40)
#2E301B
(46,48,27)
#1C190E
(28,25,14)
#000000
(0,0,0)

Tints of #D0FF90

#D0FF90
(208,255,144)
#D4FF9A
(212,255,154)
#D8FFA4
(216,255,164)
#DCFFAE
(220,255,174)
#E0FFB8
(224,255,184)
#E4FFC2
(228,255,194)
#E8FFCC
(232,255,204)
#ECFFD6
(236,255,214)
#F0FFE0
(240,255,224)
#F4FFEA
(244,255,234)
#F8FFF4
(248,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0FF90; }

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

This text font color is #D0FF90.


Background Color

.myBgColor { background-color: #D0FF90; }

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

This div background color is #D0FF90.


Border color

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

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

This div border color is #D0FF90.


Opacity

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

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

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

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

This text has shadow with #D0FF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FF90 on black background.


Color preview on white background

This text has color #D0FF90 on white background.



Black color preview on #D0FF90 background

This text has black color on #D0FF90 background.


White color preview on #D0FF90 background

This text has white color on #D0FF90 background.