COLOR #77F381

HEX: #77F381
RGB: (119,243,129)

Renk bilgisi

#77F381 contains mainly green color. #77F381 ‘ nin web güvenlik rengi #66FF99 (ya da #6F9) dir.

RGB renk modeli

#77F381 color RGB value is (119,243,129).

  • kırmız ton 119;
  • yeşil ton 243;
  • mavi ton 129.
RGB:
(119,243,129)
(47%,95%,51%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 243 of 255 = 95%
B 129 of 255 = 51%

119
243
129

R + G + B ~ 64%. #77F381 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 243 + 129 = 491 (100%)
R 119 of 491 ~ 24.24%
G 243 of 491 ~ 49.49%
B 129 of 491 ~ 26.27%

%24.24
%49.49
%26.27

CMYK RENK MODELİ

#77F381 rengi CMYK tonu (51,0,47,5).

  • camgöbeği tonu 51.03%
  • eflatun tonu 0.00%
  • sarı tonu 46.91%
  • ana renk tonu 4.71%
CMYK:
(51,0,47,5)
C51M0Y47K5 
(51%,0%,47%,5%)
(0.51/0.00/0.47/0.05)	

CMYK yüzdeleri

%51.03
%0
%46.91
%4.71

Codes

Color #77F381 in popluar color models

77F381
RGB119243129
HSL125°83.78%70.98%
HSB/HSV125°51.03%95.29%
CMYK51.03%0.00%46.91%
4.71%

Color #77F381 in popluar number systems.

HEX77F381
Decimal119243129
Binary11101111111001110000001
Octal167363201

Shades and tints

Shades of #77F381

#77F381
(119,243,129)
#6DDD76
(109,221,118)
#63C76B
(99,199,107)
#59B160
(89,177,96)
#4F9B55
(79,155,85)
#45854A
(69,133,74)
#3B6F3F
(59,111,63)
#315934
(49,89,52)
#274329
(39,67,41)
#1D2D1E
(29,45,30)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #77F381

#77F381
(119,243,129)
#83F48C
(131,244,140)
#8FF597
(143,245,151)
#9BF6A2
(155,246,162)
#A7F7AD
(167,247,173)
#B3F8B8
(179,248,184)
#BFF9C3
(191,249,195)
#CBFACE
(203,250,206)
#D7FBD9
(215,251,217)
#E3FCE4
(227,252,228)
#EFFDEF
(239,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F381 color. Also use rgb(119,243,129) instead hex code.

Text Font Color

.myTextColor { color: #77F381; }

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

This text font color is #77F381.


Background Color

.myBgColor { background-color: #77F381; }

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

This div background color is #77F381.


Border color

.myBorderColor { border: 1px solid #77F381; }

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

This div border color is #77F381.


Opacity

.myOpacity80 { color: #77F381; opacity: 0.8; }

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

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

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

This text has shadow with #77F381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77F381 on black background.


Color preview on white background

This text has color #77F381 on white background.



Black color preview on #77F381 background

This text has black color on #77F381 background.


White color preview on #77F381 background

This text has white color on #77F381 background.