COLOR #C0FB77

HEX: #C0FB77
RGB: (192,251,119)

Color info

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

RGB color model

#C0FB77 color RGB value is (192,251,119).

  • red value is 192;
  • green value is 251;
  • blue value is 119.
RGB:
(192,251,119)
(75%,98%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 251 of 255 = 98%
B 119 of 255 = 47%

192
251
119

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

Portions of RGB colors in percentages

R + G + B =
192 + 251 + 119 = 562 (100%)
R 192 of 562 ~ 34.16%
G 251 of 562 ~ 44.66%
B 119 of 562 ~ 21.17%

%34.16
%44.66
%21.17

CMYK color model

#C0FB77 color CMYK value is (24,0,53,2).

  • cyan value is 23.51%
  • magenta value is 0.00%
  • yellow value is 52.59%
  • key color value is 1.57%
CMYK:
(24,0,53,2)
C24M0Y53K2 
(24%,0%,53%,2%)
(0.24/0.00/0.53/0.02)	

CMYK percentages

%23.51
%0
%52.59
%1.57

Codes

Color #C0FB77 in popluar color models

C0FB77
RGB192251119
HSL87°94.29%72.55%
HSB/HSV87°52.59%98.43%
CMYK23.51%0.00%52.59%
1.57%

Color #C0FB77 in popluar number systems.

HEXC0FB77
Decimal192251119
Binary11000000111110111110111
Octal300373167

Shades and tints

Shades of #C0FB77

#C0FB77
(192,251,119)
#AFE56D
(175,229,109)
#9ECF63
(158,207,99)
#8DB959
(141,185,89)
#7CA34F
(124,163,79)
#6B8D45
(107,141,69)
#5A773B
(90,119,59)
#496131
(73,97,49)
#384B27
(56,75,39)
#27351D
(39,53,29)
#161F13
(22,31,19)
#000000
(0,0,0)

Tints of #C0FB77

#C0FB77
(192,251,119)
#C5FB83
(197,251,131)
#CAFB8F
(202,251,143)
#CFFB9B
(207,251,155)
#D4FBA7
(212,251,167)
#D9FBB3
(217,251,179)
#DEFBBF
(222,251,191)
#E3FBCB
(227,251,203)
#E8FBD7
(232,251,215)
#EDFBE3
(237,251,227)
#F2FBEF
(242,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0FB77 color. Also use rgb(192,251,119) instead hex code.

Text Font Color

.myTextColor { color: #C0FB77; }

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

This text font color is #C0FB77.


Background Color

.myBgColor { background-color: #C0FB77; }

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

This div background color is #C0FB77.


Border color

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

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

This div border color is #C0FB77.


Opacity

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

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

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

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

This text has shadow with #C0FB77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0FB77 on black background.


Color preview on white background

This text has color #C0FB77 on white background.



Black color preview on #C0FB77 background

This text has black color on #C0FB77 background.


White color preview on #C0FB77 background

This text has white color on #C0FB77 background.