COLOR #C0ED4B

HEX: #C0ED4B
RGB: (192,237,75)

Color info

#C0ED4B contains mainly red and green colors. Web safe color of #C0ED4B is #CCFF33 (or #CF3).

RGB color model

#C0ED4B color RGB value is (192,237,75).

  • red value is 192;
  • green value is 237;
  • blue value is 75.
RGB:
(192,237,75)
(75%,93%,29%)

RGB channels and saturation

R 192 of 255 = 75%
G 237 of 255 = 93%
B 75 of 255 = 29%

192
237
75

R + G + B ~ 66%. #C0ED4B is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 237 + 75 = 504 (100%)
R 192 of 504 ~ 38.1%
G 237 of 504 ~ 47.02%
B 75 of 504 ~ 14.88%

%38.1
%47.02
%14.88

CMYK color model

#C0ED4B color CMYK value is (19,0,68,7).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 68.35%
  • key color value is 7.06%
CMYK:
(19,0,68,7)
C19M0Y68K7 
(19%,0%,68%,7%)
(0.19/0.00/0.68/0.07)	

CMYK percentages

%18.99
%0
%68.35
%7.06

Codes

Color #C0ED4B in popluar color models

C0ED4B
RGB19223775
HSL77°81.82%61.18%
HSB/HSV77°68.35%92.94%
CMYK18.99%0.00%68.35%
7.06%

Color #C0ED4B in popluar number systems.

HEXC0ED4B
Decimal19223775
Binary11000000111011011001011
Octal300355113

Shades and tints

Shades of #C0ED4B

#C0ED4B
(192,237,75)
#AFD845
(175,216,69)
#9EC33F
(158,195,63)
#8DAE39
(141,174,57)
#7C9933
(124,153,51)
#6B842D
(107,132,45)
#5A6F27
(90,111,39)
#495A21
(73,90,33)
#38451B
(56,69,27)
#273015
(39,48,21)
#161B0F
(22,27,15)
#000000
(0,0,0)

Tints of #C0ED4B

#C0ED4B
(192,237,75)
#C5EE5B
(197,238,91)
#CAEF6B
(202,239,107)
#CFF07B
(207,240,123)
#D4F18B
(212,241,139)
#D9F29B
(217,242,155)
#DEF3AB
(222,243,171)
#E3F4BB
(227,244,187)
#E8F5CB
(232,245,203)
#EDF6DB
(237,246,219)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0ED4B color. Also use rgb(192,237,75) instead hex code.

Text Font Color

.myTextColor { color: #C0ED4B; }

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

This text font color is #C0ED4B.


Background Color

.myBgColor { background-color: #C0ED4B; }

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

This div background color is #C0ED4B.


Border color

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

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

This div border color is #C0ED4B.


Opacity

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

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

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

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

This text has shadow with #C0ED4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ED4B on black background.


Color preview on white background

This text has color #C0ED4B on white background.



Black color preview on #C0ED4B background

This text has black color on #C0ED4B background.


White color preview on #C0ED4B background

This text has white color on #C0ED4B background.