COLOR #C0E166

HEX: #C0E166 RGB: (192,225,102)

Color info

#C0E166 contains mainly red and green colors. Web safe color of #C0E166 is #CCCC66 (or #CC6).

RGB color model

#C0E166 color RGB value is (192,225,102).

RGB: (192,225,102) (75%, 88%, 40%)

RGB channels and saturation

R 192 of 255 = 75%
G 225 of 255 = 88%
B 102 of 255 = 40%

192
225
102

R + G + B ~ 68%. #C0E166 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 225 + 102 = 519 (100%)
R 192 of 519 ~ 36.99%
G 225 of 519 ~ 43.35%
B 102 of 519 ~ 19.65'%

%36.99
%43.35
%19.65

CMYK color model

#C0E166 color CMYK value is (15,0,55,12).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 54.67%
  • key color value is 11.76%

CMYK: (15,0,55,12)
C15M0Y55K12 (15%, 0%, 55%, 12%)
(0.15 / 0.00 / 0.55 / 0.12)

CMYK percentages

%14.67
%0
%54.67
%11.76

Codes

Color #C0E166 in popluar color models

C0 E1 66
RGB 192 225 102
HSL 76° 67.21% 64.12%
HSB/HSV 76° 54.67% 88.24%
CMYK 14.67% 0.00% 54.67%
11.76%

Color #C0E166 in popluar number systems.

HEX C0 E1 66
Decimal 192 225 102
Binary 11000000 11100001 1100110
Octal 300 341 146

Shades and tints

Shades of #C0E166

#C0E166
(192,225,102)
#AFCD5D
(175,205,93)
#9EB954
(158,185,84)
#8DA54B
(141,165,75)
#7C9142
(124,145,66)
#6B7D39
(107,125,57)
#5A6930
(90,105,48)
#495527
(73,85,39)
#38411E
(56,65,30)
#272D15
(39,45,21)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #C0E166

#C0E166
(192,225,102)
#C5E373
(197,227,115)
#CAE580
(202,229,128)
#CFE78D
(207,231,141)
#D4E99A
(212,233,154)
#D9EBA7
(217,235,167)
#DEEDB4
(222,237,180)
#E3EFC1
(227,239,193)
#E8F1CE
(232,241,206)
#EDF3DB
(237,243,219)
#F2F5E8
(242,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E166 color. Also use rgb(192,225,102) instead hex code.

Text Font Color

.myTextColor { color: #C0E166; }

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

This text font color is #C0E166.

Background Color

.myBgColor { background-color: #C0E166; }

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

This div background color is #C0E166.

Border color

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

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

This div border color is #C0E166.

Opacity

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

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

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

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

This text has shadow with #C0E166 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E166.

Preview

Color preview on black background

This text has color #C0E166 on black background.


Color preview on white background

This text has color #C0E166 on white background.


Black color preview on #C0E166 background

This text has black color on #C0E166 background.


White color preview on #C0E166 background

This text has white color on #C0E166 background.


Related colors

Complementary color

Complementary color for #hex is #3F1E99.


I love getcolorcode.com

Triadic colors

1 #66C0E1 and #E166C0 with #C0E166 are triadic colors.

2 #66E1C0 and #E1C066 with #C0E166 are triadic colors.