COLOR #A7FD51

HEX: #A7FD51
RGB: (167,253,81)

Color info

#A7FD51 contains mainly green color. Web safe color of #A7FD51 is #99FF66 (or #9F6).

RGB color model

#A7FD51 color RGB value is (167,253,81).

  • red value is 167;
  • green value is 253;
  • blue value is 81.
RGB:
(167,253,81)
(65%,99%,32%)

RGB channels and saturation

R 167 of 255 = 65%
G 253 of 255 = 99%
B 81 of 255 = 32%

167
253
81

R + G + B ~ 65%. #A7FD51 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 253 + 81 = 501 (100%)
R 167 of 501 ~ 33.33%
G 253 of 501 ~ 50.5%
B 81 of 501 ~ 16.17%

%33.33
%50.5
%16.17

CMYK color model

#A7FD51 color CMYK value is (34,0,68,1).

  • cyan value is 33.99%
  • magenta value is 0.00%
  • yellow value is 67.98%
  • key color value is 0.78%
CMYK:
(34,0,68,1)
C34M0Y68K1 
(34%,0%,68%,1%)
(0.34/0.00/0.68/0.01)	

CMYK percentages

%33.99
%0
%67.98
%0.78

Codes

Color #A7FD51 in popluar color models

A7FD51
RGB16725381
HSL90°97.73%65.49%
HSB/HSV90°67.98%99.22%
CMYK33.99%0.00%67.98%
0.78%

Color #A7FD51 in popluar number systems.

HEXA7FD51
Decimal16725381
Binary10100111111111011010001
Octal247375121

Shades and tints

Shades of #A7FD51

#A7FD51
(167,253,81)
#98E64A
(152,230,74)
#89CF43
(137,207,67)
#7AB83C
(122,184,60)
#6BA135
(107,161,53)
#5C8A2E
(92,138,46)
#4D7327
(77,115,39)
#3E5C20
(62,92,32)
#2F4519
(47,69,25)
#202E12
(32,46,18)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #A7FD51

#A7FD51
(167,253,81)
#AFFD60
(175,253,96)
#B7FD6F
(183,253,111)
#BFFD7E
(191,253,126)
#C7FD8D
(199,253,141)
#CFFD9C
(207,253,156)
#D7FDAB
(215,253,171)
#DFFDBA
(223,253,186)
#E7FDC9
(231,253,201)
#EFFDD8
(239,253,216)
#F7FDE7
(247,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7FD51 color. Also use rgb(167,253,81) instead hex code.

Text Font Color

.myTextColor { color: #A7FD51; }

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

This text font color is #A7FD51.


Background Color

.myBgColor { background-color: #A7FD51; }

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

This div background color is #A7FD51.


Border color

.myBorderColor { border: 1px solid #A7FD51; }

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

This div border color is #A7FD51.


Opacity

.myOpacity80 { color: #A7FD51; opacity: 0.8; }

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

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

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

This text has shadow with #A7FD51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FD51 on black background.


Color preview on white background

This text has color #A7FD51 on white background.



Black color preview on #A7FD51 background

This text has black color on #A7FD51 background.


White color preview on #A7FD51 background

This text has white color on #A7FD51 background.