COLOR #C6DF5A

HEX: #C6DF5A
RGB: (198,223,90)

Color info

#C6DF5A contains mainly red and green colors. Web safe color of #C6DF5A is #CCCC66 (or #CC6).

RGB color model

#C6DF5A color RGB value is (198,223,90).

  • red value is 198;
  • green value is 223;
  • blue value is 90.
RGB:
(198,223,90)
(78%,87%,35%)

RGB channels and saturation

R 198 of 255 = 78%
G 223 of 255 = 87%
B 90 of 255 = 35%

198
223
90

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

Portions of RGB colors in percentages

R + G + B =
198 + 223 + 90 = 511 (100%)
R 198 of 511 ~ 38.75%
G 223 of 511 ~ 43.64%
B 90 of 511 ~ 17.61%

%38.75
%43.64
%17.61

CMYK color model

#C6DF5A color CMYK value is (11,0,60,13).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 59.64%
  • key color value is 12.55%
CMYK:
(11,0,60,13)
C11M0Y60K13 
(11%,0%,60%,13%)
(0.11/0.00/0.60/0.13)	

CMYK percentages

%11.21
%0
%59.64
%12.55

Codes

Color #C6DF5A in popluar color models

C6DF5A
RGB19822390
HSL71°67.51%61.37%
HSB/HSV71°59.64%87.45%
CMYK11.21%0.00%59.64%
12.55%

Color #C6DF5A in popluar number systems.

HEXC6DF5A
Decimal19822390
Binary11000110110111111011010
Octal306337132

Shades and tints

Shades of #C6DF5A

#C6DF5A
(198,223,90)
#B4CB52
(180,203,82)
#A2B74A
(162,183,74)
#90A342
(144,163,66)
#7E8F3A
(126,143,58)
#6C7B32
(108,123,50)
#5A672A
(90,103,42)
#485322
(72,83,34)
#363F1A
(54,63,26)
#242B12
(36,43,18)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #C6DF5A

#C6DF5A
(198,223,90)
#CBE169
(203,225,105)
#D0E378
(208,227,120)
#D5E587
(213,229,135)
#DAE796
(218,231,150)
#DFE9A5
(223,233,165)
#E4EBB4
(228,235,180)
#E9EDC3
(233,237,195)
#EEEFD2
(238,239,210)
#F3F1E1
(243,241,225)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DF5A color. Also use rgb(198,223,90) instead hex code.

Text Font Color

.myTextColor { color: #C6DF5A; }

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

This text font color is #C6DF5A.


Background Color

.myBgColor { background-color: #C6DF5A; }

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

This div background color is #C6DF5A.


Border color

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

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

This div border color is #C6DF5A.


Opacity

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

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

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

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

This text has shadow with #C6DF5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DF5A on black background.


Color preview on white background

This text has color #C6DF5A on white background.



Black color preview on #C6DF5A background

This text has black color on #C6DF5A background.


White color preview on #C6DF5A background

This text has white color on #C6DF5A background.