COLOR #85C715

HEX: #85C715
RGB: (133,199,21)

Color info

#85C715 contains mainly green color. Web safe color of #85C715 is #99CC00 (or #9C0).

RGB color model

#85C715 color RGB value is (133,199,21).

  • red value is 133;
  • green value is 199;
  • blue value is 21.
RGB:
(133,199,21)
(52%,78%,8%)

RGB channels and saturation

R 133 of 255 = 52%
G 199 of 255 = 78%
B 21 of 255 = 8%

133
199
21

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

Portions of RGB colors in percentages

R + G + B =
133 + 199 + 21 = 353 (100%)
R 133 of 353 ~ 37.68%
G 199 of 353 ~ 56.37%
B 21 of 353 ~ 5.95%

%37.68
%56.37

CMYK color model

#85C715 color CMYK value is (33,0,89,22).

  • cyan value is 33.17%
  • magenta value is 0.00%
  • yellow value is 89.45%
  • key color value is 21.96%
CMYK:
(33,0,89,22)
C33M0Y89K22 
(33%,0%,89%,22%)
(0.33/0.00/0.89/0.22)	

CMYK percentages

%33.17
%0
%89.45
%21.96

Codes

Color #85C715 in popluar color models

85C715
RGB13319921
HSL82°80.91%43.14%
HSB/HSV82°89.45%78.04%
CMYK33.17%0.00%89.45%
21.96%

Color #85C715 in popluar number systems.

HEX85C715
Decimal13319921
Binary100001011100011110101
Octal20530725

Shades and tints

Shades of #85C715

#85C715
(133,199,21)
#79B514
(121,181,20)
#6DA313
(109,163,19)
#619112
(97,145,18)
#557F11
(85,127,17)
#496D10
(73,109,16)
#3D5B0F
(61,91,15)
#31490E
(49,73,14)
#25370D
(37,55,13)
#19250C
(25,37,12)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #85C715

#85C715
(133,199,21)
#90CC2A
(144,204,42)
#9BD13F
(155,209,63)
#A6D654
(166,214,84)
#B1DB69
(177,219,105)
#BCE07E
(188,224,126)
#C7E593
(199,229,147)
#D2EAA8
(210,234,168)
#DDEFBD
(221,239,189)
#E8F4D2
(232,244,210)
#F3F9E7
(243,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C715 color. Also use rgb(133,199,21) instead hex code.

Text Font Color

.myTextColor { color: #85C715; }

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

This text font color is #85C715.


Background Color

.myBgColor { background-color: #85C715; }

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

This div background color is #85C715.


Border color

.myBorderColor { border: 1px solid #85C715; }

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

This div border color is #85C715.


Opacity

.myOpacity80 { color: #85C715; opacity: 0.8; }

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

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

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

This text has shadow with #85C715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C715 on black background.


Color preview on white background

This text has color #85C715 on white background.



Black color preview on #85C715 background

This text has black color on #85C715 background.


White color preview on #85C715 background

This text has white color on #85C715 background.