COLOR #C4D370

HEX: #C4D370
RGB: (196,211,112)

Renk bilgisi

#C4D370 contains mainly red and green colors. #C4D370 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C4D370 color RGB value is (196,211,112).

  • kırmız ton 196;
  • yeşil ton 211;
  • mavi ton 112.
RGB:
(196,211,112)
(77%,83%,44%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 211 of 255 = 83%
B 112 of 255 = 44%

196
211
112

R + G + B ~ 68%. #C4D370 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 211 + 112 = 519 (100%)
R 196 of 519 ~ 37.76%
G 211 of 519 ~ 40.66%
B 112 of 519 ~ 21.58%

%37.76
%40.66
%21.58

CMYK RENK MODELİ

#C4D370 rengi CMYK tonu (7,0,47,17).

  • camgöbeği tonu 7.11%
  • eflatun tonu 0.00%
  • sarı tonu 46.92%
  • ana renk tonu 17.25%
CMYK:
(7,0,47,17)
C7M0Y47K17 
(7%,0%,47%,17%)
(0.07/0.00/0.47/0.17)	

CMYK yüzdeleri

%7.11
%0
%46.92
%17.25

Codes

Color #C4D370 in popluar color models

C4D370
RGB196211112
HSL69°52.94%63.33%
HSB/HSV69°46.92%82.75%
CMYK7.11%0.00%46.92%
17.25%

Color #C4D370 in popluar number systems.

HEXC4D370
Decimal196211112
Binary11000100110100111110000
Octal304323160

Shades and tints

Shades of #C4D370

#C4D370
(196,211,112)
#B3C066
(179,192,102)
#A2AD5C
(162,173,92)
#919A52
(145,154,82)
#808748
(128,135,72)
#6F743E
(111,116,62)
#5E6134
(94,97,52)
#4D4E2A
(77,78,42)
#3C3B20
(60,59,32)
#2B2816
(43,40,22)
#1A150C
(26,21,12)
#000000
(0,0,0)

Tints of #C4D370

#C4D370
(196,211,112)
#C9D77D
(201,215,125)
#CEDB8A
(206,219,138)
#D3DF97
(211,223,151)
#D8E3A4
(216,227,164)
#DDE7B1
(221,231,177)
#E2EBBE
(226,235,190)
#E7EFCB
(231,239,203)
#ECF3D8
(236,243,216)
#F1F7E5
(241,247,229)
#F6FBF2
(246,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D370 color. Also use rgb(196,211,112) instead hex code.

Text Font Color

.myTextColor { color: #C4D370; }

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

This text font color is #C4D370.


Background Color

.myBgColor { background-color: #C4D370; }

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

This div background color is #C4D370.


Border color

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

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

This div border color is #C4D370.


Opacity

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

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

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

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

This text has shadow with #C4D370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D370 on black background.


Color preview on white background

This text has color #C4D370 on white background.



Black color preview on #C4D370 background

This text has black color on #C4D370 background.


White color preview on #C4D370 background

This text has white color on #C4D370 background.