COLOR #C6EB4D

HEX: #C6EB4D
RGB: (198,235,77)

Renk bilgisi

#C6EB4D contains mainly red and green colors. #C6EB4D ‘ nin web güvenlik rengi #CCFF33 (ya da #CF3) dir.

RGB renk modeli

#C6EB4D color RGB value is (198,235,77).

  • kırmız ton 198;
  • yeşil ton 235;
  • mavi ton 77.
RGB:
(198,235,77)
(78%,92%,30%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 235 of 255 = 92%
B 77 of 255 = 30%

198
235
77

R + G + B ~ 67%. #C6EB4D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 235 + 77 = 510 (100%)
R 198 of 510 ~ 38.82%
G 235 of 510 ~ 46.08%
B 77 of 510 ~ 15.1%

%38.82
%46.08
%15.1

CMYK RENK MODELİ

#C6EB4D rengi CMYK tonu (16,0,67,8).

  • camgöbeği tonu 15.74%
  • eflatun tonu 0.00%
  • sarı tonu 67.23%
  • ana renk tonu 7.84%
CMYK:
(16,0,67,8)
C16M0Y67K8 
(16%,0%,67%,8%)
(0.16/0.00/0.67/0.08)	

CMYK yüzdeleri

%15.74
%0
%67.23
%7.84

Codes

Color #C6EB4D in popluar color models

C6EB4D
RGB19823577
HSL74°79.80%61.18%
HSB/HSV74°67.23%92.16%
CMYK15.74%0.00%67.23%
7.84%

Color #C6EB4D in popluar number systems.

HEXC6EB4D
Decimal19823577
Binary11000110111010111001101
Octal306353115

Shades and tints

Shades of #C6EB4D

#C6EB4D
(198,235,77)
#B4D646
(180,214,70)
#A2C13F
(162,193,63)
#90AC38
(144,172,56)
#7E9731
(126,151,49)
#6C822A
(108,130,42)
#5A6D23
(90,109,35)
#48581C
(72,88,28)
#364315
(54,67,21)
#242E0E
(36,46,14)
#121907
(18,25,7)
#000000
(0,0,0)

Tints of #C6EB4D

#C6EB4D
(198,235,77)
#CBEC5D
(203,236,93)
#D0ED6D
(208,237,109)
#D5EE7D
(213,238,125)
#DAEF8D
(218,239,141)
#DFF09D
(223,240,157)
#E4F1AD
(228,241,173)
#E9F2BD
(233,242,189)
#EEF3CD
(238,243,205)
#F3F4DD
(243,244,221)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EB4D color. Also use rgb(198,235,77) instead hex code.

Text Font Color

.myTextColor { color: #C6EB4D; }

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

This text font color is #C6EB4D.


Background Color

.myBgColor { background-color: #C6EB4D; }

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

This div background color is #C6EB4D.


Border color

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

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

This div border color is #C6EB4D.


Opacity

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

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

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

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

This text has shadow with #C6EB4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EB4D on black background.


Color preview on white background

This text has color #C6EB4D on white background.



Black color preview on #C6EB4D background

This text has black color on #C6EB4D background.


White color preview on #C6EB4D background

This text has white color on #C6EB4D background.