COLOR #CEF573

HEX: #CEF573
RGB: (206,245,115)

Color info

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

RGB color model

#CEF573 color RGB value is (206,245,115).

  • red value is 206;
  • green value is 245;
  • blue value is 115.
RGB: (206,245,115) (81%,96%,45%)

RGB channels and saturation

R 206 of 255 = 81%
G 245 of 255 = 96%
B 115 of 255 = 45%

206
245
115

R + G + B ~ 74%. #CEF573 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 245 + 115 = 566 (100%)
R 206 of 566 ~ 36.4%
G 245 of 566 ~ 43.29%
B 115 of 566 ~ 20.32%

%36.4
%43.29
%20.32

CMYK color model

#CEF573 color CMYK value is (16,0,53,4).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 53.06%
  • key color value is 3.92%
CMYK: (16,0,53,4) C16M0Y53K4 (16%,0%,53%,4%) (0.16/0.00/0.53/0.04)

CMYK percentages

%15.92
%0
%53.06
%3.92

Codes

Color #CEF573 in popluar color models

CEF573
RGB206245115
HSL78°86.67%70.59%
HSB/HSV78°53.06%96.08%
CMYK15.92%0.00%53.06%
3.92%

Color #CEF573 in popluar number systems.

HEXCEF573
Decimal206245115
Binary11001110111101011110011
Octal316365163

Shades and tints

Shades of #CEF573

#CEF573
(206,245,115)
#BCDF69
(188,223,105)
#AAC95F
(170,201,95)
#98B355
(152,179,85)
#869D4B
(134,157,75)
#748741
(116,135,65)
#627137
(98,113,55)
#505B2D
(80,91,45)
#3E4523
(62,69,35)
#2C2F19
(44,47,25)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #CEF573

#CEF573
(206,245,115)
#D2F57F
(210,245,127)
#D6F58B
(214,245,139)
#DAF597
(218,245,151)
#DEF5A3
(222,245,163)
#E2F5AF
(226,245,175)
#E6F5BB
(230,245,187)
#EAF5C7
(234,245,199)
#EEF5D3
(238,245,211)
#F2F5DF
(242,245,223)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF573 color. Also use rgb(206,245,115) instead hex code.

Text Font Color

.myTextColor { color: #CEF573; }

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

This text font color is #CEF573.


Background Color

.myBgColor { background-color: #CEF573; }

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

This div background color is #CEF573.


Border color

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

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

This div border color is #CEF573.


Opacity

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

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

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

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

This text has shadow with #CEF573 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #CEF573 on black background.


Color preview on white background

This text has color #CEF573 on white background.



Black color preview on #CEF573 background

This text has black color on #CEF573 background.


White color preview on #CEF573 background

This text has white color on #CEF573 background.