COLOR #CCE75F

HEX: #CCE75F
RGB: (204,231,95)

Renk bilgisi

#CCE75F contains mainly red and green colors. #CCE75F ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#CCE75F color RGB value is (204,231,95).

  • kırmız ton 204;
  • yeşil ton 231;
  • mavi ton 95.
RGB:
(204,231,95)
(80%,91%,37%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 231 of 255 = 91%
B 95 of 255 = 37%

204
231
95

R + G + B ~ 69%. #CCE75F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 231 + 95 = 530 (100%)
R 204 of 530 ~ 38.49%
G 231 of 530 ~ 43.58%
B 95 of 530 ~ 17.92%

%38.49
%43.58
%17.92

CMYK RENK MODELİ

#CCE75F rengi CMYK tonu (12,0,59,9).

  • camgöbeği tonu 11.69%
  • eflatun tonu 0.00%
  • sarı tonu 58.87%
  • ana renk tonu 9.41%
CMYK:
(12,0,59,9)
C12M0Y59K9 
(12%,0%,59%,9%)
(0.12/0.00/0.59/0.09)	

CMYK yüzdeleri

%11.69
%0
%58.87
%9.41

Codes

Color #CCE75F in popluar color models

CCE75F
RGB20423195
HSL72°73.91%63.92%
HSB/HSV72°58.87%90.59%
CMYK11.69%0.00%58.87%
9.41%

Color #CCE75F in popluar number systems.

HEXCCE75F
Decimal20423195
Binary11001100111001111011111
Octal314347137

Shades and tints

Shades of #CCE75F

#CCE75F
(204,231,95)
#BAD257
(186,210,87)
#A8BD4F
(168,189,79)
#96A847
(150,168,71)
#84933F
(132,147,63)
#727E37
(114,126,55)
#60692F
(96,105,47)
#4E5427
(78,84,39)
#3C3F1F
(60,63,31)
#2A2A17
(42,42,23)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #CCE75F

#CCE75F
(204,231,95)
#D0E96D
(208,233,109)
#D4EB7B
(212,235,123)
#D8ED89
(216,237,137)
#DCEF97
(220,239,151)
#E0F1A5
(224,241,165)
#E4F3B3
(228,243,179)
#E8F5C1
(232,245,193)
#ECF7CF
(236,247,207)
#F0F9DD
(240,249,221)
#F4FBEB
(244,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE75F color. Also use rgb(204,231,95) instead hex code.

Text Font Color

.myTextColor { color: #CCE75F; }

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

This text font color is #CCE75F.


Background Color

.myBgColor { background-color: #CCE75F; }

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

This div background color is #CCE75F.


Border color

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

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

This div border color is #CCE75F.


Opacity

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

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

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

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

This text has shadow with #CCE75F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE75F on black background.


Color preview on white background

This text has color #CCE75F on white background.



Black color preview on #CCE75F background

This text has black color on #CCE75F background.


White color preview on #CCE75F background

This text has white color on #CCE75F background.