COLOR #C4E75A

HEX: #C4E75A
RGB: (196,231,90)

Color info

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

RGB color model

#C4E75A color RGB value is (196,231,90).

  • red value is 196;
  • green value is 231;
  • blue value is 90.
RGB:
(196,231,90)
(77%,91%,35%)

RGB channels and saturation

R 196 of 255 = 77%
G 231 of 255 = 91%
B 90 of 255 = 35%

196
231
90

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

Portions of RGB colors in percentages

R + G + B =
196 + 231 + 90 = 517 (100%)
R 196 of 517 ~ 37.91%
G 231 of 517 ~ 44.68%
B 90 of 517 ~ 17.41%

%37.91
%44.68
%17.41

CMYK color model

#C4E75A color CMYK value is (15,0,61,9).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 61.04%
  • key color value is 9.41%
CMYK:
(15,0,61,9)
C15M0Y61K9 
(15%,0%,61%,9%)
(0.15/0.00/0.61/0.09)	

CMYK percentages

%15.15
%0
%61.04
%9.41

Codes

Color #C4E75A in popluar color models

C4E75A
RGB19623190
HSL75°74.60%62.94%
HSB/HSV75°61.04%90.59%
CMYK15.15%0.00%61.04%
9.41%

Color #C4E75A in popluar number systems.

HEXC4E75A
Decimal19623190
Binary11000100111001111011010
Octal304347132

Shades and tints

Shades of #C4E75A

#C4E75A
(196,231,90)
#B3D252
(179,210,82)
#A2BD4A
(162,189,74)
#91A842
(145,168,66)
#80933A
(128,147,58)
#6F7E32
(111,126,50)
#5E692A
(94,105,42)
#4D5422
(77,84,34)
#3C3F1A
(60,63,26)
#2B2A12
(43,42,18)
#1A150A
(26,21,10)
#000000
(0,0,0)

Tints of #C4E75A

#C4E75A
(196,231,90)
#C9E969
(201,233,105)
#CEEB78
(206,235,120)
#D3ED87
(211,237,135)
#D8EF96
(216,239,150)
#DDF1A5
(221,241,165)
#E2F3B4
(226,243,180)
#E7F5C3
(231,245,195)
#ECF7D2
(236,247,210)
#F1F9E1
(241,249,225)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E75A color. Also use rgb(196,231,90) instead hex code.

Text Font Color

.myTextColor { color: #C4E75A; }

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

This text font color is #C4E75A.


Background Color

.myBgColor { background-color: #C4E75A; }

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

This div background color is #C4E75A.


Border color

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

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

This div border color is #C4E75A.


Opacity

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

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

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

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

This text has shadow with #C4E75A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E75A on black background.


Color preview on white background

This text has color #C4E75A on white background.



Black color preview on #C4E75A background

This text has black color on #C4E75A background.


White color preview on #C4E75A background

This text has white color on #C4E75A background.