COLOR #76CE02

HEX: #76CE02
RGB: (118,206,2)

Renk bilgisi

#76CE02 contains mainly green color. #76CE02 ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#76CE02 color RGB value is (118,206,2).

  • kırmız ton 118;
  • yeşil ton 206;
  • mavi ton 2.
RGB:
(118,206,2)
(46%,81%,1%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 206 of 255 = 81%
B 2 of 255 = 1%

118
206
2

R + G + B ~ 43%. #76CE02 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 206 + 2 = 326 (100%)
R 118 of 326 ~ 36.2%
G 206 of 326 ~ 63.19%
B 2 of 326 ~ 0.61%

%36.2
%63.19

CMYK RENK MODELİ

#76CE02 rengi CMYK tonu (43,0,99,19).

  • camgöbeği tonu 42.72%
  • eflatun tonu 0.00%
  • sarı tonu 99.03%
  • ana renk tonu 19.22%
CMYK:
(43,0,99,19)
C43M0Y99K19 
(43%,0%,99%,19%)
(0.43/0.00/0.99/0.19)	

CMYK yüzdeleri

%42.72
%0
%99.03
%19.22

Codes

Color #76CE02 in popluar color models

76CE02
RGB1182062
HSL86°98.08%40.78%
HSB/HSV86°99.03%80.78%
CMYK42.72%0.00%99.03%
19.22%

Color #76CE02 in popluar number systems.

HEX76CE02
Decimal1182062
Binary11101101100111010
Octal1663162

Shades and tints

Shades of #76CE02

#76CE02
(118,206,2)
#6CBC02
(108,188,2)
#62AA02
(98,170,2)
#589802
(88,152,2)
#4E8602
(78,134,2)
#447402
(68,116,2)
#3A6202
(58,98,2)
#305002
(48,80,2)
#263E02
(38,62,2)
#1C2C02
(28,44,2)
#121A02
(18,26,2)
#000000
(0,0,0)

Tints of #76CE02

#76CE02
(118,206,2)
#82D219
(130,210,25)
#8ED630
(142,214,48)
#9ADA47
(154,218,71)
#A6DE5E
(166,222,94)
#B2E275
(178,226,117)
#BEE68C
(190,230,140)
#CAEAA3
(202,234,163)
#D6EEBA
(214,238,186)
#E2F2D1
(226,242,209)
#EEF6E8
(238,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CE02 color. Also use rgb(118,206,2) instead hex code.

Text Font Color

.myTextColor { color: #76CE02; }

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

This text font color is #76CE02.


Background Color

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

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

This div background color is #76CE02.


Border color

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

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

This div border color is #76CE02.


Opacity

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

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

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

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

This text has shadow with #76CE02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CE02 on black background.


Color preview on white background

This text has color #76CE02 on white background.



Black color preview on #76CE02 background

This text has black color on #76CE02 background.


White color preview on #76CE02 background

This text has white color on #76CE02 background.