COLOR #C1F388

HEX: #C1F388
RGB: (193,243,136)

Color info

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

RGB color model

#C1F388 color RGB value is (193,243,136).

  • red value is 193;
  • green value is 243;
  • blue value is 136.
RGB:
(193,243,136)
(76%,95%,53%)

RGB channels and saturation

R 193 of 255 = 76%
G 243 of 255 = 95%
B 136 of 255 = 53%

193
243
136

R + G + B ~ 75%. #C1F388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 243 + 136 = 572 (100%)
R 193 of 572 ~ 33.74%
G 243 of 572 ~ 42.48%
B 136 of 572 ~ 23.78%

%33.74
%42.48
%23.78

CMYK color model

#C1F388 color CMYK value is (21,0,44,5).

  • cyan value is 20.58%
  • magenta value is 0.00%
  • yellow value is 44.03%
  • key color value is 4.71%
CMYK:
(21,0,44,5)
C21M0Y44K5 
(21%,0%,44%,5%)
(0.21/0.00/0.44/0.05)	

CMYK percentages

%20.58
%0
%44.03
%4.71

Codes

Color #C1F388 in popluar color models

C1F388
RGB193243136
HSL88°81.68%74.31%
HSB/HSV88°44.03%95.29%
CMYK20.58%0.00%44.03%
4.71%

Color #C1F388 in popluar number systems.

HEXC1F388
Decimal193243136
Binary110000011111001110001000
Octal301363210

Shades and tints

Shades of #C1F388

#C1F388
(193,243,136)
#B0DD7C
(176,221,124)
#9FC770
(159,199,112)
#8EB164
(142,177,100)
#7D9B58
(125,155,88)
#6C854C
(108,133,76)
#5B6F40
(91,111,64)
#4A5934
(74,89,52)
#394328
(57,67,40)
#282D1C
(40,45,28)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #C1F388

#C1F388
(193,243,136)
#C6F492
(198,244,146)
#CBF59C
(203,245,156)
#D0F6A6
(208,246,166)
#D5F7B0
(213,247,176)
#DAF8BA
(218,248,186)
#DFF9C4
(223,249,196)
#E4FACE
(228,250,206)
#E9FBD8
(233,251,216)
#EEFCE2
(238,252,226)
#F3FDEC
(243,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1F388 color. Also use rgb(193,243,136) instead hex code.

Text Font Color

.myTextColor { color: #C1F388; }

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

This text font color is #C1F388.


Background Color

.myBgColor { background-color: #C1F388; }

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

This div background color is #C1F388.


Border color

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

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

This div border color is #C1F388.


Opacity

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

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

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

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

This text has shadow with #C1F388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1F388 on black background.


Color preview on white background

This text has color #C1F388 on white background.



Black color preview on #C1F388 background

This text has black color on #C1F388 background.


White color preview on #C1F388 background

This text has white color on #C1F388 background.