COLOR #52C14C

HEX: #52C14C RGB: (82,193,76)

Color info

#52C14C contains mainly green color. Web safe color of #52C14C is #66CC33 (or #6C3).

RGB color model

#52C14C color RGB value is (82,193,76).

RGB: (82,193,76) (32%, 76%, 30%)

RGB channels and saturation

R 82 of 255 = 32%
G 193 of 255 = 76%
B 76 of 255 = 30%

82
193
76

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

Portions of RGB colors in percentages

R + G + B = 82 + 193 + 76 = 351 (100%)
R 82 of 351 ~ 23.36%
G 193 of 351 ~ 54.99%
B 76 of 351 ~ 21.65'%

%23.36
%54.99
%21.65

CMYK color model

#52C14C color CMYK value is (58,0,61,24).

  • cyan value is 57.51%
  • magenta value is 0.00%
  • yellow value is 60.62%
  • key color value is 24.31%
CMYK: (58,0,61,24) C58M0Y61K24 (58%,0%,61%,24%) (0.58/0.00/0.61/0.24) 

CMYK percentages

%57.51
%0
%60.62
%24.31

Codes

Color #52C14C in popluar color models

52 C1 4C
RGB 82 193 76
HSL 117° 48.55% 52.75%
HSB/HSV 117° 60.62% 75.69%
CMYK 57.51% 0.00% 60.62%
24.31%

Color #52C14C in popluar number systems.

HEX 52 C1 4C
Decimal 82 193 76
Binary 1010010 11000001 1001100
Octal 122 301 114

Shades and tints

Shades of #52C14C

#52C14C
(82,193,76)
#4BB046
(75,176,70)
#449F40
(68,159,64)
#3D8E3A
(61,142,58)
#367D34
(54,125,52)
#2F6C2E
(47,108,46)
#285B28
(40,91,40)
#214A22
(33,74,34)
#1A391C
(26,57,28)
#132816
(19,40,22)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #52C14C

#52C14C
(82,193,76)
#61C65C
(97,198,92)
#70CB6C
(112,203,108)
#7FD07C
(127,208,124)
#8ED58C
(142,213,140)
#9DDA9C
(157,218,156)
#ACDFAC
(172,223,172)
#BBE4BC
(187,228,188)
#CAE9CC
(202,233,204)
#D9EEDC
(217,238,220)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C14C color. Also use rgb(82,193,76) instead hex code.

Text Font Color

.myTextColor { color: #52C14C; }

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

This text font color is #52C14C.

Background Color

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

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

This div background color is #52C14C.

Border color

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

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

This div border color is #52C14C.

Opacity

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

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

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

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

This text has shadow with #52C14C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52C14C.

Preview

Color preview on black background

This text has color #52C14C on black background.


Color preview on white background

This text has color #52C14C on white background.


Black color preview on #52C14C background

This text has black color on #52C14C background.


White color preview on #52C14C background

This text has white color on #52C14C background.


Related colors

Complementary color

Complementary color for #hex is #AD3EB3.


I love getcolorcode.com

Triadic colors

1 #4C52C1 and #C14C52 with #52C14C are triadic colors.

2 #4CC152 and #C1524C with #52C14C are triadic colors.