COLOR #D0FA74

HEX: #D0FA74 RGB: (208,250,116)

Color info

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

RGB color model

#D0FA74 color RGB value is (208,250,116).

RGB: (208,250,116) (82%, 98%, 45%)

RGB channels and saturation

R 208 of 255 = 82%
G 250 of 255 = 98%
B 116 of 255 = 45%

208
250
116

R + G + B ~ 75%. #D0FA74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 250 + 116 = 574 (100%)
R 208 of 574 ~ 36.24%
G 250 of 574 ~ 43.55%
B 116 of 574 ~ 20.21'%

%36.24
%43.55
%20.21

CMYK color model

#D0FA74 color CMYK value is (17,0,54,2).

  • cyan value is 16.80%
  • magenta value is 0.00%
  • yellow value is 53.60%
  • key color value is 1.96%
CMYK: (17,0,54,2) C17M0Y54K2 (17%,0%,54%,2%) (0.17/0.00/0.54/0.02) 

CMYK percentages

%16.8
%0
%53.6
%1.96

Codes

Color #D0FA74 in popluar color models

D0 FA 74
RGB 208 250 116
HSL 79° 93.06% 71.76%
HSB/HSV 79° 53.60% 98.04%
CMYK 16.80% 0.00% 53.60%
1.96%

Color #D0FA74 in popluar number systems.

HEX D0 FA 74
Decimal 208 250 116
Binary 11010000 11111010 1110100
Octal 320 372 164

Shades and tints

Shades of #D0FA74

#D0FA74
(208,250,116)
#BEE46A
(190,228,106)
#ACCE60
(172,206,96)
#9AB856
(154,184,86)
#88A24C
(136,162,76)
#768C42
(118,140,66)
#647638
(100,118,56)
#52602E
(82,96,46)
#404A24
(64,74,36)
#2E341A
(46,52,26)
#1C1E10
(28,30,16)
#000000
(0,0,0)

Tints of #D0FA74

#D0FA74
(208,250,116)
#D4FA80
(212,250,128)
#D8FA8C
(216,250,140)
#DCFA98
(220,250,152)
#E0FAA4
(224,250,164)
#E4FAB0
(228,250,176)
#E8FABC
(232,250,188)
#ECFAC8
(236,250,200)
#F0FAD4
(240,250,212)
#F4FAE0
(244,250,224)
#F8FAEC
(248,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0FA74; }

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

This text font color is #D0FA74.

Background Color

.myBgColor { background-color: #D0FA74; }

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

This div background color is #D0FA74.

Border color

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

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

This div border color is #D0FA74.

Opacity

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

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

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

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

This text has shadow with #D0FA74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0FA74.

Preview

Color preview on black background

This text has color #D0FA74 on black background.


Color preview on white background

This text has color #D0FA74 on white background.


Black color preview on #D0FA74 background

This text has black color on #D0FA74 background.


White color preview on #D0FA74 background

This text has white color on #D0FA74 background.


Related colors

Complementary color

Complementary color for #hex is #2F058B.


I love getcolorcode.com

Triadic colors

1 #74D0FA and #FA74D0 with #D0FA74 are triadic colors.

2 #74FAD0 and #FAD074 with #D0FA74 are triadic colors.