COLOR #C0F599

HEX: #C0F599
RGB: (192,245,153)

Color info

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

RGB color model

#C0F599 color RGB value is (192,245,153).

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

RGB channels and saturation

R 192 of 255 = 75%
G 245 of 255 = 96%
B 153 of 255 = 60%

192
245
153

R + G + B ~ 77%. #C0F599 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 245 + 153 = 590 (100%)
R 192 of 590 ~ 32.54%
G 245 of 590 ~ 41.53%
B 153 of 590 ~ 25.93%

%32.54
%41.53
%25.93

CMYK color model

#C0F599 color CMYK value is (22,0,38,4).

  • cyan value is 21.63%
  • magenta value is 0.00%
  • yellow value is 37.55%
  • key color value is 3.92%
CMYK:
(22,0,38,4)
C22M0Y38K4 
(22%,0%,38%,4%)
(0.22/0.00/0.38/0.04)	

CMYK percentages

%21.63
%0
%37.55
%3.92

Codes

Color #C0F599 in popluar color models

C0F599
RGB192245153
HSL95°82.14%78.04%
HSB/HSV95°37.55%96.08%
CMYK21.63%0.00%37.55%
3.92%

Color #C0F599 in popluar number systems.

HEXC0F599
Decimal192245153
Binary110000001111010110011001
Octal300365231

Shades and tints

Shades of #C0F599

#C0F599
(192,245,153)
#AFDF8C
(175,223,140)
#9EC97F
(158,201,127)
#8DB372
(141,179,114)
#7C9D65
(124,157,101)
#6B8758
(107,135,88)
#5A714B
(90,113,75)
#495B3E
(73,91,62)
#384531
(56,69,49)
#272F24
(39,47,36)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #C0F599

#C0F599
(192,245,153)
#C5F5A2
(197,245,162)
#CAF5AB
(202,245,171)
#CFF5B4
(207,245,180)
#D4F5BD
(212,245,189)
#D9F5C6
(217,245,198)
#DEF5CF
(222,245,207)
#E3F5D8
(227,245,216)
#E8F5E1
(232,245,225)
#EDF5EA
(237,245,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0F599; }

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

This text font color is #C0F599.


Background Color

.myBgColor { background-color: #C0F599; }

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

This div background color is #C0F599.


Border color

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

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

This div border color is #C0F599.


Opacity

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

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

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

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

This text has shadow with #C0F599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F599 on black background.


Color preview on white background

This text has color #C0F599 on white background.



Black color preview on #C0F599 background

This text has black color on #C0F599 background.


White color preview on #C0F599 background

This text has white color on #C0F599 background.