COLOR #6AFC52

HEX: #6AFC52
RGB: (106,252,82)

Color info

#6AFC52 contains mainly green color. Web safe color of #6AFC52 is #66FF66 (or #6F6).

RGB color model

#6AFC52 color RGB value is (106,252,82).

  • red value is 106;
  • green value is 252;
  • blue value is 82.
RGB:
(106,252,82)
(42%,99%,32%)

RGB channels and saturation

R 106 of 255 = 42%
G 252 of 255 = 99%
B 82 of 255 = 32%

106
252
82

R + G + B ~ 58%. #6AFC52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 252 + 82 = 440 (100%)
R 106 of 440 ~ 24.09%
G 252 of 440 ~ 57.27%
B 82 of 440 ~ 18.64%

%24.09
%57.27
%18.64

CMYK color model

#6AFC52 color CMYK value is (58,0,67,1).

  • cyan value is 57.94%
  • magenta value is 0.00%
  • yellow value is 67.46%
  • key color value is 1.18%
CMYK:
(58,0,67,1)
C58M0Y67K1 
(58%,0%,67%,1%)
(0.58/0.00/0.67/0.01)	

CMYK percentages

%57.94
%0
%67.46
%1.18

Codes

Color #6AFC52 in popluar color models

6AFC52
RGB10625282
HSL112°96.59%65.49%
HSB/HSV112°67.46%98.82%
CMYK57.94%0.00%67.46%
1.18%

Color #6AFC52 in popluar number systems.

HEX6AFC52
Decimal10625282
Binary1101010111111001010010
Octal152374122

Shades and tints

Shades of #6AFC52

#6AFC52
(106,252,82)
#61E64B
(97,230,75)
#58D044
(88,208,68)
#4FBA3D
(79,186,61)
#46A436
(70,164,54)
#3D8E2F
(61,142,47)
#347828
(52,120,40)
#2B6221
(43,98,33)
#224C1A
(34,76,26)
#193613
(25,54,19)
#10200C
(16,32,12)
#000000
(0,0,0)

Tints of #6AFC52

#6AFC52
(106,252,82)
#77FC61
(119,252,97)
#84FC70
(132,252,112)
#91FC7F
(145,252,127)
#9EFC8E
(158,252,142)
#ABFC9D
(171,252,157)
#B8FCAC
(184,252,172)
#C5FCBB
(197,252,187)
#D2FCCA
(210,252,202)
#DFFCD9
(223,252,217)
#ECFCE8
(236,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AFC52 color. Also use rgb(106,252,82) instead hex code.

Text Font Color

.myTextColor { color: #6AFC52; }

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

This text font color is #6AFC52.


Background Color

.myBgColor { background-color: #6AFC52; }

<div style="background-color:#6AFC52">Inner text</div>

This div background color is #6AFC52.


Border color

.myBorderColor { border: 1px solid #6AFC52; }

<div style="border:3px solid #6AFC52">Div</div>

This div border color is #6AFC52.


Opacity

.myOpacity80 { color: #6AFC52; opacity: 0.8; }

<p style="color:#6AFC52;opacity:0.8;">80%</p>

Text with #6AFC52 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 #6AFC52;}

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

This text has shadow with #6AFC52 color.

.textShadow {text-shadow: 3px 3px 1px #6AFC52, 3px 3px 1px red;}

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

This text has shadow with #6AFC52 primary color and red secondary color.


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

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

This text has shadow with #6AFC52 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AFC52 on black background.


Color preview on white background

This text has color #6AFC52 on white background.



Black color preview on #6AFC52 background

This text has black color on #6AFC52 background.


White color preview on #6AFC52 background

This text has white color on #6AFC52 background.