COLOR #CDE95B

HEX: #CDE95B
RGB: (205,233,91)

Color info

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

RGB color model

#CDE95B color RGB value is (205,233,91).

  • red value is 205;
  • green value is 233;
  • blue value is 91.
RGB:
(205,233,91)
(80%,91%,36%)

RGB channels and saturation

R 205 of 255 = 80%
G 233 of 255 = 91%
B 91 of 255 = 36%

205
233
91

R + G + B ~ 69%. #CDE95B is quite light color.

Portions of RGB colors in percentages

R + G + B =
205 + 233 + 91 = 529 (100%)
R 205 of 529 ~ 38.75%
G 233 of 529 ~ 44.05%
B 91 of 529 ~ 17.2%

%38.75
%44.05
%17.2

CMYK color model

#CDE95B color CMYK value is (12,0,61,9).

  • cyan value is 12.02%
  • magenta value is 0.00%
  • yellow value is 60.94%
  • key color value is 8.63%
CMYK:
(12,0,61,9)
C12M0Y61K9 
(12%,0%,61%,9%)
(0.12/0.00/0.61/0.09)	

CMYK percentages

%12.02
%0
%60.94
%8.63

Codes

Color #CDE95B in popluar color models

CDE95B
RGB20523391
HSL72°76.34%63.53%
HSB/HSV72°60.94%91.37%
CMYK12.02%0.00%60.94%
8.63%

Color #CDE95B in popluar number systems.

HEXCDE95B
Decimal20523391
Binary11001101111010011011011
Octal315351133

Shades and tints

Shades of #CDE95B

#CDE95B
(205,233,91)
#BBD453
(187,212,83)
#A9BF4B
(169,191,75)
#97AA43
(151,170,67)
#85953B
(133,149,59)
#738033
(115,128,51)
#616B2B
(97,107,43)
#4F5623
(79,86,35)
#3D411B
(61,65,27)
#2B2C13
(43,44,19)
#19170B
(25,23,11)
#000000
(0,0,0)

Tints of #CDE95B

#CDE95B
(205,233,91)
#D1EB69
(209,235,105)
#D5ED77
(213,237,119)
#D9EF85
(217,239,133)
#DDF193
(221,241,147)
#E1F3A1
(225,243,161)
#E5F5AF
(229,245,175)
#E9F7BD
(233,247,189)
#EDF9CB
(237,249,203)
#F1FBD9
(241,251,217)
#F5FDE7
(245,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE95B color. Also use rgb(205,233,91) instead hex code.

Text Font Color

.myTextColor { color: #CDE95B; }

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

This text font color is #CDE95B.


Background Color

.myBgColor { background-color: #CDE95B; }

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

This div background color is #CDE95B.


Border color

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

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

This div border color is #CDE95B.


Opacity

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

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

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

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

This text has shadow with #CDE95B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE95B on black background.


Color preview on white background

This text has color #CDE95B on white background.



Black color preview on #CDE95B background

This text has black color on #CDE95B background.


White color preview on #CDE95B background

This text has white color on #CDE95B background.