COLOR #C4ED27

HEX: #C4ED27
RGB: (196,237,39)

Color info

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

RGB color model

#C4ED27 color RGB value is (196,237,39).

  • red value is 196;
  • green value is 237;
  • blue value is 39.
RGB:
(196,237,39)
(77%,93%,15%)

RGB channels and saturation

R 196 of 255 = 77%
G 237 of 255 = 93%
B 39 of 255 = 15%

196
237
39

R + G + B ~ 62%. #C4ED27 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 237 + 39 = 472 (100%)
R 196 of 472 ~ 41.53%
G 237 of 472 ~ 50.21%
B 39 of 472 ~ 8.26%

%41.53
%50.21

CMYK color model

#C4ED27 color CMYK value is (17,0,84,7).

  • cyan value is 17.30%
  • magenta value is 0.00%
  • yellow value is 83.54%
  • key color value is 7.06%
CMYK:
(17,0,84,7)
C17M0Y84K7 
(17%,0%,84%,7%)
(0.17/0.00/0.84/0.07)	

CMYK percentages

%17.3
%0
%83.54
%7.06

Codes

Color #C4ED27 in popluar color models

C4ED27
RGB19623739
HSL72°84.62%54.12%
HSB/HSV72°83.54%92.94%
CMYK17.30%0.00%83.54%
7.06%

Color #C4ED27 in popluar number systems.

HEXC4ED27
Decimal19623739
Binary1100010011101101100111
Octal30435547

Shades and tints

Shades of #C4ED27

#C4ED27
(196,237,39)
#B3D824
(179,216,36)
#A2C321
(162,195,33)
#91AE1E
(145,174,30)
#80991B
(128,153,27)
#6F8418
(111,132,24)
#5E6F15
(94,111,21)
#4D5A12
(77,90,18)
#3C450F
(60,69,15)
#2B300C
(43,48,12)
#1A1B09
(26,27,9)
#000000
(0,0,0)

Tints of #C4ED27

#C4ED27
(196,237,39)
#C9EE3A
(201,238,58)
#CEEF4D
(206,239,77)
#D3F060
(211,240,96)
#D8F173
(216,241,115)
#DDF286
(221,242,134)
#E2F399
(226,243,153)
#E7F4AC
(231,244,172)
#ECF5BF
(236,245,191)
#F1F6D2
(241,246,210)
#F6F7E5
(246,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ED27 color. Also use rgb(196,237,39) instead hex code.

Text Font Color

.myTextColor { color: #C4ED27; }

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

This text font color is #C4ED27.


Background Color

.myBgColor { background-color: #C4ED27; }

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

This div background color is #C4ED27.


Border color

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

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

This div border color is #C4ED27.


Opacity

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

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

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

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

This text has shadow with #C4ED27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ED27 on black background.


Color preview on white background

This text has color #C4ED27 on white background.



Black color preview on #C4ED27 background

This text has black color on #C4ED27 background.


White color preview on #C4ED27 background

This text has white color on #C4ED27 background.