COLOR #C3ED45

HEX: #C3ED45
RGB: (195,237,69)

Color info

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

RGB color model

#C3ED45 color RGB value is (195,237,69).

  • red value is 195;
  • green value is 237;
  • blue value is 69.
RGB:
(195,237,69)
(76%,93%,27%)

RGB channels and saturation

R 195 of 255 = 76%
G 237 of 255 = 93%
B 69 of 255 = 27%

195
237
69

R + G + B ~ 65%. #C3ED45 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 237 + 69 = 501 (100%)
R 195 of 501 ~ 38.92%
G 237 of 501 ~ 47.31%
B 69 of 501 ~ 13.77%

%38.92
%47.31
%13.77

CMYK color model

#C3ED45 color CMYK value is (18,0,71,7).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 70.89%
  • key color value is 7.06%
CMYK:
(18,0,71,7)
C18M0Y71K7 
(18%,0%,71%,7%)
(0.18/0.00/0.71/0.07)	

CMYK percentages

%17.72
%0
%70.89
%7.06

Codes

Color #C3ED45 in popluar color models

C3ED45
RGB19523769
HSL75°82.35%60.00%
HSB/HSV75°70.89%92.94%
CMYK17.72%0.00%70.89%
7.06%

Color #C3ED45 in popluar number systems.

HEXC3ED45
Decimal19523769
Binary11000011111011011000101
Octal303355105

Shades and tints

Shades of #C3ED45

#C3ED45
(195,237,69)
#B2D83F
(178,216,63)
#A1C339
(161,195,57)
#90AE33
(144,174,51)
#7F992D
(127,153,45)
#6E8427
(110,132,39)
#5D6F21
(93,111,33)
#4C5A1B
(76,90,27)
#3B4515
(59,69,21)
#2A300F
(42,48,15)
#191B09
(25,27,9)
#000000
(0,0,0)

Tints of #C3ED45

#C3ED45
(195,237,69)
#C8EE55
(200,238,85)
#CDEF65
(205,239,101)
#D2F075
(210,240,117)
#D7F185
(215,241,133)
#DCF295
(220,242,149)
#E1F3A5
(225,243,165)
#E6F4B5
(230,244,181)
#EBF5C5
(235,245,197)
#F0F6D5
(240,246,213)
#F5F7E5
(245,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3ED45 color. Also use rgb(195,237,69) instead hex code.

Text Font Color

.myTextColor { color: #C3ED45; }

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

This text font color is #C3ED45.


Background Color

.myBgColor { background-color: #C3ED45; }

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

This div background color is #C3ED45.


Border color

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

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

This div border color is #C3ED45.


Opacity

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

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

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

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

This text has shadow with #C3ED45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ED45 on black background.


Color preview on white background

This text has color #C3ED45 on white background.



Black color preview on #C3ED45 background

This text has black color on #C3ED45 background.


White color preview on #C3ED45 background

This text has white color on #C3ED45 background.