COLOR #CFED62

HEX: #CFED62
RGB: (207,237,98)

Color info

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

RGB color model

#CFED62 color RGB value is (207,237,98).

  • red value is 207;
  • green value is 237;
  • blue value is 98.
RGB:
(207,237,98)
(81%,93%,38%)

RGB channels and saturation

R 207 of 255 = 81%
G 237 of 255 = 93%
B 98 of 255 = 38%

207
237
98

R + G + B ~ 71%. #CFED62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 237 + 98 = 542 (100%)
R 207 of 542 ~ 38.19%
G 237 of 542 ~ 43.73%
B 98 of 542 ~ 18.08%

%38.19
%43.73
%18.08

CMYK color model

#CFED62 color CMYK value is (13,0,59,7).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 58.65%
  • key color value is 7.06%
CMYK:
(13,0,59,7)
C13M0Y59K7 
(13%,0%,59%,7%)
(0.13/0.00/0.59/0.07)	

CMYK percentages

%12.66
%0
%58.65
%7.06

Codes

Color #CFED62 in popluar color models

CFED62
RGB20723798
HSL73°79.43%65.69%
HSB/HSV73°58.65%92.94%
CMYK12.66%0.00%58.65%
7.06%

Color #CFED62 in popluar number systems.

HEXCFED62
Decimal20723798
Binary11001111111011011100010
Octal317355142

Shades and tints

Shades of #CFED62

#CFED62
(207,237,98)
#BDD85A
(189,216,90)
#ABC352
(171,195,82)
#99AE4A
(153,174,74)
#879942
(135,153,66)
#75843A
(117,132,58)
#636F32
(99,111,50)
#515A2A
(81,90,42)
#3F4522
(63,69,34)
#2D301A
(45,48,26)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #CFED62

#CFED62
(207,237,98)
#D3EE70
(211,238,112)
#D7EF7E
(215,239,126)
#DBF08C
(219,240,140)
#DFF19A
(223,241,154)
#E3F2A8
(227,242,168)
#E7F3B6
(231,243,182)
#EBF4C4
(235,244,196)
#EFF5D2
(239,245,210)
#F3F6E0
(243,246,224)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFED62 color. Also use rgb(207,237,98) instead hex code.

Text Font Color

.myTextColor { color: #CFED62; }

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

This text font color is #CFED62.


Background Color

.myBgColor { background-color: #CFED62; }

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

This div background color is #CFED62.


Border color

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

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

This div border color is #CFED62.


Opacity

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

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

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

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

This text has shadow with #CFED62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFED62 on black background.


Color preview on white background

This text has color #CFED62 on white background.



Black color preview on #CFED62 background

This text has black color on #CFED62 background.


White color preview on #CFED62 background

This text has white color on #CFED62 background.