COLOR #CCEF33

HEX: #CCEF33
RGB: (204,239,51)

Color info

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

RGB color model

#CCEF33 color RGB value is (204,239,51).

  • red value is 204;
  • green value is 239;
  • blue value is 51.
RGB:
(204,239,51)
(80%,94%,20%)

RGB channels and saturation

R 204 of 255 = 80%
G 239 of 255 = 94%
B 51 of 255 = 20%

204
239
51

R + G + B ~ 65%. #CCEF33 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 239 + 51 = 494 (100%)
R 204 of 494 ~ 41.3%
G 239 of 494 ~ 48.38%
B 51 of 494 ~ 10.32%

%41.3
%48.38
%10.32

CMYK color model

#CCEF33 color CMYK value is (15,0,79,6).

  • cyan value is 14.64%
  • magenta value is 0.00%
  • yellow value is 78.66%
  • key color value is 6.27%
CMYK:
(15,0,79,6)
C15M0Y79K6 
(15%,0%,79%,6%)
(0.15/0.00/0.79/0.06)	

CMYK percentages

%14.64
%0
%78.66
%6.27

Codes

Color #CCEF33 in popluar color models

CCEF33
RGB20423951
HSL71°85.45%56.86%
HSB/HSV71°78.66%93.73%
CMYK14.64%0.00%78.66%
6.27%

Color #CCEF33 in popluar number systems.

HEXCCEF33
Decimal20423951
Binary1100110011101111110011
Octal31435763

Shades and tints

Shades of #CCEF33

#CCEF33
(204,239,51)
#BADA2F
(186,218,47)
#A8C52B
(168,197,43)
#96B027
(150,176,39)
#849B23
(132,155,35)
#72861F
(114,134,31)
#60711B
(96,113,27)
#4E5C17
(78,92,23)
#3C4713
(60,71,19)
#2A320F
(42,50,15)
#181D0B
(24,29,11)
#000000
(0,0,0)

Tints of #CCEF33

#CCEF33
(204,239,51)
#D0F045
(208,240,69)
#D4F157
(212,241,87)
#D8F269
(216,242,105)
#DCF37B
(220,243,123)
#E0F48D
(224,244,141)
#E4F59F
(228,245,159)
#E8F6B1
(232,246,177)
#ECF7C3
(236,247,195)
#F0F8D5
(240,248,213)
#F4F9E7
(244,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEF33 color. Also use rgb(204,239,51) instead hex code.

Text Font Color

.myTextColor { color: #CCEF33; }

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

This text font color is #CCEF33.


Background Color

.myBgColor { background-color: #CCEF33; }

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

This div background color is #CCEF33.


Border color

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

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

This div border color is #CCEF33.


Opacity

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

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

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

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

This text has shadow with #CCEF33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEF33 on black background.


Color preview on white background

This text has color #CCEF33 on white background.



Black color preview on #CCEF33 background

This text has black color on #CCEF33 background.


White color preview on #CCEF33 background

This text has white color on #CCEF33 background.