COLOR #52BB61

HEX: #52BB61
RGB: (82,187,97)

Renk bilgisi

#52BB61 contains mainly green color. #52BB61 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#52BB61 color RGB value is (82,187,97).

  • kırmız ton 82;
  • yeşil ton 187;
  • mavi ton 97.
RGB:
(82,187,97)
(32%,73%,38%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 187 of 255 = 73%
B 97 of 255 = 38%

82
187
97

R + G + B ~ 48%. #52BB61 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 187 + 97 = 366 (100%)
R 82 of 366 ~ 22.4%
G 187 of 366 ~ 51.09%
B 97 of 366 ~ 26.5%

%22.4
%51.09
%26.5

CMYK RENK MODELİ

#52BB61 rengi CMYK tonu (56,0,48,27).

  • camgöbeği tonu 56.15%
  • eflatun tonu 0.00%
  • sarı tonu 48.13%
  • ana renk tonu 26.67%
CMYK:
(56,0,48,27)
C56M0Y48K27 
(56%,0%,48%,27%)
(0.56/0.00/0.48/0.27)	

CMYK yüzdeleri

%56.15
%0
%48.13
%26.67

Codes

Color #52BB61 in popluar color models

52BB61
RGB8218797
HSL129°43.57%52.75%
HSB/HSV129°56.15%73.33%
CMYK56.15%0.00%48.13%
26.67%

Color #52BB61 in popluar number systems.

HEX52BB61
Decimal8218797
Binary1010010101110111100001
Octal122273141

Shades and tints

Shades of #52BB61

#52BB61
(82,187,97)
#4BAA59
(75,170,89)
#449951
(68,153,81)
#3D8849
(61,136,73)
#367741
(54,119,65)
#2F6639
(47,102,57)
#285531
(40,85,49)
#214429
(33,68,41)
#1A3321
(26,51,33)
#132219
(19,34,25)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #52BB61

#52BB61
(82,187,97)
#61C16F
(97,193,111)
#70C77D
(112,199,125)
#7FCD8B
(127,205,139)
#8ED399
(142,211,153)
#9DD9A7
(157,217,167)
#ACDFB5
(172,223,181)
#BBE5C3
(187,229,195)
#CAEBD1
(202,235,209)
#D9F1DF
(217,241,223)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52BB61 color. Also use rgb(82,187,97) instead hex code.

Text Font Color

.myTextColor { color: #52BB61; }

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

This text font color is #52BB61.


Background Color

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

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

This div background color is #52BB61.


Border color

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

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

This div border color is #52BB61.


Opacity

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

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

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

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

This text has shadow with #52BB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52BB61 on black background.


Color preview on white background

This text has color #52BB61 on white background.



Black color preview on #52BB61 background

This text has black color on #52BB61 background.


White color preview on #52BB61 background

This text has white color on #52BB61 background.