COLOR #D0F385

HEX: #D0F385
RGB: (208,243,133)

Color info

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

RGB color model

#D0F385 color RGB value is (208,243,133).

  • red value is 208;
  • green value is 243;
  • blue value is 133.
RGB:
(208,243,133)
(82%,95%,52%)

RGB channels and saturation

R 208 of 255 = 82%
G 243 of 255 = 95%
B 133 of 255 = 52%

208
243
133

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

Portions of RGB colors in percentages

R + G + B =
208 + 243 + 133 = 584 (100%)
R 208 of 584 ~ 35.62%
G 243 of 584 ~ 41.61%
B 133 of 584 ~ 22.77%

%35.62
%41.61
%22.77

CMYK color model

#D0F385 color CMYK value is (14,0,45,5).

  • cyan value is 14.40%
  • magenta value is 0.00%
  • yellow value is 45.27%
  • key color value is 4.71%
CMYK:
(14,0,45,5)
C14M0Y45K5 
(14%,0%,45%,5%)
(0.14/0.00/0.45/0.05)	

CMYK percentages

%14.4
%0
%45.27
%4.71

Codes

Color #D0F385 in popluar color models

D0F385
RGB208243133
HSL79°82.09%73.73%
HSB/HSV79°45.27%95.29%
CMYK14.40%0.00%45.27%
4.71%

Color #D0F385 in popluar number systems.

HEXD0F385
Decimal208243133
Binary110100001111001110000101
Octal320363205

Shades and tints

Shades of #D0F385

#D0F385
(208,243,133)
#BEDD79
(190,221,121)
#ACC76D
(172,199,109)
#9AB161
(154,177,97)
#889B55
(136,155,85)
#768549
(118,133,73)
#646F3D
(100,111,61)
#525931
(82,89,49)
#404325
(64,67,37)
#2E2D19
(46,45,25)
#1C170D
(28,23,13)
#000000
(0,0,0)

Tints of #D0F385

#D0F385
(208,243,133)
#D4F490
(212,244,144)
#D8F59B
(216,245,155)
#DCF6A6
(220,246,166)
#E0F7B1
(224,247,177)
#E4F8BC
(228,248,188)
#E8F9C7
(232,249,199)
#ECFAD2
(236,250,210)
#F0FBDD
(240,251,221)
#F4FCE8
(244,252,232)
#F8FDF3
(248,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F385 color. Also use rgb(208,243,133) instead hex code.

Text Font Color

.myTextColor { color: #D0F385; }

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

This text font color is #D0F385.


Background Color

.myBgColor { background-color: #D0F385; }

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

This div background color is #D0F385.


Border color

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

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

This div border color is #D0F385.


Opacity

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

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

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

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

This text has shadow with #D0F385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F385 on black background.


Color preview on white background

This text has color #D0F385 on white background.



Black color preview on #D0F385 background

This text has black color on #D0F385 background.


White color preview on #D0F385 background

This text has white color on #D0F385 background.