COLOR #CDE50B

HEX: #CDE50B
RGB: (205,229,11)

Color info

#CDE50B contains mainly red and green colors. Web safe color of #CDE50B is #CCCC00 (or #CC0).

RGB color model

#CDE50B color RGB value is (205,229,11).

  • red value is 205;
  • green value is 229;
  • blue value is 11.
RGB:
(205,229,11)
(80%,90%,4%)

RGB channels and saturation

R 205 of 255 = 80%
G 229 of 255 = 90%
B 11 of 255 = 4%

205
229
11

R + G + B ~ 58%. #CDE50B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
205 + 229 + 11 = 445 (100%)
R 205 of 445 ~ 46.07%
G 229 of 445 ~ 51.46%
B 11 of 445 ~ 2.47%

%46.07
%51.46

CMYK color model

#CDE50B color CMYK value is (10,0,95,10).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 95.20%
  • key color value is 10.20%
CMYK:
(10,0,95,10)
C10M0Y95K10 
(10%,0%,95%,10%)
(0.10/0.00/0.95/0.10)	

CMYK percentages

%10.48
%0
%95.2
%10.2

Codes

Color #CDE50B in popluar color models

CDE50B
RGB20522911
HSL67°90.83%47.06%
HSB/HSV67°95.20%89.80%
CMYK10.48%0.00%95.20%
10.20%

Color #CDE50B in popluar number systems.

HEXCDE50B
Decimal20522911
Binary11001101111001011011
Octal31534513

Shades and tints

Shades of #CDE50B

#CDE50B
(205,229,11)
#BBD10A
(187,209,10)
#A9BD09
(169,189,9)
#97A908
(151,169,8)
#859507
(133,149,7)
#738106
(115,129,6)
#616D05
(97,109,5)
#4F5904
(79,89,4)
#3D4503
(61,69,3)
#2B3102
(43,49,2)
#191D01
(25,29,1)
#000000
(0,0,0)

Tints of #CDE50B

#CDE50B
(205,229,11)
#D1E721
(209,231,33)
#D5E937
(213,233,55)
#D9EB4D
(217,235,77)
#DDED63
(221,237,99)
#E1EF79
(225,239,121)
#E5F18F
(229,241,143)
#E9F3A5
(233,243,165)
#EDF5BB
(237,245,187)
#F1F7D1
(241,247,209)
#F5F9E7
(245,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDE50B color. Also use rgb(205,229,11) instead hex code.

Text Font Color

.myTextColor { color: #CDE50B; }

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

This text font color is #CDE50B.


Background Color

.myBgColor { background-color: #CDE50B; }

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

This div background color is #CDE50B.


Border color

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

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

This div border color is #CDE50B.


Opacity

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

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

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

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

This text has shadow with #CDE50B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDE50B on black background.


Color preview on white background

This text has color #CDE50B on white background.



Black color preview on #CDE50B background

This text has black color on #CDE50B background.


White color preview on #CDE50B background

This text has white color on #CDE50B background.