COLOR #CDF17D

HEX: #CDF17D
RGB: (205,241,125)

Color info

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

RGB color model

#CDF17D color RGB value is (205,241,125).

  • red value is 205;
  • green value is 241;
  • blue value is 125.
RGB:
(205,241,125)
(80%,95%,49%)

RGB channels and saturation

R 205 of 255 = 80%
G 241 of 255 = 95%
B 125 of 255 = 49%

205
241
125

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

Portions of RGB colors in percentages

R + G + B =
205 + 241 + 125 = 571 (100%)
R 205 of 571 ~ 35.9%
G 241 of 571 ~ 42.21%
B 125 of 571 ~ 21.89%

%35.9
%42.21
%21.89

CMYK color model

#CDF17D color CMYK value is (15,0,48,5).

  • cyan value is 14.94%
  • magenta value is 0.00%
  • yellow value is 48.13%
  • key color value is 5.49%
CMYK:
(15,0,48,5)
C15M0Y48K5 
(15%,0%,48%,5%)
(0.15/0.00/0.48/0.05)	

CMYK percentages

%14.94
%0
%48.13
%5.49

Codes

Color #CDF17D in popluar color models

CDF17D
RGB205241125
HSL79°80.56%71.76%
HSB/HSV79°48.13%94.51%
CMYK14.94%0.00%48.13%
5.49%

Color #CDF17D in popluar number systems.

HEXCDF17D
Decimal205241125
Binary11001101111100011111101
Octal315361175

Shades and tints

Shades of #CDF17D

#CDF17D
(205,241,125)
#BBDC72
(187,220,114)
#A9C767
(169,199,103)
#97B25C
(151,178,92)
#859D51
(133,157,81)
#738846
(115,136,70)
#61733B
(97,115,59)
#4F5E30
(79,94,48)
#3D4925
(61,73,37)
#2B341A
(43,52,26)
#191F0F
(25,31,15)
#000000
(0,0,0)

Tints of #CDF17D

#CDF17D
(205,241,125)
#D1F288
(209,242,136)
#D5F393
(213,243,147)
#D9F49E
(217,244,158)
#DDF5A9
(221,245,169)
#E1F6B4
(225,246,180)
#E5F7BF
(229,247,191)
#E9F8CA
(233,248,202)
#EDF9D5
(237,249,213)
#F1FAE0
(241,250,224)
#F5FBEB
(245,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDF17D color. Also use rgb(205,241,125) instead hex code.

Text Font Color

.myTextColor { color: #CDF17D; }

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

This text font color is #CDF17D.


Background Color

.myBgColor { background-color: #CDF17D; }

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

This div background color is #CDF17D.


Border color

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

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

This div border color is #CDF17D.


Opacity

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

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

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

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

This text has shadow with #CDF17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDF17D on black background.


Color preview on white background

This text has color #CDF17D on white background.



Black color preview on #CDF17D background

This text has black color on #CDF17D background.


White color preview on #CDF17D background

This text has white color on #CDF17D background.