COLOR #C2F088

HEX: #C2F088 RGB: (194,240,136)

Color info

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

RGB color model

#C2F088 color RGB value is (194,240,136).

RGB: (194,240,136) (76%, 94%, 53%)

RGB channels and saturation

R 194 of 255 = 76%
G 240 of 255 = 94%
B 136 of 255 = 53%

194
240
136

R + G + B ~ 74%. #C2F088 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 240 + 136 = 570 (100%)
R 194 of 570 ~ 34.04%
G 240 of 570 ~ 42.11%
B 136 of 570 ~ 23.86'%

%34.04
%42.11
%23.86

CMYK color model

#C2F088 color CMYK value is (19,0,43,6).

  • cyan value is 19.17%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 5.88%

CMYK: (19,0,43,6)
C19M0Y43K6 (19%, 0%, 43%, 6%)
(0.19 / 0.00 / 0.43 / 0.06)

CMYK percentages

%19.17
%0
%43.33
%5.88

Codes

Color #C2F088 in popluar color models

C2 F0 88
RGB 194 240 136
HSL 87° 77.61% 73.73%
HSB/HSV 87° 43.33% 94.12%
CMYK 19.17% 0.00% 43.33%
5.88%

Color #C2F088 in popluar number systems.

HEX C2 F0 88
Decimal 194 240 136
Binary 11000010 11110000 10001000
Octal 302 360 210

Shades and tints

Shades of #C2F088

#C2F088
(194,240,136)
#B1DB7C
(177,219,124)
#A0C670
(160,198,112)
#8FB164
(143,177,100)
#7E9C58
(126,156,88)
#6D874C
(109,135,76)
#5C7240
(92,114,64)
#4B5D34
(75,93,52)
#3A4828
(58,72,40)
#29331C
(41,51,28)
#181E10
(24,30,16)
#000000
(0,0,0)

Tints of #C2F088

#C2F088
(194,240,136)
#C7F192
(199,241,146)
#CCF29C
(204,242,156)
#D1F3A6
(209,243,166)
#D6F4B0
(214,244,176)
#DBF5BA
(219,245,186)
#E0F6C4
(224,246,196)
#E5F7CE
(229,247,206)
#EAF8D8
(234,248,216)
#EFF9E2
(239,249,226)
#F4FAEC
(244,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F088 color. Also use rgb(194,240,136) instead hex code.

Text Font Color

.myTextColor { color: #C2F088; }

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

This text font color is #C2F088.

Background Color

.myBgColor { background-color: #C2F088; }

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

This div background color is #C2F088.

Border color

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

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

This div border color is #C2F088.

Opacity

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

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

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

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

This text has shadow with #C2F088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2F088.

Preview

Color preview on black background

This text has color #C2F088 on black background.


Color preview on white background

This text has color #C2F088 on white background.


Black color preview on #C2F088 background

This text has black color on #C2F088 background.


White color preview on #C2F088 background

This text has white color on #C2F088 background.


Related colors

Complementary color

Complementary color for #hex is #3D0F77.


I love getcolorcode.com

Triadic colors

1 #88C2F0 and #F088C2 with #C2F088 are triadic colors.

2 #88F0C2 and #F0C288 with #C2F088 are triadic colors.