COLOR #CCFF66

HEX: #CCFF66
RGB: (204,255,102)

Renk bilgisi

#CCFF66 contains mainly red and green colors. #CCFF66 color is web safe color. It maybe written shortly as #CF6.

RGB renk modeli

#CCFF66 color RGB value is (204,255,102).

  • kırmız ton 204;
  • yeşil ton 255;
  • mavi ton 102.
RGB:
(204,255,102)
(80%,100%,40%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 255 of 255 = 100%
B 102 of 255 = 40%

204
255
102

R + G + B ~ 73%. #CCFF66 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 255 + 102 = 561 (100%)
R 204 of 561 ~ 36.36%
G 255 of 561 ~ 45.45%
B 102 of 561 ~ 18.18%

%36.36
%45.45
%18.18

CMYK RENK MODELİ

#CCFF66 rengi CMYK tonu (20,0,60,0).

  • camgöbeği tonu 20.00%
  • eflatun tonu 0.00%
  • sarı tonu 60.00%
  • ana renk tonu 0.00%
CMYK:
(20,0,60,0)
C20M0Y60K0 
(20%,0%,60%,0%)
(0.20/0.00/0.60/0.00)	

CMYK yüzdeleri

%20
%0
%60
%0

Codes

Color #CCFF66 in popluar color models

CCFF66
RGB204255102
HSL80°100.00%70.00%
HSB/HSV80°60.00%100.00%
CMYK20.00%0.00%60.00%
0.00%

Color #CCFF66 in popluar number systems.

HEXCCFF66
Decimal204255102
Binary11001100111111111100110
Octal314377146

Shades and tints

Shades of #CCFF66

#CCFF66
(204,255,102)
#BAE85D
(186,232,93)
#A8D154
(168,209,84)
#96BA4B
(150,186,75)
#84A342
(132,163,66)
#728C39
(114,140,57)
#607530
(96,117,48)
#4E5E27
(78,94,39)
#3C471E
(60,71,30)
#2A3015
(42,48,21)
#18190C
(24,25,12)
#000000
(0,0,0)

Tints of #CCFF66

#CCFF66
(204,255,102)
#D0FF73
(208,255,115)
#D4FF80
(212,255,128)
#D8FF8D
(216,255,141)
#DCFF9A
(220,255,154)
#E0FFA7
(224,255,167)
#E4FFB4
(228,255,180)
#E8FFC1
(232,255,193)
#ECFFCE
(236,255,206)
#F0FFDB
(240,255,219)
#F4FFE8
(244,255,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFF66 color. Also use rgb(204,255,102) instead hex code.

Text Font Color

.myTextColor { color: #CCFF66; }

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

This text font color is #CCFF66.


Background Color

.myBgColor { background-color: #CCFF66; }

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

This div background color is #CCFF66.


Border color

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

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

This div border color is #CCFF66.


Opacity

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

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

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

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

This text has shadow with #CCFF66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCFF66 on black background.


Color preview on white background

This text has color #CCFF66 on white background.



Black color preview on #CCFF66 background

This text has black color on #CCFF66 background.


White color preview on #CCFF66 background

This text has white color on #CCFF66 background.