COLOR #C5E382

HEX: #C5E382
RGB: (197,227,130)

Renk bilgisi

#C5E382 contains mainly red and green colors. #C5E382 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C5E382 color RGB value is (197,227,130).

  • kırmız ton 197;
  • yeşil ton 227;
  • mavi ton 130.
RGB:
(197,227,130)
(77%,89%,51%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 227 of 255 = 89%
B 130 of 255 = 51%

197
227
130

R + G + B ~ 72%. #C5E382 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 227 + 130 = 554 (100%)
R 197 of 554 ~ 35.56%
G 227 of 554 ~ 40.97%
B 130 of 554 ~ 23.47%

%35.56
%40.97
%23.47

CMYK RENK MODELİ

#C5E382 rengi CMYK tonu (13,0,43,11).

  • camgöbeği tonu 13.22%
  • eflatun tonu 0.00%
  • sarı tonu 42.73%
  • ana renk tonu 10.98%
CMYK:
(13,0,43,11)
C13M0Y43K11 
(13%,0%,43%,11%)
(0.13/0.00/0.43/0.11)	

CMYK yüzdeleri

%13.22
%0
%42.73
%10.98

Codes

Color #C5E382 in popluar color models

C5E382
RGB197227130
HSL79°63.40%70.00%
HSB/HSV79°42.73%89.02%
CMYK13.22%0.00%42.73%
10.98%

Color #C5E382 in popluar number systems.

HEXC5E382
Decimal197227130
Binary110001011110001110000010
Octal305343202

Shades and tints

Shades of #C5E382

#C5E382
(197,227,130)
#B4CF77
(180,207,119)
#A3BB6C
(163,187,108)
#92A761
(146,167,97)
#819356
(129,147,86)
#707F4B
(112,127,75)
#5F6B40
(95,107,64)
#4E5735
(78,87,53)
#3D432A
(61,67,42)
#2C2F1F
(44,47,31)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #C5E382

#C5E382
(197,227,130)
#CAE58D
(202,229,141)
#CFE798
(207,231,152)
#D4E9A3
(212,233,163)
#D9EBAE
(217,235,174)
#DEEDB9
(222,237,185)
#E3EFC4
(227,239,196)
#E8F1CF
(232,241,207)
#EDF3DA
(237,243,218)
#F2F5E5
(242,245,229)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E382 color. Also use rgb(197,227,130) instead hex code.

Text Font Color

.myTextColor { color: #C5E382; }

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

This text font color is #C5E382.


Background Color

.myBgColor { background-color: #C5E382; }

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

This div background color is #C5E382.


Border color

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

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

This div border color is #C5E382.


Opacity

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

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

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

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

This text has shadow with #C5E382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E382 on black background.


Color preview on white background

This text has color #C5E382 on white background.



Black color preview on #C5E382 background

This text has black color on #C5E382 background.


White color preview on #C5E382 background

This text has white color on #C5E382 background.