COLOR #C5FE83

HEX: #C5FE83 RGB: (197,254,131)

Color info

#C5FE83 contains mainly red and green colors. Web safe color of #C5FE83 is #CCFF99 (or #CF9).

RGB color model

#C5FE83 color RGB value is (197,254,131).

RGB: (197,254,131) (77%, 100%, 51%)

RGB channels and saturation

R 197 of 255 = 77%
G 254 of 255 = 100%
B 131 of 255 = 51%

197
254
131

R + G + B ~ 76%. #C5FE83 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 254 + 131 = 582 (100%)
R 197 of 582 ~ 33.85%
G 254 of 582 ~ 43.64%
B 131 of 582 ~ 22.51'%

%33.85
%43.64
%22.51

CMYK color model

#C5FE83 color CMYK value is (22,0,48,0).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 48.43%
  • key color value is 0.39%

CMYK: (22,0,48,0)
C22M0Y48K0 (22%, 0%, 48%, 0%)
(0.22 / 0.00 / 0.48 / 0.00)

CMYK percentages

%22.44
%0
%48.43
%0.39

Codes

Color #C5FE83 in popluar color models

C5 FE 83
RGB 197 254 131
HSL 88° 98.40% 75.49%
HSB/HSV 88° 48.43% 99.61%
CMYK 22.44% 0.00% 48.43%
0.39%

Color #C5FE83 in popluar number systems.

HEX C5 FE 83
Decimal 197 254 131
Binary 11000101 11111110 10000011
Octal 305 376 203

Shades and tints

Shades of #C5FE83

#C5FE83
(197,254,131)
#B4E778
(180,231,120)
#A3D06D
(163,208,109)
#92B962
(146,185,98)
#81A257
(129,162,87)
#708B4C
(112,139,76)
#5F7441
(95,116,65)
#4E5D36
(78,93,54)
#3D462B
(61,70,43)
#2C2F20
(44,47,32)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5FE83

#C5FE83
(197,254,131)
#CAFE8E
(202,254,142)
#CFFE99
(207,254,153)
#D4FEA4
(212,254,164)
#D9FEAF
(217,254,175)
#DEFEBA
(222,254,186)
#E3FEC5
(227,254,197)
#E8FED0
(232,254,208)
#EDFEDB
(237,254,219)
#F2FEE6
(242,254,230)
#F7FEF1
(247,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FE83 color. Also use rgb(197,254,131) instead hex code.

Text Font Color

.myTextColor { color: #C5FE83; }

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

This text font color is #C5FE83.

Background Color

.myBgColor { background-color: #C5FE83; }

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

This div background color is #C5FE83.

Border color

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

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

This div border color is #C5FE83.

Opacity

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

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

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

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

This text has shadow with #C5FE83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5FE83.

Preview

Color preview on black background

This text has color #C5FE83 on black background.


Color preview on white background

This text has color #C5FE83 on white background.


Black color preview on #C5FE83 background

This text has black color on #C5FE83 background.


White color preview on #C5FE83 background

This text has white color on #C5FE83 background.


Related colors

Complementary color

Complementary color for #hex is #3A017C.


I love getcolorcode.com

Triadic colors

1 #83C5FE and #FE83C5 with #C5FE83 are triadic colors.

2 #83FEC5 and #FEC583 with #C5FE83 are triadic colors.