COLOR #80BE75

HEX: #80BE75 RGB: (128,190,117)

Renk bilgisi

#80BE75 contains mainly green color. #80BE75 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#80BE75 color RGB value is (128,190,117).

RGB: (128,190,117) (50%, 75%, 46%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 190 of 255 = 75%
B 117 of 255 = 46%

128
190
117

R + G + B ~ 57%. #80BE75 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B = 128 + 190 + 117 = 435 (100%)
R 128 of 435 ~ 29.43%
G 190 of 435 ~ 43.68%
B 117 of 435 ~ 26.9'%

%29.43
%43.68
%26.9

CMYK RENK MODELİ

#80BE75 rengi CMYK tonu (33,0,38,25).

  • camgöbeği tonu 32.63%
  • eflatun tonu 0.00%
  • sarı tonu 38.42%
  • ana renk tonu 25.49%

CMYK: (33,0,38,25)
C33M0Y38K25 (33%, 0%, 38%, 25%)
(0.33 / 0.00 / 0.38 / 0.25)

CMYK yüzdeleri

%32.63
%0
%38.42
%25.49

Codes

Color #80BE75 in popluar color models

80 BE 75
RGB 128 190 117
HSL 111° 35.96% 60.20%
HSB/HSV 111° 38.42% 74.51%
CMYK 32.63% 0.00% 38.42%
25.49%

Color #80BE75 in popluar number systems.

HEX 80 BE 75
Decimal 128 190 117
Binary 10000000 10111110 1110101
Octal 200 276 165

Shades and tints

Shades of #80BE75

#80BE75
(128,190,117)
#75AD6B
(117,173,107)
#6A9C61
(106,156,97)
#5F8B57
(95,139,87)
#547A4D
(84,122,77)
#496943
(73,105,67)
#3E5839
(62,88,57)
#33472F
(51,71,47)
#283625
(40,54,37)
#1D251B
(29,37,27)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #80BE75

#80BE75
(128,190,117)
#8BC381
(139,195,129)
#96C88D
(150,200,141)
#A1CD99
(161,205,153)
#ACD2A5
(172,210,165)
#B7D7B1
(183,215,177)
#C2DCBD
(194,220,189)
#CDE1C9
(205,225,201)
#D8E6D5
(216,230,213)
#E3EBE1
(227,235,225)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BE75 color. Also use rgb(128,190,117) instead hex code.

Text Font Color

.myTextColor { color: #80BE75; }

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

This text font color is #80BE75.

Background Color

.myBgColor { background-color: #80BE75; }

<div style="background-color:#80BE75">Inner text</div>

This div background color is #80BE75.

Border color

.myBorderColor { border: 1px solid #80BE75; }

<div style="border:3px solid #80BE75">Div</div>

This div border color is #80BE75.

Opacity

.myOpacity80 { color: #80BE75; opacity: 0.8; }

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

Text with #80BE75 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 #80BE75;}

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

This text has shadow with #80BE75 color.


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

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

This text has shadow with #80BE75 primary color and red secondary color.


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

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

This text has shadow with #80BE75 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80BE75.

Preview

Color preview on black background

This text has color #80BE75 on black background.


Color preview on white background

This text has color #80BE75 on white background.


Black color preview on #80BE75 background

This text has black color on #80BE75 background.


White color preview on #80BE75 background

This text has white color on #80BE75 background.


Related colors

Complementary color

Complementary color for #hex is #7F418A.


I love getcolorcode.com

Triadic colors

1 #7580BE and #BE7580 with #80BE75 are triadic colors.

2 #75BE80 and #BE8075 with #80BE75 are triadic colors.