COLOR #C4F27F

HEX: #C4F27F
RGB: (196,242,127)

Renk bilgisi

#C4F27F contains mainly red and green colors. #C4F27F ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#C4F27F color RGB value is (196,242,127).

  • kırmız ton 196;
  • yeşil ton 242;
  • mavi ton 127.
RGB:
(196,242,127)
(77%,95%,50%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 242 of 255 = 95%
B 127 of 255 = 50%

196
242
127

R + G + B ~ 74%. #C4F27F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 242 + 127 = 565 (100%)
R 196 of 565 ~ 34.69%
G 242 of 565 ~ 42.83%
B 127 of 565 ~ 22.48%

%34.69
%42.83
%22.48

CMYK RENK MODELİ

#C4F27F rengi CMYK tonu (19,0,48,5).

  • camgöbeği tonu 19.01%
  • eflatun tonu 0.00%
  • sarı tonu 47.52%
  • ana renk tonu 5.10%
CMYK:
(19,0,48,5)
C19M0Y48K5 
(19%,0%,48%,5%)
(0.19/0.00/0.48/0.05)	

CMYK yüzdeleri

%19.01
%0
%47.52
%5.1

Codes

Color #C4F27F in popluar color models

C4F27F
RGB196242127
HSL84°81.56%72.35%
HSB/HSV84°47.52%94.90%
CMYK19.01%0.00%47.52%
5.10%

Color #C4F27F in popluar number systems.

HEXC4F27F
Decimal196242127
Binary11000100111100101111111
Octal304362177

Shades and tints

Shades of #C4F27F

#C4F27F
(196,242,127)
#B3DC74
(179,220,116)
#A2C669
(162,198,105)
#91B05E
(145,176,94)
#809A53
(128,154,83)
#6F8448
(111,132,72)
#5E6E3D
(94,110,61)
#4D5832
(77,88,50)
#3C4227
(60,66,39)
#2B2C1C
(43,44,28)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #C4F27F

#C4F27F
(196,242,127)
#C9F38A
(201,243,138)
#CEF495
(206,244,149)
#D3F5A0
(211,245,160)
#D8F6AB
(216,246,171)
#DDF7B6
(221,247,182)
#E2F8C1
(226,248,193)
#E7F9CC
(231,249,204)
#ECFAD7
(236,250,215)
#F1FBE2
(241,251,226)
#F6FCED
(246,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F27F color. Also use rgb(196,242,127) instead hex code.

Text Font Color

.myTextColor { color: #C4F27F; }

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

This text font color is #C4F27F.


Background Color

.myBgColor { background-color: #C4F27F; }

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

This div background color is #C4F27F.


Border color

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

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

This div border color is #C4F27F.


Opacity

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

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

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

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

This text has shadow with #C4F27F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F27F on black background.


Color preview on white background

This text has color #C4F27F on white background.



Black color preview on #C4F27F background

This text has black color on #C4F27F background.


White color preview on #C4F27F background

This text has white color on #C4F27F background.