COLOR #D0FA63

HEX: #D0FA63
RGB: (208,250,99)

Color info

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

RGB color model

#D0FA63 color RGB value is (208,250,99).

  • red value is 208;
  • green value is 250;
  • blue value is 99.
RGB:
(208,250,99)
(82%,98%,39%)

RGB channels and saturation

R 208 of 255 = 82%
G 250 of 255 = 98%
B 99 of 255 = 39%

208
250
99

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

Portions of RGB colors in percentages

R + G + B =
208 + 250 + 99 = 557 (100%)
R 208 of 557 ~ 37.34%
G 250 of 557 ~ 44.88%
B 99 of 557 ~ 17.77%

%37.34
%44.88
%17.77

CMYK color model

#D0FA63 color CMYK value is (17,0,60,2).

  • cyan value is 16.80%
  • magenta value is 0.00%
  • yellow value is 60.40%
  • key color value is 1.96%
CMYK:
(17,0,60,2)
C17M0Y60K2 
(17%,0%,60%,2%)
(0.17/0.00/0.60/0.02)	

CMYK percentages

%16.8
%0
%60.4
%1.96

Codes

Color #D0FA63 in popluar color models

D0FA63
RGB20825099
HSL77°93.79%68.43%
HSB/HSV77°60.40%98.04%
CMYK16.80%0.00%60.40%
1.96%

Color #D0FA63 in popluar number systems.

HEXD0FA63
Decimal20825099
Binary11010000111110101100011
Octal320372143

Shades and tints

Shades of #D0FA63

#D0FA63
(208,250,99)
#BEE45A
(190,228,90)
#ACCE51
(172,206,81)
#9AB848
(154,184,72)
#88A23F
(136,162,63)
#768C36
(118,140,54)
#64762D
(100,118,45)
#526024
(82,96,36)
#404A1B
(64,74,27)
#2E3412
(46,52,18)
#1C1E09
(28,30,9)
#000000
(0,0,0)

Tints of #D0FA63

#D0FA63
(208,250,99)
#D4FA71
(212,250,113)
#D8FA7F
(216,250,127)
#DCFA8D
(220,250,141)
#E0FA9B
(224,250,155)
#E4FAA9
(228,250,169)
#E8FAB7
(232,250,183)
#ECFAC5
(236,250,197)
#F0FAD3
(240,250,211)
#F4FAE1
(244,250,225)
#F8FAEF
(248,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0FA63 color. Also use rgb(208,250,99) instead hex code.

Text Font Color

.myTextColor { color: #D0FA63; }

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

This text font color is #D0FA63.


Background Color

.myBgColor { background-color: #D0FA63; }

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

This div background color is #D0FA63.


Border color

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

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

This div border color is #D0FA63.


Opacity

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

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

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

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

This text has shadow with #D0FA63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0FA63 on black background.


Color preview on white background

This text has color #D0FA63 on white background.



Black color preview on #D0FA63 background

This text has black color on #D0FA63 background.


White color preview on #D0FA63 background

This text has white color on #D0FA63 background.