COLOR #C5E952

HEX: #C5E952
RGB: (197,233,82)

Renk bilgisi

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

RGB renk modeli

#C5E952 color RGB value is (197,233,82).

  • kırmız ton 197;
  • yeşil ton 233;
  • mavi ton 82.
RGB:
(197,233,82)
(77%,91%,32%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 233 of 255 = 91%
B 82 of 255 = 32%

197
233
82

R + G + B ~ 67%. #C5E952 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 233 + 82 = 512 (100%)
R 197 of 512 ~ 38.48%
G 233 of 512 ~ 45.51%
B 82 of 512 ~ 16.02%

%38.48
%45.51
%16.02

CMYK RENK MODELİ

#C5E952 rengi CMYK tonu (15,0,65,9).

  • camgöbeği tonu 15.45%
  • eflatun tonu 0.00%
  • sarı tonu 64.81%
  • ana renk tonu 8.63%
CMYK:
(15,0,65,9)
C15M0Y65K9 
(15%,0%,65%,9%)
(0.15/0.00/0.65/0.09)	

CMYK yüzdeleri

%15.45
%0
%64.81
%8.63

Codes

Color #C5E952 in popluar color models

C5E952
RGB19723382
HSL74°77.44%61.76%
HSB/HSV74°64.81%91.37%
CMYK15.45%0.00%64.81%
8.63%

Color #C5E952 in popluar number systems.

HEXC5E952
Decimal19723382
Binary11000101111010011010010
Octal305351122

Shades and tints

Shades of #C5E952

#C5E952
(197,233,82)
#B4D44B
(180,212,75)
#A3BF44
(163,191,68)
#92AA3D
(146,170,61)
#819536
(129,149,54)
#70802F
(112,128,47)
#5F6B28
(95,107,40)
#4E5621
(78,86,33)
#3D411A
(61,65,26)
#2C2C13
(44,44,19)
#1B170C
(27,23,12)
#000000
(0,0,0)

Tints of #C5E952

#C5E952
(197,233,82)
#CAEB61
(202,235,97)
#CFED70
(207,237,112)
#D4EF7F
(212,239,127)
#D9F18E
(217,241,142)
#DEF39D
(222,243,157)
#E3F5AC
(227,245,172)
#E8F7BB
(232,247,187)
#EDF9CA
(237,249,202)
#F2FBD9
(242,251,217)
#F7FDE8
(247,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E952 color. Also use rgb(197,233,82) instead hex code.

Text Font Color

.myTextColor { color: #C5E952; }

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

This text font color is #C5E952.


Background Color

.myBgColor { background-color: #C5E952; }

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

This div background color is #C5E952.


Border color

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

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

This div border color is #C5E952.


Opacity

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

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

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

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

This text has shadow with #C5E952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E952 on black background.


Color preview on white background

This text has color #C5E952 on white background.



Black color preview on #C5E952 background

This text has black color on #C5E952 background.


White color preview on #C5E952 background

This text has white color on #C5E952 background.