COLOR #C7F295

HEX: #C7F295
RGB: (199,242,149)

Renk bilgisi

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

RGB renk modeli

#C7F295 color RGB value is (199,242,149).

  • kırmız ton 199;
  • yeşil ton 242;
  • mavi ton 149.
RGB:
(199,242,149)
(78%,95%,58%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 242 of 255 = 95%
B 149 of 255 = 58%

199
242
149

R + G + B ~ 77%. #C7F295 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 242 + 149 = 590 (100%)
R 199 of 590 ~ 33.73%
G 242 of 590 ~ 41.02%
B 149 of 590 ~ 25.25%

%33.73
%41.02
%25.25

CMYK RENK MODELİ

#C7F295 rengi CMYK tonu (18,0,38,5).

  • camgöbeği tonu 17.77%
  • eflatun tonu 0.00%
  • sarı tonu 38.43%
  • ana renk tonu 5.10%
CMYK:
(18,0,38,5)
C18M0Y38K5 
(18%,0%,38%,5%)
(0.18/0.00/0.38/0.05)	

CMYK yüzdeleri

%17.77
%0
%38.43
%5.1

Codes

Color #C7F295 in popluar color models

C7F295
RGB199242149
HSL88°78.15%76.67%
HSB/HSV88°38.43%94.90%
CMYK17.77%0.00%38.43%
5.10%

Color #C7F295 in popluar number systems.

HEXC7F295
Decimal199242149
Binary110001111111001010010101
Octal307362225

Shades and tints

Shades of #C7F295

#C7F295
(199,242,149)
#B5DC88
(181,220,136)
#A3C67B
(163,198,123)
#91B06E
(145,176,110)
#7F9A61
(127,154,97)
#6D8454
(109,132,84)
#5B6E47
(91,110,71)
#49583A
(73,88,58)
#37422D
(55,66,45)
#252C20
(37,44,32)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #C7F295

#C7F295
(199,242,149)
#CCF39E
(204,243,158)
#D1F4A7
(209,244,167)
#D6F5B0
(214,245,176)
#DBF6B9
(219,246,185)
#E0F7C2
(224,247,194)
#E5F8CB
(229,248,203)
#EAF9D4
(234,249,212)
#EFFADD
(239,250,221)
#F4FBE6
(244,251,230)
#F9FCEF
(249,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F295 color. Also use rgb(199,242,149) instead hex code.

Text Font Color

.myTextColor { color: #C7F295; }

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

This text font color is #C7F295.


Background Color

.myBgColor { background-color: #C7F295; }

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

This div background color is #C7F295.


Border color

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

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

This div border color is #C7F295.


Opacity

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

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

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

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

This text has shadow with #C7F295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7F295 on black background.


Color preview on white background

This text has color #C7F295 on white background.



Black color preview on #C7F295 background

This text has black color on #C7F295 background.


White color preview on #C7F295 background

This text has white color on #C7F295 background.