COLOR #C6D235

HEX: #C6D235
RGB: (198,210,53)

Renk bilgisi

#C6D235 contains mainly red and green colors. #C6D235 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#C6D235 color RGB value is (198,210,53).

  • kırmız ton 198;
  • yeşil ton 210;
  • mavi ton 53.
RGB:
(198,210,53)
(78%,82%,21%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 210 of 255 = 82%
B 53 of 255 = 21%

198
210
53

R + G + B ~ 60%. #C6D235 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 210 + 53 = 461 (100%)
R 198 of 461 ~ 42.95%
G 210 of 461 ~ 45.55%
B 53 of 461 ~ 11.5%

%42.95
%45.55
%11.5

CMYK RENK MODELİ

#C6D235 rengi CMYK tonu (6,0,75,18).

  • camgöbeği tonu 5.71%
  • eflatun tonu 0.00%
  • sarı tonu 74.76%
  • ana renk tonu 17.65%
CMYK:
(6,0,75,18)
C6M0Y75K18 
(6%,0%,75%,18%)
(0.06/0.00/0.75/0.18)	

CMYK yüzdeleri

%5.71
%0
%74.76
%17.65

Codes

Color #C6D235 in popluar color models

C6D235
RGB19821053
HSL65°63.56%51.57%
HSB/HSV65°74.76%82.35%
CMYK5.71%0.00%74.76%
17.65%

Color #C6D235 in popluar number systems.

HEXC6D235
Decimal19821053
Binary1100011011010010110101
Octal30632265

Shades and tints

Shades of #C6D235

#C6D235
(198,210,53)
#B4BF31
(180,191,49)
#A2AC2D
(162,172,45)
#909929
(144,153,41)
#7E8625
(126,134,37)
#6C7321
(108,115,33)
#5A601D
(90,96,29)
#484D19
(72,77,25)
#363A15
(54,58,21)
#242711
(36,39,17)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #C6D235

#C6D235
(198,210,53)
#CBD647
(203,214,71)
#D0DA59
(208,218,89)
#D5DE6B
(213,222,107)
#DAE27D
(218,226,125)
#DFE68F
(223,230,143)
#E4EAA1
(228,234,161)
#E9EEB3
(233,238,179)
#EEF2C5
(238,242,197)
#F3F6D7
(243,246,215)
#F8FAE9
(248,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D235 color. Also use rgb(198,210,53) instead hex code.

Text Font Color

.myTextColor { color: #C6D235; }

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

This text font color is #C6D235.


Background Color

.myBgColor { background-color: #C6D235; }

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

This div background color is #C6D235.


Border color

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

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

This div border color is #C6D235.


Opacity

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

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

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

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

This text has shadow with #C6D235 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D235 on black background.


Color preview on white background

This text has color #C6D235 on white background.



Black color preview on #C6D235 background

This text has black color on #C6D235 background.


White color preview on #C6D235 background

This text has white color on #C6D235 background.