COLOR #CEEC4D

HEX: #CEEC4D
RGB: (206,236,77)

Color info

#CEEC4D contains mainly red and green colors. Web safe color of #CEEC4D is #CCFF33 (or #CF3).

RGB color model

#CEEC4D color RGB value is (206,236,77).

  • red value is 206;
  • green value is 236;
  • blue value is 77.
RGB:
(206,236,77)
(81%,93%,30%)

RGB channels and saturation

R 206 of 255 = 81%
G 236 of 255 = 93%
B 77 of 255 = 30%

206
236
77

R + G + B ~ 68%. #CEEC4D is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 236 + 77 = 519 (100%)
R 206 of 519 ~ 39.69%
G 236 of 519 ~ 45.47%
B 77 of 519 ~ 14.84%

%39.69
%45.47
%14.84

CMYK color model

#CEEC4D color CMYK value is (13,0,67,7).

  • cyan value is 12.71%
  • magenta value is 0.00%
  • yellow value is 67.37%
  • key color value is 7.45%
CMYK:
(13,0,67,7)
C13M0Y67K7 
(13%,0%,67%,7%)
(0.13/0.00/0.67/0.07)	

CMYK percentages

%12.71
%0
%67.37
%7.45

Codes

Color #CEEC4D in popluar color models

CEEC4D
RGB20623677
HSL71°80.71%61.37%
HSB/HSV71°67.37%92.55%
CMYK12.71%0.00%67.37%
7.45%

Color #CEEC4D in popluar number systems.

HEXCEEC4D
Decimal20623677
Binary11001110111011001001101
Octal316354115

Shades and tints

Shades of #CEEC4D

#CEEC4D
(206,236,77)
#BCD746
(188,215,70)
#AAC23F
(170,194,63)
#98AD38
(152,173,56)
#869831
(134,152,49)
#74832A
(116,131,42)
#626E23
(98,110,35)
#50591C
(80,89,28)
#3E4415
(62,68,21)
#2C2F0E
(44,47,14)
#1A1A07
(26,26,7)
#000000
(0,0,0)

Tints of #CEEC4D

#CEEC4D
(206,236,77)
#D2ED5D
(210,237,93)
#D6EE6D
(214,238,109)
#DAEF7D
(218,239,125)
#DEF08D
(222,240,141)
#E2F19D
(226,241,157)
#E6F2AD
(230,242,173)
#EAF3BD
(234,243,189)
#EEF4CD
(238,244,205)
#F2F5DD
(242,245,221)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEC4D color. Also use rgb(206,236,77) instead hex code.

Text Font Color

.myTextColor { color: #CEEC4D; }

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

This text font color is #CEEC4D.


Background Color

.myBgColor { background-color: #CEEC4D; }

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

This div background color is #CEEC4D.


Border color

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

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

This div border color is #CEEC4D.


Opacity

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

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

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

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

This text has shadow with #CEEC4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEC4D on black background.


Color preview on white background

This text has color #CEEC4D on white background.



Black color preview on #CEEC4D background

This text has black color on #CEEC4D background.


White color preview on #CEEC4D background

This text has white color on #CEEC4D background.