COLOR #50CC02

HEX: #50CC02
RGB: (80,204,2)

Renk bilgisi

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

RGB renk modeli

#50CC02 color RGB value is (80,204,2).

  • kırmız ton 80;
  • yeşil ton 204;
  • mavi ton 2.
RGB:
(80,204,2)
(31%,80%,1%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 204 of 255 = 80%
B 2 of 255 = 1%

80
204
2

R + G + B ~ 37%. #50CC02 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 204 + 2 = 286 (100%)
R 80 of 286 ~ 27.97%
G 204 of 286 ~ 71.33%
B 2 of 286 ~ 0.7%

%27.97
%71.33

CMYK RENK MODELİ

#50CC02 rengi CMYK tonu (61,0,99,20).

  • camgöbeği tonu 60.78%
  • eflatun tonu 0.00%
  • sarı tonu 99.02%
  • ana renk tonu 20.00%
CMYK:
(61,0,99,20)
C61M0Y99K20 
(61%,0%,99%,20%)
(0.61/0.00/0.99/0.20)	

CMYK yüzdeleri

%60.78
%0
%99.02
%20

Codes

Color #50CC02 in popluar color models

50CC02
RGB802042
HSL97°98.06%40.39%
HSB/HSV97°99.02%80.00%
CMYK60.78%0.00%99.02%
20.00%

Color #50CC02 in popluar number systems.

HEX50CC02
Decimal802042
Binary10100001100110010
Octal1203142

Shades and tints

Shades of #50CC02

#50CC02
(80,204,2)
#49BA02
(73,186,2)
#42A802
(66,168,2)
#3B9602
(59,150,2)
#348402
(52,132,2)
#2D7202
(45,114,2)
#266002
(38,96,2)
#1F4E02
(31,78,2)
#183C02
(24,60,2)
#112A02
(17,42,2)
#0A1802
(10,24,2)
#000000
(0,0,0)

Tints of #50CC02

#50CC02
(80,204,2)
#5FD019
(95,208,25)
#6ED430
(110,212,48)
#7DD847
(125,216,71)
#8CDC5E
(140,220,94)
#9BE075
(155,224,117)
#AAE48C
(170,228,140)
#B9E8A3
(185,232,163)
#C8ECBA
(200,236,186)
#D7F0D1
(215,240,209)
#E6F4E8
(230,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50CC02 color. Also use rgb(80,204,2) instead hex code.

Text Font Color

.myTextColor { color: #50CC02; }

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

This text font color is #50CC02.


Background Color

.myBgColor { background-color: #50CC02; }

<div style="background-color:#50CC02">Inner text</div>

This div background color is #50CC02.


Border color

.myBorderColor { border: 1px solid #50CC02; }

<div style="border:3px solid #50CC02">Div</div>

This div border color is #50CC02.


Opacity

.myOpacity80 { color: #50CC02; opacity: 0.8; }

<p style="color:#50CC02;opacity:0.8;">80%</p>

Text with #50CC02 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 #50CC02;}

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

This text has shadow with #50CC02 color.

.textShadow {text-shadow: 3px 3px 1px #50CC02, 3px 3px 1px red;}

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

This text has shadow with #50CC02 primary color and red secondary color.


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

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

This text has shadow with #50CC02 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50CC02 on black background.


Color preview on white background

This text has color #50CC02 on white background.



Black color preview on #50CC02 background

This text has black color on #50CC02 background.


White color preview on #50CC02 background

This text has white color on #50CC02 background.