COLOR #CFEF70

HEX: #CFEF70
RGB: (207,239,112)

Color info

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

RGB color model

#CFEF70 color RGB value is (207,239,112).

  • red value is 207;
  • green value is 239;
  • blue value is 112.
RGB:
(207,239,112)
(81%,94%,44%)

RGB channels and saturation

R 207 of 255 = 81%
G 239 of 255 = 94%
B 112 of 255 = 44%

207
239
112

R + G + B ~ 73%. #CFEF70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 239 + 112 = 558 (100%)
R 207 of 558 ~ 37.1%
G 239 of 558 ~ 42.83%
B 112 of 558 ~ 20.07%

%37.1
%42.83
%20.07

CMYK color model

#CFEF70 color CMYK value is (13,0,53,6).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 53.14%
  • key color value is 6.27%
CMYK:
(13,0,53,6)
C13M0Y53K6 
(13%,0%,53%,6%)
(0.13/0.00/0.53/0.06)	

CMYK percentages

%13.39
%0
%53.14
%6.27

Codes

Color #CFEF70 in popluar color models

CFEF70
RGB207239112
HSL75°79.87%68.82%
HSB/HSV75°53.14%93.73%
CMYK13.39%0.00%53.14%
6.27%

Color #CFEF70 in popluar number systems.

HEXCFEF70
Decimal207239112
Binary11001111111011111110000
Octal317357160

Shades and tints

Shades of #CFEF70

#CFEF70
(207,239,112)
#BDDA66
(189,218,102)
#ABC55C
(171,197,92)
#99B052
(153,176,82)
#879B48
(135,155,72)
#75863E
(117,134,62)
#637134
(99,113,52)
#515C2A
(81,92,42)
#3F4720
(63,71,32)
#2D3216
(45,50,22)
#1B1D0C
(27,29,12)
#000000
(0,0,0)

Tints of #CFEF70

#CFEF70
(207,239,112)
#D3F07D
(211,240,125)
#D7F18A
(215,241,138)
#DBF297
(219,242,151)
#DFF3A4
(223,243,164)
#E3F4B1
(227,244,177)
#E7F5BE
(231,245,190)
#EBF6CB
(235,246,203)
#EFF7D8
(239,247,216)
#F3F8E5
(243,248,229)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFEF70 color. Also use rgb(207,239,112) instead hex code.

Text Font Color

.myTextColor { color: #CFEF70; }

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

This text font color is #CFEF70.


Background Color

.myBgColor { background-color: #CFEF70; }

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

This div background color is #CFEF70.


Border color

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

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

This div border color is #CFEF70.


Opacity

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

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

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

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

This text has shadow with #CFEF70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEF70 on black background.


Color preview on white background

This text has color #CFEF70 on white background.



Black color preview on #CFEF70 background

This text has black color on #CFEF70 background.


White color preview on #CFEF70 background

This text has white color on #CFEF70 background.