COLOR #CEE55B

HEX: #CEE55B RGB: (206,229,91)

Color info

#CEE55B contains mainly red and green colors. Web safe color of #CEE55B is #CCCC66 (or #CC6).

RGB color model

#CEE55B color RGB value is (206,229,91).

RGB: (206,229,91) (81%, 90%, 36%)

RGB channels and saturation

R 206 of 255 = 81%
G 229 of 255 = 90%
B 91 of 255 = 36%

206
229
91

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

Portions of RGB colors in percentages

R + G + B = 206 + 229 + 91 = 526 (100%)
R 206 of 526 ~ 39.16%
G 229 of 526 ~ 43.54%
B 91 of 526 ~ 17.3'%

%39.16
%43.54
%17.3

CMYK color model

#CEE55B color CMYK value is (10,0,60,10).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 60.26%
  • key color value is 10.20%

CMYK: (10,0,60,10)
C10M0Y60K10 (10%, 0%, 60%, 10%)
(0.10 / 0.00 / 0.60 / 0.10)

CMYK percentages

%10.04
%0
%60.26
%10.2

Codes

Color #CEE55B in popluar color models

CE E5 5B
RGB 206 229 91
HSL 70° 72.63% 62.75%
HSB/HSV 70° 60.26% 89.80%
CMYK 10.04% 0.00% 60.26%
10.20%

Color #CEE55B in popluar number systems.

HEX CE E5 5B
Decimal 206 229 91
Binary 11001110 11100101 1011011
Octal 316 345 133

Shades and tints

Shades of #CEE55B

#CEE55B
(206,229,91)
#BCD153
(188,209,83)
#AABD4B
(170,189,75)
#98A943
(152,169,67)
#86953B
(134,149,59)
#748133
(116,129,51)
#626D2B
(98,109,43)
#505923
(80,89,35)
#3E451B
(62,69,27)
#2C3113
(44,49,19)
#1A1D0B
(26,29,11)
#000000
(0,0,0)

Tints of #CEE55B

#CEE55B
(206,229,91)
#D2E769
(210,231,105)
#D6E977
(214,233,119)
#DAEB85
(218,235,133)
#DEED93
(222,237,147)
#E2EFA1
(226,239,161)
#E6F1AF
(230,241,175)
#EAF3BD
(234,243,189)
#EEF5CB
(238,245,203)
#F2F7D9
(242,247,217)
#F6F9E7
(246,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE55B color. Also use rgb(206,229,91) instead hex code.

Text Font Color

.myTextColor { color: #CEE55B; }

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

This text font color is #CEE55B.

Background Color

.myBgColor { background-color: #CEE55B; }

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

This div background color is #CEE55B.

Border color

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

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

This div border color is #CEE55B.

Opacity

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

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

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

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

This text has shadow with #CEE55B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE55B.

Preview

Color preview on black background

This text has color #CEE55B on black background.


Color preview on white background

This text has color #CEE55B on white background.


Black color preview on #CEE55B background

This text has black color on #CEE55B background.


White color preview on #CEE55B background

This text has white color on #CEE55B background.


Related colors

Complementary color

Complementary color for #hex is #311AA4.


I love getcolorcode.com

Triadic colors

1 #5BCEE5 and #E55BCE with #CEE55B are triadic colors.

2 #5BE5CE and #E5CE5B with #CEE55B are triadic colors.