COLOR #CEF947

HEX: #CEF947
RGB: (206,249,71)

Color info

#CEF947 contains mainly red and green colors. Web safe color of #CEF947 is #CCFF33 (or #CF3).

RGB color model

#CEF947 color RGB value is (206,249,71).

  • red value is 206;
  • green value is 249;
  • blue value is 71.
RGB:
(206,249,71)
(81%,98%,28%)

RGB channels and saturation

R 206 of 255 = 81%
G 249 of 255 = 98%
B 71 of 255 = 28%

206
249
71

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

Portions of RGB colors in percentages

R + G + B =
206 + 249 + 71 = 526 (100%)
R 206 of 526 ~ 39.16%
G 249 of 526 ~ 47.34%
B 71 of 526 ~ 13.5%

%39.16
%47.34
%13.5

CMYK color model

#CEF947 color CMYK value is (17,0,71,2).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 71.49%
  • key color value is 2.35%
CMYK:
(17,0,71,2)
C17M0Y71K2 
(17%,0%,71%,2%)
(0.17/0.00/0.71/0.02)	

CMYK percentages

%17.27
%0
%71.49
%2.35

Codes

Color #CEF947 in popluar color models

CEF947
RGB20624971
HSL74°93.68%62.75%
HSB/HSV74°71.49%97.65%
CMYK17.27%0.00%71.49%
2.35%

Color #CEF947 in popluar number systems.

HEXCEF947
Decimal20624971
Binary11001110111110011000111
Octal316371107

Shades and tints

Shades of #CEF947

#CEF947
(206,249,71)
#BCE341
(188,227,65)
#AACD3B
(170,205,59)
#98B735
(152,183,53)
#86A12F
(134,161,47)
#748B29
(116,139,41)
#627523
(98,117,35)
#505F1D
(80,95,29)
#3E4917
(62,73,23)
#2C3311
(44,51,17)
#1A1D0B
(26,29,11)
#000000
(0,0,0)

Tints of #CEF947

#CEF947
(206,249,71)
#D2F957
(210,249,87)
#D6F967
(214,249,103)
#DAF977
(218,249,119)
#DEF987
(222,249,135)
#E2F997
(226,249,151)
#E6F9A7
(230,249,167)
#EAF9B7
(234,249,183)
#EEF9C7
(238,249,199)
#F2F9D7
(242,249,215)
#F6F9E7
(246,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF947 color. Also use rgb(206,249,71) instead hex code.

Text Font Color

.myTextColor { color: #CEF947; }

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

This text font color is #CEF947.


Background Color

.myBgColor { background-color: #CEF947; }

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

This div background color is #CEF947.


Border color

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

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

This div border color is #CEF947.


Opacity

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

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

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

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

This text has shadow with #CEF947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF947 on black background.


Color preview on white background

This text has color #CEF947 on white background.



Black color preview on #CEF947 background

This text has black color on #CEF947 background.


White color preview on #CEF947 background

This text has white color on #CEF947 background.