COLOR #C2F975

HEX: #C2F975
RGB: (194,249,117)

Color info

#C2F975 contains mainly red and green colors. Web safe color of #C2F975 is #CCFF66 (or #CF6).

RGB color model

#C2F975 color RGB value is (194,249,117).

  • red value is 194;
  • green value is 249;
  • blue value is 117.
RGB:
(194,249,117)
(76%,98%,46%)

RGB channels and saturation

R 194 of 255 = 76%
G 249 of 255 = 98%
B 117 of 255 = 46%

194
249
117

R + G + B ~ 73%. #C2F975 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 249 + 117 = 560 (100%)
R 194 of 560 ~ 34.64%
G 249 of 560 ~ 44.46%
B 117 of 560 ~ 20.89%

%34.64
%44.46
%20.89

CMYK color model

#C2F975 color CMYK value is (22,0,53,2).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 53.01%
  • key color value is 2.35%
CMYK:
(22,0,53,2)
C22M0Y53K2 
(22%,0%,53%,2%)
(0.22/0.00/0.53/0.02)	

CMYK percentages

%22.09
%0
%53.01
%2.35

Codes

Color #C2F975 in popluar color models

C2F975
RGB194249117
HSL85°91.67%71.76%
HSB/HSV85°53.01%97.65%
CMYK22.09%0.00%53.01%
2.35%

Color #C2F975 in popluar number systems.

HEXC2F975
Decimal194249117
Binary11000010111110011110101
Octal302371165

Shades and tints

Shades of #C2F975

#C2F975
(194,249,117)
#B1E36B
(177,227,107)
#A0CD61
(160,205,97)
#8FB757
(143,183,87)
#7EA14D
(126,161,77)
#6D8B43
(109,139,67)
#5C7539
(92,117,57)
#4B5F2F
(75,95,47)
#3A4925
(58,73,37)
#29331B
(41,51,27)
#181D11
(24,29,17)
#000000
(0,0,0)

Tints of #C2F975

#C2F975
(194,249,117)
#C7F981
(199,249,129)
#CCF98D
(204,249,141)
#D1F999
(209,249,153)
#D6F9A5
(214,249,165)
#DBF9B1
(219,249,177)
#E0F9BD
(224,249,189)
#E5F9C9
(229,249,201)
#EAF9D5
(234,249,213)
#EFF9E1
(239,249,225)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F975 color. Also use rgb(194,249,117) instead hex code.

Text Font Color

.myTextColor { color: #C2F975; }

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

This text font color is #C2F975.


Background Color

.myBgColor { background-color: #C2F975; }

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

This div background color is #C2F975.


Border color

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

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

This div border color is #C2F975.


Opacity

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

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

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

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

This text has shadow with #C2F975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2F975 on black background.


Color preview on white background

This text has color #C2F975 on white background.



Black color preview on #C2F975 background

This text has black color on #C2F975 background.


White color preview on #C2F975 background

This text has white color on #C2F975 background.