COLOR #C8F59A

HEX: #C8F59A RGB: (200,245,154)

Color info

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

RGB color model

#C8F59A color RGB value is (200,245,154).

RGB: (200,245,154) (78%, 96%, 60%)

RGB channels and saturation

R 200 of 255 = 78%
G 245 of 255 = 96%
B 154 of 255 = 60%

200
245
154

R + G + B ~ 78%. #C8F59A is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 245 + 154 = 599 (100%)
R 200 of 599 ~ 33.39%
G 245 of 599 ~ 40.9%
B 154 of 599 ~ 25.71'%

%33.39
%40.9
%25.71

CMYK color model

#C8F59A color CMYK value is (18,0,37,4).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 37.14%
  • key color value is 3.92%

CMYK: (18,0,37,4)
C18M0Y37K4 (18%, 0%, 37%, 4%)
(0.18 / 0.00 / 0.37 / 0.04)

CMYK percentages

%18.37
%0
%37.14
%3.92

Codes

Color #C8F59A in popluar color models

C8 F5 9A
RGB 200 245 154
HSL 90° 81.98% 78.24%
HSB/HSV 90° 37.14% 96.08%
CMYK 18.37% 0.00% 37.14%
3.92%

Color #C8F59A in popluar number systems.

HEX C8 F5 9A
Decimal 200 245 154
Binary 11001000 11110101 10011010
Octal 310 365 232

Shades and tints

Shades of #C8F59A

#C8F59A
(200,245,154)
#B6DF8C
(182,223,140)
#A4C97E
(164,201,126)
#92B370
(146,179,112)
#809D62
(128,157,98)
#6E8754
(110,135,84)
#5C7146
(92,113,70)
#4A5B38
(74,91,56)
#38452A
(56,69,42)
#262F1C
(38,47,28)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #C8F59A

#C8F59A
(200,245,154)
#CDF5A3
(205,245,163)
#D2F5AC
(210,245,172)
#D7F5B5
(215,245,181)
#DCF5BE
(220,245,190)
#E1F5C7
(225,245,199)
#E6F5D0
(230,245,208)
#EBF5D9
(235,245,217)
#F0F5E2
(240,245,226)
#F5F5EB
(245,245,235)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F59A color. Also use rgb(200,245,154) instead hex code.

Text Font Color

.myTextColor { color: #C8F59A; }

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

This text font color is #C8F59A.

Background Color

.myBgColor { background-color: #C8F59A; }

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

This div background color is #C8F59A.

Border color

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

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

This div border color is #C8F59A.

Opacity

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

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

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

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

This text has shadow with #C8F59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8F59A.

Preview

Color preview on black background

This text has color #C8F59A on black background.


Color preview on white background

This text has color #C8F59A on white background.


Black color preview on #C8F59A background

This text has black color on #C8F59A background.


White color preview on #C8F59A background

This text has white color on #C8F59A background.


Related colors

Complementary color

Complementary color for #hex is #370A65.


I love getcolorcode.com

Triadic colors

1 #9AC8F5 and #F59AC8 with #C8F59A are triadic colors.

2 #9AF5C8 and #F5C89A with #C8F59A are triadic colors.