COLOR #CDF59E

HEX: #CDF59E
RGB: (205,245,158)

Color info

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

RGB color model

#CDF59E color RGB value is (205,245,158).

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

RGB channels and saturation

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

205
245
158

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

Portions of RGB colors in percentages

R + G + B =
205 + 245 + 158 = 608 (100%)
R 205 of 608 ~ 33.72%
G 245 of 608 ~ 40.3%
B 158 of 608 ~ 25.99%

%33.72
%40.3
%25.99

CMYK color model

#CDF59E color CMYK value is (16,0,36,4).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 35.51%
  • key color value is 3.92%
CMYK:
(16,0,36,4)
C16M0Y36K4 
(16%,0%,36%,4%)
(0.16/0.00/0.36/0.04)	

CMYK percentages

%16.33
%0
%35.51
%3.92

Codes

Color #CDF59E in popluar color models

CDF59E
RGB205245158
HSL88°81.31%79.02%
HSB/HSV88°35.51%96.08%
CMYK16.33%0.00%35.51%
3.92%

Color #CDF59E in popluar number systems.

HEXCDF59E
Decimal205245158
Binary110011011111010110011110
Octal315365236

Shades and tints

Shades of #CDF59E

#CDF59E
(205,245,158)
#BBDF90
(187,223,144)
#A9C982
(169,201,130)
#97B374
(151,179,116)
#859D66
(133,157,102)
#738758
(115,135,88)
#61714A
(97,113,74)
#4F5B3C
(79,91,60)
#3D452E
(61,69,46)
#2B2F20
(43,47,32)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #CDF59E

#CDF59E
(205,245,158)
#D1F5A6
(209,245,166)
#D5F5AE
(213,245,174)
#D9F5B6
(217,245,182)
#DDF5BE
(221,245,190)
#E1F5C6
(225,245,198)
#E5F5CE
(229,245,206)
#E9F5D6
(233,245,214)
#EDF5DE
(237,245,222)
#F1F5E6
(241,245,230)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CDF59E; }

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

This text font color is #CDF59E.


Background Color

.myBgColor { background-color: #CDF59E; }

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

This div background color is #CDF59E.


Border color

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

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

This div border color is #CDF59E.


Opacity

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

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

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

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

This text has shadow with #CDF59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDF59E on black background.


Color preview on white background

This text has color #CDF59E on white background.



Black color preview on #CDF59E background

This text has black color on #CDF59E background.


White color preview on #CDF59E background

This text has white color on #CDF59E background.