COLOR #C3E475

HEX: #C3E475
RGB: (195,228,117)

Renk bilgisi

#C3E475 contains mainly red and green colors. #C3E475 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C3E475 color RGB value is (195,228,117).

  • kırmız ton 195;
  • yeşil ton 228;
  • mavi ton 117.
RGB:
(195,228,117)
(76%,89%,46%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 228 of 255 = 89%
B 117 of 255 = 46%

195
228
117

R + G + B ~ 70%. #C3E475 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 228 + 117 = 540 (100%)
R 195 of 540 ~ 36.11%
G 228 of 540 ~ 42.22%
B 117 of 540 ~ 21.67%

%36.11
%42.22
%21.67

CMYK RENK MODELİ

#C3E475 rengi CMYK tonu (14,0,49,11).

  • camgöbeği tonu 14.47%
  • eflatun tonu 0.00%
  • sarı tonu 48.68%
  • ana renk tonu 10.59%
CMYK:
(14,0,49,11)
C14M0Y49K11 
(14%,0%,49%,11%)
(0.14/0.00/0.49/0.11)	

CMYK yüzdeleri

%14.47
%0
%48.68
%10.59

Codes

Color #C3E475 in popluar color models

C3E475
RGB195228117
HSL78°67.27%67.65%
HSB/HSV78°48.68%89.41%
CMYK14.47%0.00%48.68%
10.59%

Color #C3E475 in popluar number systems.

HEXC3E475
Decimal195228117
Binary11000011111001001110101
Octal303344165

Shades and tints

Shades of #C3E475

#C3E475
(195,228,117)
#B2D06B
(178,208,107)
#A1BC61
(161,188,97)
#90A857
(144,168,87)
#7F944D
(127,148,77)
#6E8043
(110,128,67)
#5D6C39
(93,108,57)
#4C582F
(76,88,47)
#3B4425
(59,68,37)
#2A301B
(42,48,27)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #C3E475

#C3E475
(195,228,117)
#C8E681
(200,230,129)
#CDE88D
(205,232,141)
#D2EA99
(210,234,153)
#D7ECA5
(215,236,165)
#DCEEB1
(220,238,177)
#E1F0BD
(225,240,189)
#E6F2C9
(230,242,201)
#EBF4D5
(235,244,213)
#F0F6E1
(240,246,225)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E475 color. Also use rgb(195,228,117) instead hex code.

Text Font Color

.myTextColor { color: #C3E475; }

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

This text font color is #C3E475.


Background Color

.myBgColor { background-color: #C3E475; }

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

This div background color is #C3E475.


Border color

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

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

This div border color is #C3E475.


Opacity

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

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

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

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

This text has shadow with #C3E475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E475 on black background.


Color preview on white background

This text has color #C3E475 on white background.



Black color preview on #C3E475 background

This text has black color on #C3E475 background.


White color preview on #C3E475 background

This text has white color on #C3E475 background.