COLOR #C0F579

HEX: #C0F579
RGB: (192,245,121)

Color info

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

RGB color model

#C0F579 color RGB value is (192,245,121).

  • red value is 192;
  • green value is 245;
  • blue value is 121.
RGB:
(192,245,121)
(75%,96%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 245 of 255 = 96%
B 121 of 255 = 47%

192
245
121

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

Portions of RGB colors in percentages

R + G + B =
192 + 245 + 121 = 558 (100%)
R 192 of 558 ~ 34.41%
G 245 of 558 ~ 43.91%
B 121 of 558 ~ 21.68%

%34.41
%43.91
%21.68

CMYK color model

#C0F579 color CMYK value is (22,0,51,4).

  • cyan value is 21.63%
  • magenta value is 0.00%
  • yellow value is 50.61%
  • key color value is 3.92%
CMYK:
(22,0,51,4)
C22M0Y51K4 
(22%,0%,51%,4%)
(0.22/0.00/0.51/0.04)	

CMYK percentages

%21.63
%0
%50.61
%3.92

Codes

Color #C0F579 in popluar color models

C0F579
RGB192245121
HSL86°86.11%71.76%
HSB/HSV86°50.61%96.08%
CMYK21.63%0.00%50.61%
3.92%

Color #C0F579 in popluar number systems.

HEXC0F579
Decimal192245121
Binary11000000111101011111001
Octal300365171

Shades and tints

Shades of #C0F579

#C0F579
(192,245,121)
#AFDF6E
(175,223,110)
#9EC963
(158,201,99)
#8DB358
(141,179,88)
#7C9D4D
(124,157,77)
#6B8742
(107,135,66)
#5A7137
(90,113,55)
#495B2C
(73,91,44)
#384521
(56,69,33)
#272F16
(39,47,22)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #C0F579

#C0F579
(192,245,121)
#C5F585
(197,245,133)
#CAF591
(202,245,145)
#CFF59D
(207,245,157)
#D4F5A9
(212,245,169)
#D9F5B5
(217,245,181)
#DEF5C1
(222,245,193)
#E3F5CD
(227,245,205)
#E8F5D9
(232,245,217)
#EDF5E5
(237,245,229)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0F579 color. Also use rgb(192,245,121) instead hex code.

Text Font Color

.myTextColor { color: #C0F579; }

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

This text font color is #C0F579.


Background Color

.myBgColor { background-color: #C0F579; }

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

This div background color is #C0F579.


Border color

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

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

This div border color is #C0F579.


Opacity

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

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

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

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

This text has shadow with #C0F579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F579 on black background.


Color preview on white background

This text has color #C0F579 on white background.



Black color preview on #C0F579 background

This text has black color on #C0F579 background.


White color preview on #C0F579 background

This text has white color on #C0F579 background.