COLOR #85CC46

HEX: #85CC46 RGB: (133,204,70)

Color info

#85CC46 contains mainly green color. Web safe color of #85CC46 is #99CC33 (or #9C3).

RGB color model

#85CC46 color RGB value is (133,204,70).

RGB: (133,204,70) (52%, 80%, 27%)

RGB channels and saturation

R 133 of 255 = 52%
G 204 of 255 = 80%
B 70 of 255 = 27%

133
204
70

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

Portions of RGB colors in percentages

R + G + B = 133 + 204 + 70 = 407 (100%)
R 133 of 407 ~ 32.68%
G 204 of 407 ~ 50.12%
B 70 of 407 ~ 17.2'%

%32.68
%50.12
%17.2

CMYK color model

#85CC46 color CMYK value is (35,0,66,20).

  • cyan value is 34.80%
  • magenta value is 0.00%
  • yellow value is 65.69%
  • key color value is 20.00%

CMYK: (35,0,66,20)
C35M0Y66K20 (35%, 0%, 66%, 20%)
(0.35 / 0.00 / 0.66 / 0.20)

CMYK percentages

%34.8
%0
%65.69
%20

Codes

Color #85CC46 in popluar color models

85 CC 46
RGB 133 204 70
HSL 92° 56.78% 53.73%
HSB/HSV 92° 65.69% 80.00%
CMYK 34.80% 0.00% 65.69%
20.00%

Color #85CC46 in popluar number systems.

HEX 85 CC 46
Decimal 133 204 70
Binary 10000101 11001100 1000110
Octal 205 314 106

Shades and tints

Shades of #85CC46

#85CC46
(133,204,70)
#79BA40
(121,186,64)
#6DA83A
(109,168,58)
#619634
(97,150,52)
#55842E
(85,132,46)
#497228
(73,114,40)
#3D6022
(61,96,34)
#314E1C
(49,78,28)
#253C16
(37,60,22)
#192A10
(25,42,16)
#0D180A
(13,24,10)
#000000
(0,0,0)

Tints of #85CC46

#85CC46
(133,204,70)
#90D056
(144,208,86)
#9BD466
(155,212,102)
#A6D876
(166,216,118)
#B1DC86
(177,220,134)
#BCE096
(188,224,150)
#C7E4A6
(199,228,166)
#D2E8B6
(210,232,182)
#DDECC6
(221,236,198)
#E8F0D6
(232,240,214)
#F3F4E6
(243,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CC46 color. Also use rgb(133,204,70) instead hex code.

Text Font Color

.myTextColor { color: #85CC46; }

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

This text font color is #85CC46.

Background Color

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

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

This div background color is #85CC46.

Border color

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

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

This div border color is #85CC46.

Opacity

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

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

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

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

This text has shadow with #85CC46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CC46.

Preview

Color preview on black background

This text has color #85CC46 on black background.


Color preview on white background

This text has color #85CC46 on white background.


Black color preview on #85CC46 background

This text has black color on #85CC46 background.


White color preview on #85CC46 background

This text has white color on #85CC46 background.


Related colors

Complementary color

Complementary color for #hex is #7A33B9.


I love getcolorcode.com

Triadic colors

1 #4685CC and #CC4685 with #85CC46 are triadic colors.

2 #46CC85 and #CC8546 with #85CC46 are triadic colors.