COLOR #CFE95C

HEX: #CFE95C
RGB: (207,233,92)

Color info

#CFE95C contains mainly red and green colors. Web safe color of #CFE95C is #CCFF66 (or #CF6).

RGB color model

#CFE95C color RGB value is (207,233,92).

  • red value is 207;
  • green value is 233;
  • blue value is 92.
RGB:
(207,233,92)
(81%,91%,36%)

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 92 of 255 = 36%

207
233
92

R + G + B ~ 69%. #CFE95C is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 233 + 92 = 532 (100%)
R 207 of 532 ~ 38.91%
G 233 of 532 ~ 43.8%
B 92 of 532 ~ 17.29%

%38.91
%43.8
%17.29

CMYK color model

#CFE95C color CMYK value is (11,0,61,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 60.52%
  • key color value is 8.63%
CMYK:
(11,0,61,9)
C11M0Y61K9 
(11%,0%,61%,9%)
(0.11/0.00/0.61/0.09)	

CMYK percentages

%11.16
%0
%60.52
%8.63

Codes

Color #CFE95C in popluar color models

CFE95C
RGB20723392
HSL71°76.22%63.73%
HSB/HSV71°60.52%91.37%
CMYK11.16%0.00%60.52%
8.63%

Color #CFE95C in popluar number systems.

HEXCFE95C
Decimal20723392
Binary11001111111010011011100
Octal317351134

Shades and tints

Shades of #CFE95C

#CFE95C
(207,233,92)
#BDD454
(189,212,84)
#ABBF4C
(171,191,76)
#99AA44
(153,170,68)
#87953C
(135,149,60)
#758034
(117,128,52)
#636B2C
(99,107,44)
#515624
(81,86,36)
#3F411C
(63,65,28)
#2D2C14
(45,44,20)
#1B170C
(27,23,12)
#000000
(0,0,0)

Tints of #CFE95C

#CFE95C
(207,233,92)
#D3EB6A
(211,235,106)
#D7ED78
(215,237,120)
#DBEF86
(219,239,134)
#DFF194
(223,241,148)
#E3F3A2
(227,243,162)
#E7F5B0
(231,245,176)
#EBF7BE
(235,247,190)
#EFF9CC
(239,249,204)
#F3FBDA
(243,251,218)
#F7FDE8
(247,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE95C color. Also use rgb(207,233,92) instead hex code.

Text Font Color

.myTextColor { color: #CFE95C; }

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

This text font color is #CFE95C.


Background Color

.myBgColor { background-color: #CFE95C; }

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

This div background color is #CFE95C.


Border color

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

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

This div border color is #CFE95C.


Opacity

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

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

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

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

This text has shadow with #CFE95C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE95C on black background.


Color preview on white background

This text has color #CFE95C on white background.



Black color preview on #CFE95C background

This text has black color on #CFE95C background.


White color preview on #CFE95C background

This text has white color on #CFE95C background.