COLOR #76F487

HEX: #76F487
RGB: (118,244,135)

Renk bilgisi

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

RGB renk modeli

#76F487 color RGB value is (118,244,135).

  • kırmız ton 118;
  • yeşil ton 244;
  • mavi ton 135.
RGB:
(118,244,135)
(46%,96%,53%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 244 of 255 = 96%
B 135 of 255 = 53%

118
244
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 244 + 135 = 497 (100%)
R 118 of 497 ~ 23.74%
G 244 of 497 ~ 49.09%
B 135 of 497 ~ 27.16%

%23.74
%49.09
%27.16

CMYK RENK MODELİ

#76F487 rengi CMYK tonu (52,0,45,4).

  • camgöbeği tonu 51.64%
  • eflatun tonu 0.00%
  • sarı tonu 44.67%
  • ana renk tonu 4.31%
CMYK:
(52,0,45,4)
C52M0Y45K4 
(52%,0%,45%,4%)
(0.52/0.00/0.45/0.04)	

CMYK yüzdeleri

%51.64
%0
%44.67
%4.31

Codes

Color #76F487 in popluar color models

76F487
RGB118244135
HSL128°85.14%70.98%
HSB/HSV128°51.64%95.69%
CMYK51.64%0.00%44.67%
4.31%

Color #76F487 in popluar number systems.

HEX76F487
Decimal118244135
Binary11101101111010010000111
Octal166364207

Shades and tints

Shades of #76F487

#76F487
(118,244,135)
#6CDE7B
(108,222,123)
#62C86F
(98,200,111)
#58B263
(88,178,99)
#4E9C57
(78,156,87)
#44864B
(68,134,75)
#3A703F
(58,112,63)
#305A33
(48,90,51)
#264427
(38,68,39)
#1C2E1B
(28,46,27)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #76F487

#76F487
(118,244,135)
#82F591
(130,245,145)
#8EF69B
(142,246,155)
#9AF7A5
(154,247,165)
#A6F8AF
(166,248,175)
#B2F9B9
(178,249,185)
#BEFAC3
(190,250,195)
#CAFBCD
(202,251,205)
#D6FCD7
(214,252,215)
#E2FDE1
(226,253,225)
#EEFEEB
(238,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76F487 color. Also use rgb(118,244,135) instead hex code.

Text Font Color

.myTextColor { color: #76F487; }

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

This text font color is #76F487.


Background Color

.myBgColor { background-color: #76F487; }

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

This div background color is #76F487.


Border color

.myBorderColor { border: 1px solid #76F487; }

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

This div border color is #76F487.


Opacity

.myOpacity80 { color: #76F487; opacity: 0.8; }

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

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

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

This text has shadow with #76F487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F487 on black background.


Color preview on white background

This text has color #76F487 on white background.



Black color preview on #76F487 background

This text has black color on #76F487 background.


White color preview on #76F487 background

This text has white color on #76F487 background.