COLOR #8DBE55

HEX: #8DBE55 RGB: (141,190,85)

Color info

#8DBE55 contains mainly red and green colors. Web safe color of #8DBE55 is #99CC66 (or #9C6).

RGB color model

#8DBE55 color RGB value is (141,190,85).

RGB: (141,190,85) (55%, 75%, 33%)

RGB channels and saturation

R 141 of 255 = 55%
G 190 of 255 = 75%
B 85 of 255 = 33%

141
190
85

R + G + B ~ 54%. #8DBE55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 190 + 85 = 416 (100%)
R 141 of 416 ~ 33.89%
G 190 of 416 ~ 45.67%
B 85 of 416 ~ 20.43'%

%33.89
%45.67
%20.43

CMYK color model

#8DBE55 color CMYK value is (26,0,55,25).

  • cyan value is 25.79%
  • magenta value is 0.00%
  • yellow value is 55.26%
  • key color value is 25.49%
CMYK: (26,0,55,25) C26M0Y55K25 (26%,0%,55%,25%) (0.26/0.00/0.55/0.25) 

CMYK percentages

%25.79
%0
%55.26
%25.49

Codes

Color #8DBE55 in popluar color models

8D BE 55
RGB 141 190 85
HSL 88° 44.68% 53.92%
HSB/HSV 88° 55.26% 74.51%
CMYK 25.79% 0.00% 55.26%
25.49%

Color #8DBE55 in popluar number systems.

HEX 8D BE 55
Decimal 141 190 85
Binary 10001101 10111110 1010101
Octal 215 276 125

Shades and tints

Shades of #8DBE55

#8DBE55
(141,190,85)
#81AD4E
(129,173,78)
#759C47
(117,156,71)
#698B40
(105,139,64)
#5D7A39
(93,122,57)
#516932
(81,105,50)
#45582B
(69,88,43)
#394724
(57,71,36)
#2D361D
(45,54,29)
#212516
(33,37,22)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #8DBE55

#8DBE55
(141,190,85)
#97C364
(151,195,100)
#A1C873
(161,200,115)
#ABCD82
(171,205,130)
#B5D291
(181,210,145)
#BFD7A0
(191,215,160)
#C9DCAF
(201,220,175)
#D3E1BE
(211,225,190)
#DDE6CD
(221,230,205)
#E7EBDC
(231,235,220)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DBE55 color. Also use rgb(141,190,85) instead hex code.

Text Font Color

.myTextColor { color: #8DBE55; }

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

This text font color is #8DBE55.

Background Color

.myBgColor { background-color: #8DBE55; }

<div style="background-color:#8DBE55">Inner text</div>

This div background color is #8DBE55.

Border color

.myBorderColor { border: 1px solid #8DBE55; }

<div style="border:3px solid #8DBE55">Div</div>

This div border color is #8DBE55.

Opacity

.myOpacity80 { color: #8DBE55; opacity: 0.8; }

<p style="color:#8DBE55;opacity:0.8;">80%</p>

Text with #8DBE55 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 #8DBE55;}

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

This text has shadow with #8DBE55 color.


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

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

This text has shadow with #8DBE55 primary color and red secondary color.


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

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

This text has shadow with #8DBE55 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8DBE55.

Preview

Color preview on black background

This text has color #8DBE55 on black background.


Color preview on white background

This text has color #8DBE55 on white background.


Black color preview on #8DBE55 background

This text has black color on #8DBE55 background.


White color preview on #8DBE55 background

This text has white color on #8DBE55 background.


Related colors

Complementary color

Complementary color for #hex is #7241AA.


I love getcolorcode.com

Triadic colors

1 #558DBE and #BE558D with #8DBE55 are triadic colors.

2 #55BE8D and #BE8D55 with #8DBE55 are triadic colors.