COLOR #CCFD0B

HEX: #CCFD0B
RGB: (204,253,11)

Color info

#CCFD0B contains mainly red and green colors. Web safe color of #CCFD0B is #CCFF00 (or #CF0).

RGB color model

#CCFD0B color RGB value is (204,253,11).

  • red value is 204;
  • green value is 253;
  • blue value is 11.
RGB:
(204,253,11)
(80%,99%,4%)

RGB channels and saturation

R 204 of 255 = 80%
G 253 of 255 = 99%
B 11 of 255 = 4%

204
253
11

R + G + B ~ 61%. #CCFD0B is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 253 + 11 = 468 (100%)
R 204 of 468 ~ 43.59%
G 253 of 468 ~ 54.06%
B 11 of 468 ~ 2.35%

%43.59
%54.06

CMYK color model

#CCFD0B color CMYK value is (19,0,96,1).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 95.65%
  • key color value is 0.78%
CMYK:
(19,0,96,1)
C19M0Y96K1 
(19%,0%,96%,1%)
(0.19/0.00/0.96/0.01)	

CMYK percentages

%19.37
%0
%95.65
%0.78

Codes

Color #CCFD0B in popluar color models

CCFD0B
RGB20425311
HSL72°98.37%51.76%
HSB/HSV72°95.65%99.22%
CMYK19.37%0.00%95.65%
0.78%

Color #CCFD0B in popluar number systems.

HEXCCFD0B
Decimal20425311
Binary11001100111111011011
Octal31437513

Shades and tints

Shades of #CCFD0B

#CCFD0B
(204,253,11)
#BAE60A
(186,230,10)
#A8CF09
(168,207,9)
#96B808
(150,184,8)
#84A107
(132,161,7)
#728A06
(114,138,6)
#607305
(96,115,5)
#4E5C04
(78,92,4)
#3C4503
(60,69,3)
#2A2E02
(42,46,2)
#181701
(24,23,1)
#000000
(0,0,0)

Tints of #CCFD0B

#CCFD0B
(204,253,11)
#D0FD21
(208,253,33)
#D4FD37
(212,253,55)
#D8FD4D
(216,253,77)
#DCFD63
(220,253,99)
#E0FD79
(224,253,121)
#E4FD8F
(228,253,143)
#E8FDA5
(232,253,165)
#ECFDBB
(236,253,187)
#F0FDD1
(240,253,209)
#F4FDE7
(244,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFD0B color. Also use rgb(204,253,11) instead hex code.

Text Font Color

.myTextColor { color: #CCFD0B; }

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

This text font color is #CCFD0B.


Background Color

.myBgColor { background-color: #CCFD0B; }

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

This div background color is #CCFD0B.


Border color

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

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

This div border color is #CCFD0B.


Opacity

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

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

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

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

This text has shadow with #CCFD0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFD0B on black background.


Color preview on white background

This text has color #CCFD0B on white background.



Black color preview on #CCFD0B background

This text has black color on #CCFD0B background.


White color preview on #CCFD0B background

This text has white color on #CCFD0B background.