COLOR #81EE75

HEX: #81EE75
RGB: (129,238,117)

Color info

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

RGB color model

#81EE75 color RGB value is (129,238,117).

  • red value is 129;
  • green value is 238;
  • blue value is 117.
RGB:
(129,238,117)
(51%,93%,46%)

RGB channels and saturation

R 129 of 255 = 51%
G 238 of 255 = 93%
B 117 of 255 = 46%

129
238
117

R + G + B ~ 63%. #81EE75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 238 + 117 = 484 (100%)
R 129 of 484 ~ 26.65%
G 238 of 484 ~ 49.17%
B 117 of 484 ~ 24.17%

%26.65
%49.17
%24.17

CMYK color model

#81EE75 color CMYK value is (46,0,51,7).

  • cyan value is 45.80%
  • magenta value is 0.00%
  • yellow value is 50.84%
  • key color value is 6.67%
CMYK:
(46,0,51,7)
C46M0Y51K7 
(46%,0%,51%,7%)
(0.46/0.00/0.51/0.07)	

CMYK percentages

%45.8
%0
%50.84
%6.67

Codes

Color #81EE75 in popluar color models

81EE75
RGB129238117
HSL114°78.06%69.61%
HSB/HSV114°50.84%93.33%
CMYK45.80%0.00%50.84%
6.67%

Color #81EE75 in popluar number systems.

HEX81EE75
Decimal129238117
Binary10000001111011101110101
Octal201356165

Shades and tints

Shades of #81EE75

#81EE75
(129,238,117)
#76D96B
(118,217,107)
#6BC461
(107,196,97)
#60AF57
(96,175,87)
#559A4D
(85,154,77)
#4A8543
(74,133,67)
#3F7039
(63,112,57)
#345B2F
(52,91,47)
#294625
(41,70,37)
#1E311B
(30,49,27)
#131C11
(19,28,17)
#000000
(0,0,0)

Tints of #81EE75

#81EE75
(129,238,117)
#8CEF81
(140,239,129)
#97F08D
(151,240,141)
#A2F199
(162,241,153)
#ADF2A5
(173,242,165)
#B8F3B1
(184,243,177)
#C3F4BD
(195,244,189)
#CEF5C9
(206,245,201)
#D9F6D5
(217,246,213)
#E4F7E1
(228,247,225)
#EFF8ED
(239,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81EE75 color. Also use rgb(129,238,117) instead hex code.

Text Font Color

.myTextColor { color: #81EE75; }

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

This text font color is #81EE75.


Background Color

.myBgColor { background-color: #81EE75; }

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

This div background color is #81EE75.


Border color

.myBorderColor { border: 1px solid #81EE75; }

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

This div border color is #81EE75.


Opacity

.myOpacity80 { color: #81EE75; opacity: 0.8; }

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

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

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

This text has shadow with #81EE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81EE75 on black background.


Color preview on white background

This text has color #81EE75 on white background.



Black color preview on #81EE75 background

This text has black color on #81EE75 background.


White color preview on #81EE75 background

This text has white color on #81EE75 background.