COLOR #9DC74D

HEX: #9DC74D
RGB: (157,199,77)

Renk bilgisi

#9DC74D contains mainly red and green colors. #9DC74D ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#9DC74D color RGB value is (157,199,77).

  • kırmız ton 157;
  • yeşil ton 199;
  • mavi ton 77.
RGB:
(157,199,77)
(62%,78%,30%)

RGB bağlantıları ve doygunluk

R 157 of 255 = 62%
G 199 of 255 = 78%
B 77 of 255 = 30%

157
199
77

R + G + B ~ 57%. #9DC74D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
157 + 199 + 77 = 433 (100%)
R 157 of 433 ~ 36.26%
G 199 of 433 ~ 45.96%
B 77 of 433 ~ 17.78%

%36.26
%45.96
%17.78

CMYK RENK MODELİ

#9DC74D rengi CMYK tonu (21,0,61,22).

  • camgöbeği tonu 21.11%
  • eflatun tonu 0.00%
  • sarı tonu 61.31%
  • ana renk tonu 21.96%
CMYK:
(21,0,61,22)
C21M0Y61K22 
(21%,0%,61%,22%)
(0.21/0.00/0.61/0.22)	

CMYK yüzdeleri

%21.11
%0
%61.31
%21.96

Codes

Color #9DC74D in popluar color models

9DC74D
RGB15719977
HSL81°52.14%54.12%
HSB/HSV81°61.31%78.04%
CMYK21.11%0.00%61.31%
21.96%

Color #9DC74D in popluar number systems.

HEX9DC74D
Decimal15719977
Binary10011101110001111001101
Octal235307115

Shades and tints

Shades of #9DC74D

#9DC74D
(157,199,77)
#8FB546
(143,181,70)
#81A33F
(129,163,63)
#739138
(115,145,56)
#657F31
(101,127,49)
#576D2A
(87,109,42)
#495B23
(73,91,35)
#3B491C
(59,73,28)
#2D3715
(45,55,21)
#1F250E
(31,37,14)
#111307
(17,19,7)
#000000
(0,0,0)

Tints of #9DC74D

#9DC74D
(157,199,77)
#A5CC5D
(165,204,93)
#ADD16D
(173,209,109)
#B5D67D
(181,214,125)
#BDDB8D
(189,219,141)
#C5E09D
(197,224,157)
#CDE5AD
(205,229,173)
#D5EABD
(213,234,189)
#DDEFCD
(221,239,205)
#E5F4DD
(229,244,221)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC74D color. Also use rgb(157,199,77) instead hex code.

Text Font Color

.myTextColor { color: #9DC74D; }

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

This text font color is #9DC74D.


Background Color

.myBgColor { background-color: #9DC74D; }

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

This div background color is #9DC74D.


Border color

.myBorderColor { border: 1px solid #9DC74D; }

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

This div border color is #9DC74D.


Opacity

.myOpacity80 { color: #9DC74D; opacity: 0.8; }

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

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

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

This text has shadow with #9DC74D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC74D on black background.


Color preview on white background

This text has color #9DC74D on white background.



Black color preview on #9DC74D background

This text has black color on #9DC74D background.


White color preview on #9DC74D background

This text has white color on #9DC74D background.