COLOR #52B200

HEX: #52B200
RGB: (82,178,0)

Renk bilgisi

#52B200 contains mainly green color. #52B200 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#52B200 color RGB value is (82,178,0).

  • kırmız ton 82;
  • yeşil ton 178;
  • mavi ton 0.
RGB:
(82,178,0)
(32%,70%,0%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 178 of 255 = 70%
B 0 of 255 = 0%

82
178
0

R + G + B ~ 34%. #52B200 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 178 + 0 = 260 (100%)
R 82 of 260 ~ 31.54%
G 178 of 260 ~ 68.46%
B 0 of 260 ~ 0%

%31.54
%68.46

CMYK RENK MODELİ

#52B200 rengi CMYK tonu (54,0,100,30).

  • camgöbeği tonu 53.93%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 30.20%
CMYK:
(54,0,100,30)
C54M0Y100K30 
(54%,0%,100%,30%)
(0.54/0.00/1.00/0.30)	

CMYK yüzdeleri

%53.93
%0
%100
%30.2

Codes

Color #52B200 in popluar color models

52B200
RGB821780
HSL92°100.00%34.90%
HSB/HSV92°100.00%69.80%
CMYK53.93%0.00%100.00%
30.20%

Color #52B200 in popluar number systems.

HEX52B200
Decimal821780
Binary1010010101100100
Octal1222620

Shades and tints

Shades of #52B200

#52B200
(82,178,0)
#4BA200
(75,162,0)
#449200
(68,146,0)
#3D8200
(61,130,0)
#367200
(54,114,0)
#2F6200
(47,98,0)
#285200
(40,82,0)
#214200
(33,66,0)
#1A3200
(26,50,0)
#132200
(19,34,0)
#0C1200
(12,18,0)
#000000
(0,0,0)

Tints of #52B200

#52B200
(82,178,0)
#61B917
(97,185,23)
#70C02E
(112,192,46)
#7FC745
(127,199,69)
#8ECE5C
(142,206,92)
#9DD573
(157,213,115)
#ACDC8A
(172,220,138)
#BBE3A1
(187,227,161)
#CAEAB8
(202,234,184)
#D9F1CF
(217,241,207)
#E8F8E6
(232,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B200 color. Also use rgb(82,178,0) instead hex code.

Text Font Color

.myTextColor { color: #52B200; }

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

This text font color is #52B200.


Background Color

.myBgColor { background-color: #52B200; }

<div style="background-color:#52B200">Inner text</div>

This div background color is #52B200.


Border color

.myBorderColor { border: 1px solid #52B200; }

<div style="border:3px solid #52B200">Div</div>

This div border color is #52B200.


Opacity

.myOpacity80 { color: #52B200; opacity: 0.8; }

<p style="color:#52B200;opacity:0.8;">80%</p>

Text with #52B200 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 #52B200;}

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

This text has shadow with #52B200 color.

.textShadow {text-shadow: 3px 3px 1px #52B200, 3px 3px 1px red;}

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

This text has shadow with #52B200 primary color and red secondary color.


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

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

This text has shadow with #52B200 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B200 on black background.


Color preview on white background

This text has color #52B200 on white background.



Black color preview on #52B200 background

This text has black color on #52B200 background.


White color preview on #52B200 background

This text has white color on #52B200 background.