COLOR #55AE64

HEX: #55AE64 RGB: (85,174,100)

Color info

#55AE64 contains mainly green color. Web safe color of #55AE64 is #669966 (or #696).

RGB color model

#55AE64 color RGB value is (85,174,100).

RGB: (85,174,100) (33%, 68%, 39%)

RGB channels and saturation

R 85 of 255 = 33%
G 174 of 255 = 68%
B 100 of 255 = 39%

85
174
100

R + G + B ~ 47%. #55AE64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 174 + 100 = 359 (100%)
R 85 of 359 ~ 23.68%
G 174 of 359 ~ 48.47%
B 100 of 359 ~ 27.86'%

%23.68
%48.47
%27.86

CMYK color model

#55AE64 color CMYK value is (51,0,43,32).

  • cyan value is 51.15%
  • magenta value is 0.00%
  • yellow value is 42.53%
  • key color value is 31.76%

CMYK: (51,0,43,32)
C51M0Y43K32 (51%, 0%, 43%, 32%)
(0.51 / 0.00 / 0.43 / 0.32)

CMYK percentages

%51.15
%0
%42.53
%31.76

Codes

Color #55AE64 in popluar color models

55 AE 64
RGB 85 174 100
HSL 130° 35.46% 50.78%
HSB/HSV 130° 51.15% 68.24%
CMYK 51.15% 0.00% 42.53%
31.76%

Color #55AE64 in popluar number systems.

HEX 55 AE 64
Decimal 85 174 100
Binary 1010101 10101110 1100100
Octal 125 256 144

Shades and tints

Shades of #55AE64

#55AE64
(85,174,100)
#4E9F5B
(78,159,91)
#479052
(71,144,82)
#408149
(64,129,73)
#397240
(57,114,64)
#326337
(50,99,55)
#2B542E
(43,84,46)
#244525
(36,69,37)
#1D361C
(29,54,28)
#162713
(22,39,19)
#0F180A
(15,24,10)
#000000
(0,0,0)

Tints of #55AE64

#55AE64
(85,174,100)
#64B572
(100,181,114)
#73BC80
(115,188,128)
#82C38E
(130,195,142)
#91CA9C
(145,202,156)
#A0D1AA
(160,209,170)
#AFD8B8
(175,216,184)
#BEDFC6
(190,223,198)
#CDE6D4
(205,230,212)
#DCEDE2
(220,237,226)
#EBF4F0
(235,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AE64 color. Also use rgb(85,174,100) instead hex code.

Text Font Color

.myTextColor { color: #55AE64; }

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

This text font color is #55AE64.

Background Color

.myBgColor { background-color: #55AE64; }

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

This div background color is #55AE64.

Border color

.myBorderColor { border: 1px solid #55AE64; }

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

This div border color is #55AE64.

Opacity

.myOpacity80 { color: #55AE64; opacity: 0.8; }

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

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

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

This text has shadow with #55AE64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55AE64.

Preview

Color preview on black background

This text has color #55AE64 on black background.


Color preview on white background

This text has color #55AE64 on white background.


Black color preview on #55AE64 background

This text has black color on #55AE64 background.


White color preview on #55AE64 background

This text has white color on #55AE64 background.


Related colors

Complementary color

Complementary color for #hex is #AA519B.


I love getcolorcode.com

Triadic colors

1 #6455AE and #AE6455 with #55AE64 are triadic colors.

2 #64AE55 and #AE5564 with #55AE64 are triadic colors.