COLOR #CEF37C

HEX: #CEF37C
RGB: (206,243,124)

Color info

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

RGB color model

#CEF37C color RGB value is (206,243,124).

  • red value is 206;
  • green value is 243;
  • blue value is 124.
RGB:
(206,243,124)
(81%,95%,49%)

RGB channels and saturation

R 206 of 255 = 81%
G 243 of 255 = 95%
B 124 of 255 = 49%

206
243
124

R + G + B ~ 75%. #CEF37C is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 243 + 124 = 573 (100%)
R 206 of 573 ~ 35.95%
G 243 of 573 ~ 42.41%
B 124 of 573 ~ 21.64%

%35.95
%42.41
%21.64

CMYK color model

#CEF37C color CMYK value is (15,0,49,5).

  • cyan value is 15.23%
  • magenta value is 0.00%
  • yellow value is 48.97%
  • key color value is 4.71%
CMYK:
(15,0,49,5)
C15M0Y49K5 
(15%,0%,49%,5%)
(0.15/0.00/0.49/0.05)	

CMYK percentages

%15.23
%0
%48.97
%4.71

Codes

Color #CEF37C in popluar color models

CEF37C
RGB206243124
HSL79°83.22%71.96%
HSB/HSV79°48.97%95.29%
CMYK15.23%0.00%48.97%
4.71%

Color #CEF37C in popluar number systems.

HEXCEF37C
Decimal206243124
Binary11001110111100111111100
Octal316363174

Shades and tints

Shades of #CEF37C

#CEF37C
(206,243,124)
#BCDD71
(188,221,113)
#AAC766
(170,199,102)
#98B15B
(152,177,91)
#869B50
(134,155,80)
#748545
(116,133,69)
#626F3A
(98,111,58)
#50592F
(80,89,47)
#3E4324
(62,67,36)
#2C2D19
(44,45,25)
#1A170E
(26,23,14)
#000000
(0,0,0)

Tints of #CEF37C

#CEF37C
(206,243,124)
#D2F487
(210,244,135)
#D6F592
(214,245,146)
#DAF69D
(218,246,157)
#DEF7A8
(222,247,168)
#E2F8B3
(226,248,179)
#E6F9BE
(230,249,190)
#EAFAC9
(234,250,201)
#EEFBD4
(238,251,212)
#F2FCDF
(242,252,223)
#F6FDEA
(246,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF37C color. Also use rgb(206,243,124) instead hex code.

Text Font Color

.myTextColor { color: #CEF37C; }

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

This text font color is #CEF37C.


Background Color

.myBgColor { background-color: #CEF37C; }

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

This div background color is #CEF37C.


Border color

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

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

This div border color is #CEF37C.


Opacity

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

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

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

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

This text has shadow with #CEF37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF37C on black background.


Color preview on white background

This text has color #CEF37C on white background.



Black color preview on #CEF37C background

This text has black color on #CEF37C background.


White color preview on #CEF37C background

This text has white color on #CEF37C background.