COLOR #CCEE00

HEX: #CCEE00 RGB: (204,238,0)

Color info

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

RGB color model

#CCEE00 color RGB value is (204,238,0).

RGB: (204,238,0) (80%, 93%, 0%)

RGB channels and saturation

R 204 of 255 = 80%
G 238 of 255 = 93%
B 0 of 255 = 0%

204
238
0

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

Portions of RGB colors in percentages

R + G + B = 204 + 238 + 0 = 442 (100%)
R 204 of 442 ~ 46.15%
G 238 of 442 ~ 53.85%
B 0 of 442 ~ 0'%

%46.15
%53.85

CMYK color model

#CCEE00 color CMYK value is (14,0,100,7).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 6.67%

CMYK: (14,0,100,7)
C14M0Y100K7 (14%, 0%, 100%, 7%)
(0.14 / 0.00 / 1.00 / 0.07)

CMYK percentages

%14.29
%0
%100
%6.67

Codes

Color #CCEE00 in popluar color models

CC EE 00
RGB 204 238 0
HSL 69° 100.00% 46.67%
HSB/HSV 69° 100.00% 93.33%
CMYK 14.29% 0.00% 100.00%
6.67%

Color #CCEE00 in popluar number systems.

HEX CC EE 00
Decimal 204 238 0
Binary 11001100 11101110 0
Octal 314 356 0

Shades and tints

Shades of #CCEE00

#CCEE00
(204,238,0)
#BAD900
(186,217,0)
#A8C400
(168,196,0)
#96AF00
(150,175,0)
#849A00
(132,154,0)
#728500
(114,133,0)
#607000
(96,112,0)
#4E5B00
(78,91,0)
#3C4600
(60,70,0)
#2A3100
(42,49,0)
#181C00
(24,28,0)
#000000
(0,0,0)

Tints of #CCEE00

#CCEE00
(204,238,0)
#D0EF17
(208,239,23)
#D4F02E
(212,240,46)
#D8F145
(216,241,69)
#DCF25C
(220,242,92)
#E0F373
(224,243,115)
#E4F48A
(228,244,138)
#E8F5A1
(232,245,161)
#ECF6B8
(236,246,184)
#F0F7CF
(240,247,207)
#F4F8E6
(244,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEE00 color. Also use rgb(204,238,0) instead hex code.

Text Font Color

.myTextColor { color: #CCEE00; }

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

This text font color is #CCEE00.

Background Color

.myBgColor { background-color: #CCEE00; }

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

This div background color is #CCEE00.

Border color

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

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

This div border color is #CCEE00.

Opacity

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

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

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

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

This text has shadow with #CCEE00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCEE00.

Preview

Color preview on black background

This text has color #CCEE00 on black background.


Color preview on white background

This text has color #CCEE00 on white background.


Black color preview on #CCEE00 background

This text has black color on #CCEE00 background.


White color preview on #CCEE00 background

This text has white color on #CCEE00 background.


Related colors

Complementary color

Complementary color for #hex is #3311FF.


I love getcolorcode.com

Triadic colors

1 #00CCEE and #EE00CC with #CCEE00 are triadic colors.

2 #00EECC and #EECC00 with #CCEE00 are triadic colors.