COLOR #D0F53F

HEX: #D0F53F
RGB: (208,245,63)

Color info

#D0F53F contains mainly red and green colors. Web safe color of #D0F53F is #CCFF33 (or #CF3).

RGB color model

#D0F53F color RGB value is (208,245,63).

  • red value is 208;
  • green value is 245;
  • blue value is 63.
RGB:
(208,245,63)
(82%,96%,25%)

RGB channels and saturation

R 208 of 255 = 82%
G 245 of 255 = 96%
B 63 of 255 = 25%

208
245
63

R + G + B ~ 68%. #D0F53F is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 245 + 63 = 516 (100%)
R 208 of 516 ~ 40.31%
G 245 of 516 ~ 47.48%
B 63 of 516 ~ 12.21%

%40.31
%47.48
%12.21

CMYK color model

#D0F53F color CMYK value is (15,0,74,4).

  • cyan value is 15.10%
  • magenta value is 0.00%
  • yellow value is 74.29%
  • key color value is 3.92%
CMYK:
(15,0,74,4)
C15M0Y74K4 
(15%,0%,74%,4%)
(0.15/0.00/0.74/0.04)	

CMYK percentages

%15.1
%0
%74.29
%3.92

Codes

Color #D0F53F in popluar color models

D0F53F
RGB20824563
HSL72°90.10%60.39%
HSB/HSV72°74.29%96.08%
CMYK15.10%0.00%74.29%
3.92%

Color #D0F53F in popluar number systems.

HEXD0F53F
Decimal20824563
Binary1101000011110101111111
Octal32036577

Shades and tints

Shades of #D0F53F

#D0F53F
(208,245,63)
#BEDF3A
(190,223,58)
#ACC935
(172,201,53)
#9AB330
(154,179,48)
#889D2B
(136,157,43)
#768726
(118,135,38)
#647121
(100,113,33)
#525B1C
(82,91,28)
#404517
(64,69,23)
#2E2F12
(46,47,18)
#1C190D
(28,25,13)
#000000
(0,0,0)

Tints of #D0F53F

#D0F53F
(208,245,63)
#D4F550
(212,245,80)
#D8F561
(216,245,97)
#DCF572
(220,245,114)
#E0F583
(224,245,131)
#E4F594
(228,245,148)
#E8F5A5
(232,245,165)
#ECF5B6
(236,245,182)
#F0F5C7
(240,245,199)
#F4F5D8
(244,245,216)
#F8F5E9
(248,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0F53F color. Also use rgb(208,245,63) instead hex code.

Text Font Color

.myTextColor { color: #D0F53F; }

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

This text font color is #D0F53F.


Background Color

.myBgColor { background-color: #D0F53F; }

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

This div background color is #D0F53F.


Border color

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

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

This div border color is #D0F53F.


Opacity

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

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

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

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

This text has shadow with #D0F53F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0F53F on black background.


Color preview on white background

This text has color #D0F53F on white background.



Black color preview on #D0F53F background

This text has black color on #D0F53F background.


White color preview on #D0F53F background

This text has white color on #D0F53F background.