COLOR #CBE479

HEX: #CBE479 RGB: (203,228,121)

Color info

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

RGB color model

#CBE479 color RGB value is (203,228,121).

RGB: (203,228,121) (80%, 89%, 47%)

RGB channels and saturation

R 203 of 255 = 80%
G 228 of 255 = 89%
B 121 of 255 = 47%

203
228
121

R + G + B ~ 72%. #CBE479 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 228 + 121 = 552 (100%)
R 203 of 552 ~ 36.78%
G 228 of 552 ~ 41.3%
B 121 of 552 ~ 21.92'%

%36.78
%41.3
%21.92

CMYK color model

#CBE479 color CMYK value is (11,0,47,11).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 46.93%
  • key color value is 10.59%

CMYK: (11,0,47,11)
C11M0Y47K11 (11%, 0%, 47%, 11%)
(0.11 / 0.00 / 0.47 / 0.11)

CMYK percentages

%10.96
%0
%46.93
%10.59

Codes

Color #CBE479 in popluar color models

CB E4 79
RGB 203 228 121
HSL 74° 66.46% 68.43%
HSB/HSV 74° 46.93% 89.41%
CMYK 10.96% 0.00% 46.93%
10.59%

Color #CBE479 in popluar number systems.

HEX CB E4 79
Decimal 203 228 121
Binary 11001011 11100100 1111001
Octal 313 344 171

Shades and tints

Shades of #CBE479

#CBE479
(203,228,121)
#B9D06E
(185,208,110)
#A7BC63
(167,188,99)
#95A858
(149,168,88)
#83944D
(131,148,77)
#718042
(113,128,66)
#5F6C37
(95,108,55)
#4D582C
(77,88,44)
#3B4421
(59,68,33)
#293016
(41,48,22)
#171C0B
(23,28,11)
#000000
(0,0,0)

Tints of #CBE479

#CBE479
(203,228,121)
#CFE685
(207,230,133)
#D3E891
(211,232,145)
#D7EA9D
(215,234,157)
#DBECA9
(219,236,169)
#DFEEB5
(223,238,181)
#E3F0C1
(227,240,193)
#E7F2CD
(231,242,205)
#EBF4D9
(235,244,217)
#EFF6E5
(239,246,229)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE479 color. Also use rgb(203,228,121) instead hex code.

Text Font Color

.myTextColor { color: #CBE479; }

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

This text font color is #CBE479.

Background Color

.myBgColor { background-color: #CBE479; }

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

This div background color is #CBE479.

Border color

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

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

This div border color is #CBE479.

Opacity

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

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

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

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

This text has shadow with #CBE479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBE479.

Preview

Color preview on black background

This text has color #CBE479 on black background.


Color preview on white background

This text has color #CBE479 on white background.


Black color preview on #CBE479 background

This text has black color on #CBE479 background.


White color preview on #CBE479 background

This text has white color on #CBE479 background.


Related colors

Complementary color

Complementary color for #hex is #341B86.


I love getcolorcode.com

Triadic colors

1 #79CBE4 and #E479CB with #CBE479 are triadic colors.

2 #79E4CB and #E4CB79 with #CBE479 are triadic colors.