COLOR #7CC481

HEX: #7CC481
RGB: (124,196,129)

Renk bilgisi

#7CC481 contains mainly green color. #7CC481 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#7CC481 color RGB value is (124,196,129).

  • kırmız ton 124;
  • yeşil ton 196;
  • mavi ton 129.
RGB:
(124,196,129)
(49%,77%,51%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 196 of 255 = 77%
B 129 of 255 = 51%

124
196
129

R + G + B ~ 59%. #7CC481 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 196 + 129 = 449 (100%)
R 124 of 449 ~ 27.62%
G 196 of 449 ~ 43.65%
B 129 of 449 ~ 28.73%

%27.62
%43.65
%28.73

CMYK RENK MODELİ

#7CC481 rengi CMYK tonu (37,0,34,23).

  • camgöbeği tonu 36.73%
  • eflatun tonu 0.00%
  • sarı tonu 34.18%
  • ana renk tonu 23.14%
CMYK:
(37,0,34,23)
C37M0Y34K23 
(37%,0%,34%,23%)
(0.37/0.00/0.34/0.23)	

CMYK yüzdeleri

%36.73
%0
%34.18
%23.14

Codes

Color #7CC481 in popluar color models

7CC481
RGB124196129
HSL124°37.89%62.75%
HSB/HSV124°36.73%76.86%
CMYK36.73%0.00%34.18%
23.14%

Color #7CC481 in popluar number systems.

HEX7CC481
Decimal124196129
Binary11111001100010010000001
Octal174304201

Shades and tints

Shades of #7CC481

#7CC481
(124,196,129)
#71B376
(113,179,118)
#66A26B
(102,162,107)
#5B9160
(91,145,96)
#508055
(80,128,85)
#456F4A
(69,111,74)
#3A5E3F
(58,94,63)
#2F4D34
(47,77,52)
#243C29
(36,60,41)
#192B1E
(25,43,30)
#0E1A13
(14,26,19)
#000000
(0,0,0)

Tints of #7CC481

#7CC481
(124,196,129)
#87C98C
(135,201,140)
#92CE97
(146,206,151)
#9DD3A2
(157,211,162)
#A8D8AD
(168,216,173)
#B3DDB8
(179,221,184)
#BEE2C3
(190,226,195)
#C9E7CE
(201,231,206)
#D4ECD9
(212,236,217)
#DFF1E4
(223,241,228)
#EAF6EF
(234,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC481 color. Also use rgb(124,196,129) instead hex code.

Text Font Color

.myTextColor { color: #7CC481; }

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

This text font color is #7CC481.


Background Color

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

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

This div background color is #7CC481.


Border color

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

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

This div border color is #7CC481.


Opacity

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

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

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

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

This text has shadow with #7CC481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CC481 on black background.


Color preview on white background

This text has color #7CC481 on white background.



Black color preview on #7CC481 background

This text has black color on #7CC481 background.


White color preview on #7CC481 background

This text has white color on #7CC481 background.