COLOR #C2EF93

HEX: #C2EF93
RGB: (194,239,147)

Renk bilgisi

#C2EF93 contains mainly red and green colors. #C2EF93 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#C2EF93 color RGB value is (194,239,147).

  • kırmız ton 194;
  • yeşil ton 239;
  • mavi ton 147.
RGB:
(194,239,147)
(76%,94%,58%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 239 of 255 = 94%
B 147 of 255 = 58%

194
239
147

R + G + B ~ 76%. #C2EF93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 239 + 147 = 580 (100%)
R 194 of 580 ~ 33.45%
G 239 of 580 ~ 41.21%
B 147 of 580 ~ 25.34%

%33.45
%41.21
%25.34

CMYK RENK MODELİ

#C2EF93 rengi CMYK tonu (19,0,38,6).

  • camgöbeği tonu 18.83%
  • eflatun tonu 0.00%
  • sarı tonu 38.49%
  • ana renk tonu 6.27%
CMYK:
(19,0,38,6)
C19M0Y38K6 
(19%,0%,38%,6%)
(0.19/0.00/0.38/0.06)	

CMYK yüzdeleri

%18.83
%0
%38.49
%6.27

Codes

Color #C2EF93 in popluar color models

C2EF93
RGB194239147
HSL89°74.19%75.69%
HSB/HSV89°38.49%93.73%
CMYK18.83%0.00%38.49%
6.27%

Color #C2EF93 in popluar number systems.

HEXC2EF93
Decimal194239147
Binary110000101110111110010011
Octal302357223

Shades and tints

Shades of #C2EF93

#C2EF93
(194,239,147)
#B1DA86
(177,218,134)
#A0C579
(160,197,121)
#8FB06C
(143,176,108)
#7E9B5F
(126,155,95)
#6D8652
(109,134,82)
#5C7145
(92,113,69)
#4B5C38
(75,92,56)
#3A472B
(58,71,43)
#29321E
(41,50,30)
#181D11
(24,29,17)
#000000
(0,0,0)

Tints of #C2EF93

#C2EF93
(194,239,147)
#C7F09C
(199,240,156)
#CCF1A5
(204,241,165)
#D1F2AE
(209,242,174)
#D6F3B7
(214,243,183)
#DBF4C0
(219,244,192)
#E0F5C9
(224,245,201)
#E5F6D2
(229,246,210)
#EAF7DB
(234,247,219)
#EFF8E4
(239,248,228)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EF93 color. Also use rgb(194,239,147) instead hex code.

Text Font Color

.myTextColor { color: #C2EF93; }

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

This text font color is #C2EF93.


Background Color

.myBgColor { background-color: #C2EF93; }

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

This div background color is #C2EF93.


Border color

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

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

This div border color is #C2EF93.


Opacity

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

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

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

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

This text has shadow with #C2EF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2EF93 on black background.


Color preview on white background

This text has color #C2EF93 on white background.



Black color preview on #C2EF93 background

This text has black color on #C2EF93 background.


White color preview on #C2EF93 background

This text has white color on #C2EF93 background.