COLOR #85C333

HEX: #85C333 RGB: (133,195,51)

Color info

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

RGB color model

#85C333 color RGB value is (133,195,51).

RGB: (133,195,51) (52%, 76%, 20%)

RGB channels and saturation

R 133 of 255 = 52%
G 195 of 255 = 76%
B 51 of 255 = 20%

133
195
51

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

Portions of RGB colors in percentages

R + G + B = 133 + 195 + 51 = 379 (100%)
R 133 of 379 ~ 35.09%
G 195 of 379 ~ 51.45%
B 51 of 379 ~ 13.46'%

%35.09
%51.45
%13.46

CMYK color model

#85C333 color CMYK value is (32,0,74,24).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 73.85%
  • key color value is 23.53%

CMYK: (32,0,74,24)
C32M0Y74K24 (32%, 0%, 74%, 24%)
(0.32 / 0.00 / 0.74 / 0.24)

CMYK percentages

%31.79
%0
%73.85
%23.53

Codes

Color #85C333 in popluar color models

85 C3 33
RGB 133 195 51
HSL 86° 58.54% 48.24%
HSB/HSV 86° 73.85% 76.47%
CMYK 31.79% 0.00% 73.85%
23.53%

Color #85C333 in popluar number systems.

HEX 85 C3 33
Decimal 133 195 51
Binary 10000101 11000011 110011
Octal 205 303 63

Shades and tints

Shades of #85C333

#85C333
(133,195,51)
#79B22F
(121,178,47)
#6DA12B
(109,161,43)
#619027
(97,144,39)
#557F23
(85,127,35)
#496E1F
(73,110,31)
#3D5D1B
(61,93,27)
#314C17
(49,76,23)
#253B13
(37,59,19)
#192A0F
(25,42,15)
#0D190B
(13,25,11)
#000000
(0,0,0)

Tints of #85C333

#85C333
(133,195,51)
#90C845
(144,200,69)
#9BCD57
(155,205,87)
#A6D269
(166,210,105)
#B1D77B
(177,215,123)
#BCDC8D
(188,220,141)
#C7E19F
(199,225,159)
#D2E6B1
(210,230,177)
#DDEBC3
(221,235,195)
#E8F0D5
(232,240,213)
#F3F5E7
(243,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85C333 color. Also use rgb(133,195,51) instead hex code.

Text Font Color

.myTextColor { color: #85C333; }

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

This text font color is #85C333.

Background Color

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

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

This div background color is #85C333.

Border color

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

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

This div border color is #85C333.

Opacity

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

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

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

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

This text has shadow with #85C333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85C333.

Preview

Color preview on black background

This text has color #85C333 on black background.


Color preview on white background

This text has color #85C333 on white background.


Black color preview on #85C333 background

This text has black color on #85C333 background.


White color preview on #85C333 background

This text has white color on #85C333 background.


Related colors

Complementary color

Complementary color for #hex is #7A3CCC.


I love getcolorcode.com

Triadic colors

1 #3385C3 and #C33385 with #85C333 are triadic colors.

2 #33C385 and #C38533 with #85C333 are triadic colors.