COLOR #7CC395

HEX: #7CC395
RGB: (124,195,149)

Renk bilgisi

#7CC395 contains mainly green and blue colors. #7CC395 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7CC395 color RGB value is (124,195,149).

  • kırmız ton 124;
  • yeşil ton 195;
  • mavi ton 149.
RGB:
(124,195,149)
(49%,76%,58%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 195 of 255 = 76%
B 149 of 255 = 58%

124
195
149

R + G + B ~ 61%. #7CC395 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 195 + 149 = 468 (100%)
R 124 of 468 ~ 26.5%
G 195 of 468 ~ 41.67%
B 149 of 468 ~ 31.84%

%26.5
%41.67
%31.84

CMYK RENK MODELİ

#7CC395 rengi CMYK tonu (36,0,24,24).

  • camgöbeği tonu 36.41%
  • eflatun tonu 0.00%
  • sarı tonu 23.59%
  • ana renk tonu 23.53%
CMYK:
(36,0,24,24)
C36M0Y24K24 
(36%,0%,24%,24%)
(0.36/0.00/0.24/0.24)	

CMYK yüzdeleri

%36.41
%0
%23.59
%23.53

Codes

Color #7CC395 in popluar color models

7CC395
RGB124195149
HSL141°37.17%62.55%
HSB/HSV141°36.41%76.47%
CMYK36.41%0.00%23.59%
23.53%

Color #7CC395 in popluar number systems.

HEX7CC395
Decimal124195149
Binary11111001100001110010101
Octal174303225

Shades and tints

Shades of #7CC395

#7CC395
(124,195,149)
#71B288
(113,178,136)
#66A17B
(102,161,123)
#5B906E
(91,144,110)
#507F61
(80,127,97)
#456E54
(69,110,84)
#3A5D47
(58,93,71)
#2F4C3A
(47,76,58)
#243B2D
(36,59,45)
#192A20
(25,42,32)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #7CC395

#7CC395
(124,195,149)
#87C89E
(135,200,158)
#92CDA7
(146,205,167)
#9DD2B0
(157,210,176)
#A8D7B9
(168,215,185)
#B3DCC2
(179,220,194)
#BEE1CB
(190,225,203)
#C9E6D4
(201,230,212)
#D4EBDD
(212,235,221)
#DFF0E6
(223,240,230)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC395 color. Also use rgb(124,195,149) instead hex code.

Text Font Color

.myTextColor { color: #7CC395; }

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

This text font color is #7CC395.


Background Color

.myBgColor { background-color: #7CC395; }

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

This div background color is #7CC395.


Border color

.myBorderColor { border: 1px solid #7CC395; }

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

This div border color is #7CC395.


Opacity

.myOpacity80 { color: #7CC395; opacity: 0.8; }

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

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

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

This text has shadow with #7CC395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC395 on black background.


Color preview on white background

This text has color #7CC395 on white background.



Black color preview on #7CC395 background

This text has black color on #7CC395 background.


White color preview on #7CC395 background

This text has white color on #7CC395 background.