COLOR #49FF4C

HEX: #49FF4C
RGB: (73,255,76)

Renk bilgisi

#49FF4C contains mainly green color. #49FF4C ‘ nin web güvenlik rengi #33FF33 (ya da #3F3) dir.

RGB renk modeli

#49FF4C color RGB value is (73,255,76).

  • kırmız ton 73;
  • yeşil ton 255;
  • mavi ton 76.
RGB:
(73,255,76)
(29%,100%,30%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 255 of 255 = 100%
B 76 of 255 = 30%

73
255
76

R + G + B ~ 53%. #49FF4C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 255 + 76 = 404 (100%)
R 73 of 404 ~ 18.07%
G 255 of 404 ~ 63.12%
B 76 of 404 ~ 18.81%

%18.07
%63.12
%18.81

CMYK RENK MODELİ

#49FF4C rengi CMYK tonu (71,0,70,0).

  • camgöbeği tonu 71.37%
  • eflatun tonu 0.00%
  • sarı tonu 70.20%
  • ana renk tonu 0.00%
CMYK:
(71,0,70,0)
C71M0Y70K0 
(71%,0%,70%,0%)
(0.71/0.00/0.70/0.00)	

CMYK yüzdeleri

%71.37
%0
%70.2
%0

Codes

Color #49FF4C in popluar color models

49FF4C
RGB7325576
HSL121°100.00%64.31%
HSB/HSV121°71.37%100.00%
CMYK71.37%0.00%70.20%
0.00%

Color #49FF4C in popluar number systems.

HEX49FF4C
Decimal7325576
Binary1001001111111111001100
Octal111377114

Shades and tints

Shades of #49FF4C

#49FF4C
(73,255,76)
#43E846
(67,232,70)
#3DD140
(61,209,64)
#37BA3A
(55,186,58)
#31A334
(49,163,52)
#2B8C2E
(43,140,46)
#257528
(37,117,40)
#1F5E22
(31,94,34)
#19471C
(25,71,28)
#133016
(19,48,22)
#0D1910
(13,25,16)
#000000
(0,0,0)

Tints of #49FF4C

#49FF4C
(73,255,76)
#59FF5C
(89,255,92)
#69FF6C
(105,255,108)
#79FF7C
(121,255,124)
#89FF8C
(137,255,140)
#99FF9C
(153,255,156)
#A9FFAC
(169,255,172)
#B9FFBC
(185,255,188)
#C9FFCC
(201,255,204)
#D9FFDC
(217,255,220)
#E9FFEC
(233,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49FF4C color. Also use rgb(73,255,76) instead hex code.

Text Font Color

.myTextColor { color: #49FF4C; }

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

This text font color is #49FF4C.


Background Color

.myBgColor { background-color: #49FF4C; }

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

This div background color is #49FF4C.


Border color

.myBorderColor { border: 1px solid #49FF4C; }

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

This div border color is #49FF4C.


Opacity

.myOpacity80 { color: #49FF4C; opacity: 0.8; }

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

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

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

This text has shadow with #49FF4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49FF4C on black background.


Color preview on white background

This text has color #49FF4C on white background.



Black color preview on #49FF4C background

This text has black color on #49FF4C background.


White color preview on #49FF4C background

This text has white color on #49FF4C background.