COLOR #76F199

HEX: #76F199
RGB: (118,241,153)

Renk bilgisi

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

RGB renk modeli

#76F199 color RGB value is (118,241,153).

  • kırmız ton 118;
  • yeşil ton 241;
  • mavi ton 153.
RGB:
(118,241,153)
(46%,95%,60%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 241 of 255 = 95%
B 153 of 255 = 60%

118
241
153

R + G + B ~ 67%. #76F199 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 241 + 153 = 512 (100%)
R 118 of 512 ~ 23.05%
G 241 of 512 ~ 47.07%
B 153 of 512 ~ 29.88%

%23.05
%47.07
%29.88

CMYK RENK MODELİ

#76F199 rengi CMYK tonu (51,0,37,5).

  • camgöbeği tonu 51.04%
  • eflatun tonu 0.00%
  • sarı tonu 36.51%
  • ana renk tonu 5.49%
CMYK:
(51,0,37,5)
C51M0Y37K5 
(51%,0%,37%,5%)
(0.51/0.00/0.37/0.05)	

CMYK yüzdeleri

%51.04
%0
%36.51
%5.49

Codes

Color #76F199 in popluar color models

76F199
RGB118241153
HSL137°81.46%70.39%
HSB/HSV137°51.04%94.51%
CMYK51.04%0.00%36.51%
5.49%

Color #76F199 in popluar number systems.

HEX76F199
Decimal118241153
Binary11101101111000110011001
Octal166361231

Shades and tints

Shades of #76F199

#76F199
(118,241,153)
#6CDC8C
(108,220,140)
#62C77F
(98,199,127)
#58B272
(88,178,114)
#4E9D65
(78,157,101)
#448858
(68,136,88)
#3A734B
(58,115,75)
#305E3E
(48,94,62)
#264931
(38,73,49)
#1C3424
(28,52,36)
#121F17
(18,31,23)
#000000
(0,0,0)

Tints of #76F199

#76F199
(118,241,153)
#82F2A2
(130,242,162)
#8EF3AB
(142,243,171)
#9AF4B4
(154,244,180)
#A6F5BD
(166,245,189)
#B2F6C6
(178,246,198)
#BEF7CF
(190,247,207)
#CAF8D8
(202,248,216)
#D6F9E1
(214,249,225)
#E2FAEA
(226,250,234)
#EEFBF3
(238,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76F199 color. Also use rgb(118,241,153) instead hex code.

Text Font Color

.myTextColor { color: #76F199; }

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

This text font color is #76F199.


Background Color

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

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

This div background color is #76F199.


Border color

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

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

This div border color is #76F199.


Opacity

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

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

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

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

This text has shadow with #76F199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F199 on black background.


Color preview on white background

This text has color #76F199 on white background.



Black color preview on #76F199 background

This text has black color on #76F199 background.


White color preview on #76F199 background

This text has white color on #76F199 background.