COLOR #CDF59F

HEX: #CDF59F
RGB: (205,245,159)

Color info

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

RGB color model

#CDF59F color RGB value is (205,245,159).

  • red value is 205;
  • green value is 245;
  • blue value is 159.
RGB:
(205,245,159)
(80%,96%,62%)

RGB channels and saturation

R 205 of 255 = 80%
G 245 of 255 = 96%
B 159 of 255 = 62%

205
245
159

R + G + B ~ 79%. #CDF59F is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 245 + 159 = 609 (100%)
R 205 of 609 ~ 33.66%
G 245 of 609 ~ 40.23%
B 159 of 609 ~ 26.11%

%33.66
%40.23
%26.11

CMYK color model

#CDF59F color CMYK value is (16,0,35,4).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 35.10%
  • key color value is 3.92%
CMYK:
(16,0,35,4)
C16M0Y35K4 
(16%,0%,35%,4%)
(0.16/0.00/0.35/0.04)	

CMYK percentages

%16.33
%0
%35.1
%3.92

Codes

Color #CDF59F in popluar color models

CDF59F
RGB205245159
HSL88°81.13%79.22%
HSB/HSV88°35.10%96.08%
CMYK16.33%0.00%35.10%
3.92%

Color #CDF59F in popluar number systems.

HEXCDF59F
Decimal205245159
Binary110011011111010110011111
Octal315365237

Shades and tints

Shades of #CDF59F

#CDF59F
(205,245,159)
#BBDF91
(187,223,145)
#A9C983
(169,201,131)
#97B375
(151,179,117)
#859D67
(133,157,103)
#738759
(115,135,89)
#61714B
(97,113,75)
#4F5B3D
(79,91,61)
#3D452F
(61,69,47)
#2B2F21
(43,47,33)
#191913
(25,25,19)
#000000
(0,0,0)

Tints of #CDF59F

#CDF59F
(205,245,159)
#D1F5A7
(209,245,167)
#D5F5AF
(213,245,175)
#D9F5B7
(217,245,183)
#DDF5BF
(221,245,191)
#E1F5C7
(225,245,199)
#E5F5CF
(229,245,207)
#E9F5D7
(233,245,215)
#EDF5DF
(237,245,223)
#F1F5E7
(241,245,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDF59F color. Also use rgb(205,245,159) instead hex code.

Text Font Color

.myTextColor { color: #CDF59F; }

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

This text font color is #CDF59F.


Background Color

.myBgColor { background-color: #CDF59F; }

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

This div background color is #CDF59F.


Border color

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

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

This div border color is #CDF59F.


Opacity

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

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

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

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

This text has shadow with #CDF59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDF59F on black background.


Color preview on white background

This text has color #CDF59F on white background.



Black color preview on #CDF59F background

This text has black color on #CDF59F background.


White color preview on #CDF59F background

This text has white color on #CDF59F background.