COLOR #CFE76E

HEX: #CFE76E RGB: (207,231,110)

Color info

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

RGB color model

#CFE76E color RGB value is (207,231,110).

RGB: (207,231,110) (81%, 91%, 43%)

RGB channels and saturation

R 207 of 255 = 81%
G 231 of 255 = 91%
B 110 of 255 = 43%

207
231
110

R + G + B ~ 72%. #CFE76E is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 231 + 110 = 548 (100%)
R 207 of 548 ~ 37.77%
G 231 of 548 ~ 42.15%
B 110 of 548 ~ 20.07'%

%37.77
%42.15
%20.07

CMYK color model

#CFE76E color CMYK value is (10,0,52,9).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 9.41%

CMYK: (10,0,52,9)
C10M0Y52K9 (10%, 0%, 52%, 9%)
(0.10 / 0.00 / 0.52 / 0.09)

CMYK percentages

%10.39
%0
%52.38
%9.41

Codes

Color #CFE76E in popluar color models

CF E7 6E
RGB 207 231 110
HSL 72° 71.60% 66.86%
HSB/HSV 72° 52.38% 90.59%
CMYK 10.39% 0.00% 52.38%
9.41%

Color #CFE76E in popluar number systems.

HEX CF E7 6E
Decimal 207 231 110
Binary 11001111 11100111 1101110
Octal 317 347 156

Shades and tints

Shades of #CFE76E

#CFE76E
(207,231,110)
#BDD264
(189,210,100)
#ABBD5A
(171,189,90)
#99A850
(153,168,80)
#879346
(135,147,70)
#757E3C
(117,126,60)
#636932
(99,105,50)
#515428
(81,84,40)
#3F3F1E
(63,63,30)
#2D2A14
(45,42,20)
#1B150A
(27,21,10)
#000000
(0,0,0)

Tints of #CFE76E

#CFE76E
(207,231,110)
#D3E97B
(211,233,123)
#D7EB88
(215,235,136)
#DBED95
(219,237,149)
#DFEFA2
(223,239,162)
#E3F1AF
(227,241,175)
#E7F3BC
(231,243,188)
#EBF5C9
(235,245,201)
#EFF7D6
(239,247,214)
#F3F9E3
(243,249,227)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE76E; }

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

This text font color is #CFE76E.

Background Color

.myBgColor { background-color: #CFE76E; }

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

This div background color is #CFE76E.

Border color

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

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

This div border color is #CFE76E.

Opacity

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

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

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

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

This text has shadow with #CFE76E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE76E.

Preview

Color preview on black background

This text has color #CFE76E on black background.


Color preview on white background

This text has color #CFE76E on white background.


Black color preview on #CFE76E background

This text has black color on #CFE76E background.


White color preview on #CFE76E background

This text has white color on #CFE76E background.


Related colors

Complementary color

Complementary color for #hex is #301891.


I love getcolorcode.com

Triadic colors

1 #6ECFE7 and #E76ECF with #CFE76E are triadic colors.

2 #6EE7CF and #E7CF6E with #CFE76E are triadic colors.