COLOR #C5FF85

HEX: #C5FF85
RGB: (197,255,133)

Color info

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

RGB color model

#C5FF85 color RGB value is (197,255,133).

  • red value is 197;
  • green value is 255;
  • blue value is 133.
RGB:
(197,255,133)
(77%,100%,52%)

RGB channels and saturation

R 197 of 255 = 77%
G 255 of 255 = 100%
B 133 of 255 = 52%

197
255
133

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

Portions of RGB colors in percentages

R + G + B =
197 + 255 + 133 = 585 (100%)
R 197 of 585 ~ 33.68%
G 255 of 585 ~ 43.59%
B 133 of 585 ~ 22.74%

%33.68
%43.59
%22.74

CMYK color model

#C5FF85 color CMYK value is (23,0,48,0).

  • cyan value is 22.75%
  • magenta value is 0.00%
  • yellow value is 47.84%
  • key color value is 0.00%
CMYK:
(23,0,48,0)
C23M0Y48K0 
(23%,0%,48%,0%)
(0.23/0.00/0.48/0.00)	

CMYK percentages

%22.75
%0
%47.84
%0

Codes

Color #C5FF85 in popluar color models

C5FF85
RGB197255133
HSL89°100.00%76.08%
HSB/HSV89°47.84%100.00%
CMYK22.75%0.00%47.84%
0.00%

Color #C5FF85 in popluar number systems.

HEXC5FF85
Decimal197255133
Binary110001011111111110000101
Octal305377205

Shades and tints

Shades of #C5FF85

#C5FF85
(197,255,133)
#B4E879
(180,232,121)
#A3D16D
(163,209,109)
#92BA61
(146,186,97)
#81A355
(129,163,85)
#708C49
(112,140,73)
#5F753D
(95,117,61)
#4E5E31
(78,94,49)
#3D4725
(61,71,37)
#2C3019
(44,48,25)
#1B190D
(27,25,13)
#000000
(0,0,0)

Tints of #C5FF85

#C5FF85
(197,255,133)
#CAFF90
(202,255,144)
#CFFF9B
(207,255,155)
#D4FFA6
(212,255,166)
#D9FFB1
(217,255,177)
#DEFFBC
(222,255,188)
#E3FFC7
(227,255,199)
#E8FFD2
(232,255,210)
#EDFFDD
(237,255,221)
#F2FFE8
(242,255,232)
#F7FFF3
(247,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5FF85 color. Also use rgb(197,255,133) instead hex code.

Text Font Color

.myTextColor { color: #C5FF85; }

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

This text font color is #C5FF85.


Background Color

.myBgColor { background-color: #C5FF85; }

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

This div background color is #C5FF85.


Border color

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

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

This div border color is #C5FF85.


Opacity

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

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

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

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

This text has shadow with #C5FF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5FF85 on black background.


Color preview on white background

This text has color #C5FF85 on white background.



Black color preview on #C5FF85 background

This text has black color on #C5FF85 background.


White color preview on #C5FF85 background

This text has white color on #C5FF85 background.