COLOR #76C24A

HEX: #76C24A
RGB: (118,194,74)

Renk bilgisi

#76C24A contains mainly green color. #76C24A ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#76C24A color RGB value is (118,194,74).

  • kırmız ton 118;
  • yeşil ton 194;
  • mavi ton 74.
RGB:
(118,194,74)
(46%,76%,29%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 194 of 255 = 76%
B 74 of 255 = 29%

118
194
74

R + G + B ~ 50%. #76C24A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 194 + 74 = 386 (100%)
R 118 of 386 ~ 30.57%
G 194 of 386 ~ 50.26%
B 74 of 386 ~ 19.17%

%30.57
%50.26
%19.17

CMYK RENK MODELİ

#76C24A rengi CMYK tonu (39,0,62,24).

  • camgöbeği tonu 39.18%
  • eflatun tonu 0.00%
  • sarı tonu 61.86%
  • ana renk tonu 23.92%
CMYK:
(39,0,62,24)
C39M0Y62K24 
(39%,0%,62%,24%)
(0.39/0.00/0.62/0.24)	

CMYK yüzdeleri

%39.18
%0
%61.86
%23.92

Codes

Color #76C24A in popluar color models

76C24A
RGB11819474
HSL98°49.59%52.55%
HSB/HSV98°61.86%76.08%
CMYK39.18%0.00%61.86%
23.92%

Color #76C24A in popluar number systems.

HEX76C24A
Decimal11819474
Binary1110110110000101001010
Octal166302112

Shades and tints

Shades of #76C24A

#76C24A
(118,194,74)
#6CB144
(108,177,68)
#62A03E
(98,160,62)
#588F38
(88,143,56)
#4E7E32
(78,126,50)
#446D2C
(68,109,44)
#3A5C26
(58,92,38)
#304B20
(48,75,32)
#263A1A
(38,58,26)
#1C2914
(28,41,20)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #76C24A

#76C24A
(118,194,74)
#82C75A
(130,199,90)
#8ECC6A
(142,204,106)
#9AD17A
(154,209,122)
#A6D68A
(166,214,138)
#B2DB9A
(178,219,154)
#BEE0AA
(190,224,170)
#CAE5BA
(202,229,186)
#D6EACA
(214,234,202)
#E2EFDA
(226,239,218)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C24A color. Also use rgb(118,194,74) instead hex code.

Text Font Color

.myTextColor { color: #76C24A; }

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

This text font color is #76C24A.


Background Color

.myBgColor { background-color: #76C24A; }

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

This div background color is #76C24A.


Border color

.myBorderColor { border: 1px solid #76C24A; }

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

This div border color is #76C24A.


Opacity

.myOpacity80 { color: #76C24A; opacity: 0.8; }

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

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

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

This text has shadow with #76C24A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C24A on black background.


Color preview on white background

This text has color #76C24A on white background.



Black color preview on #76C24A background

This text has black color on #76C24A background.


White color preview on #76C24A background

This text has white color on #76C24A background.