COLOR #CCF380

HEX: #CCF380 RGB: (204,243,128)

Renk bilgisi

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

RGB renk modeli

#CCF380 color RGB value is (204,243,128).

RGB: (204,243,128) (80%, 95%, 50%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 243 of 255 = 95%
B 128 of 255 = 50%

204
243
128

R + G + B ~ 75%. #CCF380 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 243 + 128 = 575 (100%)
R 204 of 575 ~ 35.48%
G 243 of 575 ~ 42.26%
B 128 of 575 ~ 22.26'%

%35.48
%42.26
%22.26

CMYK RENK MODELİ

#CCF380 rengi CMYK tonu (16,0,47,5).

  • camgöbeği tonu 16.05%
  • eflatun tonu 0.00%
  • sarı tonu 47.33%
  • ana renk tonu 4.71%

CMYK: (16,0,47,5)
C16M0Y47K5 (16%, 0%, 47%, 5%)
(0.16 / 0.00 / 0.47 / 0.05)

CMYK yüzdeleri

%16.05
%0
%47.33
%4.71

Codes

Color #CCF380 in popluar color models

CC F3 80
RGB 204 243 128
HSL 80° 82.73% 72.75%
HSB/HSV 80° 47.33% 95.29%
CMYK 16.05% 0.00% 47.33%
4.71%

Color #CCF380 in popluar number systems.

HEX CC F3 80
Decimal 204 243 128
Binary 11001100 11110011 10000000
Octal 314 363 200

Shades and tints

Shades of #CCF380

#CCF380
(204,243,128)
#BADD75
(186,221,117)
#A8C76A
(168,199,106)
#96B15F
(150,177,95)
#849B54
(132,155,84)
#728549
(114,133,73)
#606F3E
(96,111,62)
#4E5933
(78,89,51)
#3C4328
(60,67,40)
#2A2D1D
(42,45,29)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #CCF380

#CCF380
(204,243,128)
#D0F48B
(208,244,139)
#D4F596
(212,245,150)
#D8F6A1
(216,246,161)
#DCF7AC
(220,247,172)
#E0F8B7
(224,248,183)
#E4F9C2
(228,249,194)
#E8FACD
(232,250,205)
#ECFBD8
(236,251,216)
#F0FCE3
(240,252,227)
#F4FDEE
(244,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF380 color. Also use rgb(204,243,128) instead hex code.

Text Font Color

.myTextColor { color: #CCF380; }

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

This text font color is #CCF380.

Background Color

.myBgColor { background-color: #CCF380; }

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

This div background color is #CCF380.

Border color

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

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

This div border color is #CCF380.

Opacity

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

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

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

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

This text has shadow with #CCF380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF380.

Preview

Color preview on black background

This text has color #CCF380 on black background.


Color preview on white background

This text has color #CCF380 on white background.


Black color preview on #CCF380 background

This text has black color on #CCF380 background.


White color preview on #CCF380 background

This text has white color on #CCF380 background.


Related colors

Complementary color

Complementary color for #hex is #330C7F.


I love getcolorcode.com

Triadic colors

1 #80CCF3 and #F380CC with #CCF380 are triadic colors.

2 #80F3CC and #F3CC80 with #CCF380 are triadic colors.