COLOR #95FFCD

HEX: #95FFCD RGB: (149,255,205)

Color info

#95FFCD contains mainly green and blue colors. Web safe color of #95FFCD is #99FFCC (or #9FC).

RGB color model

#95FFCD color RGB value is (149,255,205).

RGB: (149,255,205) (58%, 100%, 80%)

RGB channels and saturation

R 149 of 255 = 58%
G 255 of 255 = 100%
B 205 of 255 = 80%

149
255
205

R + G + B ~ 79%. #95FFCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 255 + 205 = 609 (100%)
R 149 of 609 ~ 24.47%
G 255 of 609 ~ 41.87%
B 205 of 609 ~ 33.66'%

%24.47
%41.87
%33.66

CMYK color model

#95FFCD color CMYK value is (42,0,20,0).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 0.00%

CMYK: (42,0,20,0)
C42M0Y20K0 (42%, 0%, 20%, 0%)
(0.42 / 0.00 / 0.20 / 0.00)

CMYK percentages

%41.57
%0
%19.61
%0

Codes

Color #95FFCD in popluar color models

95 FF CD
RGB 149 255 205
HSL 152° 100.00% 79.22%
HSB/HSV 152° 41.57% 100.00%
CMYK 41.57% 0.00% 19.61%
0.00%

Color #95FFCD in popluar number systems.

HEX 95 FF CD
Decimal 149 255 205
Binary 10010101 11111111 11001101
Octal 225 377 315

Shades and tints

Shades of #95FFCD

#95FFCD
(149,255,205)
#88E8BB
(136,232,187)
#7BD1A9
(123,209,169)
#6EBA97
(110,186,151)
#61A385
(97,163,133)
#548C73
(84,140,115)
#477561
(71,117,97)
#3A5E4F
(58,94,79)
#2D473D
(45,71,61)
#20302B
(32,48,43)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #95FFCD

#95FFCD
(149,255,205)
#9EFFD1
(158,255,209)
#A7FFD5
(167,255,213)
#B0FFD9
(176,255,217)
#B9FFDD
(185,255,221)
#C2FFE1
(194,255,225)
#CBFFE5
(203,255,229)
#D4FFE9
(212,255,233)
#DDFFED
(221,255,237)
#E6FFF1
(230,255,241)
#EFFFF5
(239,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95FFCD color. Also use rgb(149,255,205) instead hex code.

Text Font Color

.myTextColor { color: #95FFCD; }

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

This text font color is #95FFCD.

Background Color

.myBgColor { background-color: #95FFCD; }

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

This div background color is #95FFCD.

Border color

.myBorderColor { border: 1px solid #95FFCD; }

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

This div border color is #95FFCD.

Opacity

.myOpacity80 { color: #95FFCD; opacity: 0.8; }

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

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

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

This text has shadow with #95FFCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95FFCD.

Preview

Color preview on black background

This text has color #95FFCD on black background.


Color preview on white background

This text has color #95FFCD on white background.


Black color preview on #95FFCD background

This text has black color on #95FFCD background.


White color preview on #95FFCD background

This text has white color on #95FFCD background.


Related colors

Complementary color

Complementary color for #hex is #6A0032.


I love getcolorcode.com

Triadic colors

1 #CD95FF and #FFCD95 with #95FFCD are triadic colors.

2 #CDFF95 and #FF95CD with #95FFCD are triadic colors.