COLOR #C5E85C

HEX: #C5E85C
RGB: (197,232,92)

Renk bilgisi

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

RGB renk modeli

#C5E85C color RGB value is (197,232,92).

  • kırmız ton 197;
  • yeşil ton 232;
  • mavi ton 92.
RGB:
(197,232,92)
(77%,91%,36%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 232 of 255 = 91%
B 92 of 255 = 36%

197
232
92

R + G + B ~ 68%. #C5E85C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 232 + 92 = 521 (100%)
R 197 of 521 ~ 37.81%
G 232 of 521 ~ 44.53%
B 92 of 521 ~ 17.66%

%37.81
%44.53
%17.66

CMYK RENK MODELİ

#C5E85C rengi CMYK tonu (15,0,60,9).

  • camgöbeği tonu 15.09%
  • eflatun tonu 0.00%
  • sarı tonu 60.34%
  • ana renk tonu 9.02%
CMYK:
(15,0,60,9)
C15M0Y60K9 
(15%,0%,60%,9%)
(0.15/0.00/0.60/0.09)	

CMYK yüzdeleri

%15.09
%0
%60.34
%9.02

Codes

Color #C5E85C in popluar color models

C5E85C
RGB19723292
HSL75°75.27%63.53%
HSB/HSV75°60.34%90.98%
CMYK15.09%0.00%60.34%
9.02%

Color #C5E85C in popluar number systems.

HEXC5E85C
Decimal19723292
Binary11000101111010001011100
Octal305350134

Shades and tints

Shades of #C5E85C

#C5E85C
(197,232,92)
#B4D354
(180,211,84)
#A3BE4C
(163,190,76)
#92A944
(146,169,68)
#81943C
(129,148,60)
#707F34
(112,127,52)
#5F6A2C
(95,106,44)
#4E5524
(78,85,36)
#3D401C
(61,64,28)
#2C2B14
(44,43,20)
#1B160C
(27,22,12)
#000000
(0,0,0)

Tints of #C5E85C

#C5E85C
(197,232,92)
#CAEA6A
(202,234,106)
#CFEC78
(207,236,120)
#D4EE86
(212,238,134)
#D9F094
(217,240,148)
#DEF2A2
(222,242,162)
#E3F4B0
(227,244,176)
#E8F6BE
(232,246,190)
#EDF8CC
(237,248,204)
#F2FADA
(242,250,218)
#F7FCE8
(247,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E85C color. Also use rgb(197,232,92) instead hex code.

Text Font Color

.myTextColor { color: #C5E85C; }

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

This text font color is #C5E85C.


Background Color

.myBgColor { background-color: #C5E85C; }

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

This div background color is #C5E85C.


Border color

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

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

This div border color is #C5E85C.


Opacity

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

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

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

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

This text has shadow with #C5E85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E85C on black background.


Color preview on white background

This text has color #C5E85C on white background.



Black color preview on #C5E85C background

This text has black color on #C5E85C background.


White color preview on #C5E85C background

This text has white color on #C5E85C background.