COLOR #C3F05F

HEX: #C3F05F
RGB: (195,240,95)

Color info

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

RGB color model

#C3F05F color RGB value is (195,240,95).

  • red value is 195;
  • green value is 240;
  • blue value is 95.
RGB:
(195,240,95)
(76%,94%,37%)

RGB channels and saturation

R 195 of 255 = 76%
G 240 of 255 = 94%
B 95 of 255 = 37%

195
240
95

R + G + B ~ 69%. #C3F05F is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 240 + 95 = 530 (100%)
R 195 of 530 ~ 36.79%
G 240 of 530 ~ 45.28%
B 95 of 530 ~ 17.92%

%36.79
%45.28
%17.92

CMYK color model

#C3F05F color CMYK value is (19,0,60,6).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 60.42%
  • key color value is 5.88%
CMYK:
(19,0,60,6)
C19M0Y60K6 
(19%,0%,60%,6%)
(0.19/0.00/0.60/0.06)	

CMYK percentages

%18.75
%0
%60.42
%5.88

Codes

Color #C3F05F in popluar color models

C3F05F
RGB19524095
HSL79°82.86%65.69%
HSB/HSV79°60.42%94.12%
CMYK18.75%0.00%60.42%
5.88%

Color #C3F05F in popluar number systems.

HEXC3F05F
Decimal19524095
Binary11000011111100001011111
Octal303360137

Shades and tints

Shades of #C3F05F

#C3F05F
(195,240,95)
#B2DB57
(178,219,87)
#A1C64F
(161,198,79)
#90B147
(144,177,71)
#7F9C3F
(127,156,63)
#6E8737
(110,135,55)
#5D722F
(93,114,47)
#4C5D27
(76,93,39)
#3B481F
(59,72,31)
#2A3317
(42,51,23)
#191E0F
(25,30,15)
#000000
(0,0,0)

Tints of #C3F05F

#C3F05F
(195,240,95)
#C8F16D
(200,241,109)
#CDF27B
(205,242,123)
#D2F389
(210,243,137)
#D7F497
(215,244,151)
#DCF5A5
(220,245,165)
#E1F6B3
(225,246,179)
#E6F7C1
(230,247,193)
#EBF8CF
(235,248,207)
#F0F9DD
(240,249,221)
#F5FAEB
(245,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F05F color. Also use rgb(195,240,95) instead hex code.

Text Font Color

.myTextColor { color: #C3F05F; }

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

This text font color is #C3F05F.


Background Color

.myBgColor { background-color: #C3F05F; }

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

This div background color is #C3F05F.


Border color

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

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

This div border color is #C3F05F.


Opacity

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

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

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

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

This text has shadow with #C3F05F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F05F on black background.


Color preview on white background

This text has color #C3F05F on white background.



Black color preview on #C3F05F background

This text has black color on #C3F05F background.


White color preview on #C3F05F background

This text has white color on #C3F05F background.