COLOR #CFE77F

HEX: #CFE77F
RGB: (207,231,127)

Color info

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

RGB color model

#CFE77F color RGB value is (207,231,127).

  • red value is 207;
  • green value is 231;
  • blue value is 127.
RGB:
(207,231,127)
(81%,91%,50%)

RGB channels and saturation

R 207 of 255 = 81%
G 231 of 255 = 91%
B 127 of 255 = 50%

207
231
127

R + G + B ~ 74%. #CFE77F is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 231 + 127 = 565 (100%)
R 207 of 565 ~ 36.64%
G 231 of 565 ~ 40.88%
B 127 of 565 ~ 22.48%

%36.64
%40.88
%22.48

CMYK color model

#CFE77F color CMYK value is (10,0,45,9).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 45.02%
  • key color value is 9.41%
CMYK:
(10,0,45,9)
C10M0Y45K9 
(10%,0%,45%,9%)
(0.10/0.00/0.45/0.09)	

CMYK percentages

%10.39
%0
%45.02
%9.41

Codes

Color #CFE77F in popluar color models

CFE77F
RGB207231127
HSL74°68.42%70.20%
HSB/HSV74°45.02%90.59%
CMYK10.39%0.00%45.02%
9.41%

Color #CFE77F in popluar number systems.

HEXCFE77F
Decimal207231127
Binary11001111111001111111111
Octal317347177

Shades and tints

Shades of #CFE77F

#CFE77F
(207,231,127)
#BDD274
(189,210,116)
#ABBD69
(171,189,105)
#99A85E
(153,168,94)
#879353
(135,147,83)
#757E48
(117,126,72)
#63693D
(99,105,61)
#515432
(81,84,50)
#3F3F27
(63,63,39)
#2D2A1C
(45,42,28)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #CFE77F

#CFE77F
(207,231,127)
#D3E98A
(211,233,138)
#D7EB95
(215,235,149)
#DBEDA0
(219,237,160)
#DFEFAB
(223,239,171)
#E3F1B6
(227,241,182)
#E7F3C1
(231,243,193)
#EBF5CC
(235,245,204)
#EFF7D7
(239,247,215)
#F3F9E2
(243,249,226)
#F7FBED
(247,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE77F color. Also use rgb(207,231,127) instead hex code.

Text Font Color

.myTextColor { color: #CFE77F; }

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

This text font color is #CFE77F.


Background Color

.myBgColor { background-color: #CFE77F; }

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

This div background color is #CFE77F.


Border color

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

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

This div border color is #CFE77F.


Opacity

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

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

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

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

This text has shadow with #CFE77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE77F on black background.


Color preview on white background

This text has color #CFE77F on white background.



Black color preview on #CFE77F background

This text has black color on #CFE77F background.


White color preview on #CFE77F background

This text has white color on #CFE77F background.