COLOR #7BED95

HEX: #7BED95 RGB: (123,237,149)

Color info

#7BED95 contains mainly green color. Web safe color of #7BED95 is #66FF99 (or #6F9).

RGB color model

#7BED95 color RGB value is (123,237,149).

RGB: (123,237,149) (48%, 93%, 58%)

RGB channels and saturation

R 123 of 255 = 48%
G 237 of 255 = 93%
B 149 of 255 = 58%

123
237
149

R + G + B ~ 66%. #7BED95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 237 + 149 = 509 (100%)
R 123 of 509 ~ 24.17%
G 237 of 509 ~ 46.56%
B 149 of 509 ~ 29.27'%

%24.17
%46.56
%29.27

CMYK color model

#7BED95 color CMYK value is (48,0,37,7).

  • cyan value is 48.10%
  • magenta value is 0.00%
  • yellow value is 37.13%
  • key color value is 7.06%

CMYK: (48,0,37,7)
C48M0Y37K7 (48%, 0%, 37%, 7%)
(0.48 / 0.00 / 0.37 / 0.07)

CMYK percentages

%48.1
%0
%37.13
%7.06

Codes

Color #7BED95 in popluar color models

7B ED 95
RGB 123 237 149
HSL 134° 76.00% 70.59%
HSB/HSV 134° 48.10% 92.94%
CMYK 48.10% 0.00% 37.13%
7.06%

Color #7BED95 in popluar number systems.

HEX 7B ED 95
Decimal 123 237 149
Binary 1111011 11101101 10010101
Octal 173 355 225

Shades and tints

Shades of #7BED95

#7BED95
(123,237,149)
#70D888
(112,216,136)
#65C37B
(101,195,123)
#5AAE6E
(90,174,110)
#4F9961
(79,153,97)
#448454
(68,132,84)
#396F47
(57,111,71)
#2E5A3A
(46,90,58)
#23452D
(35,69,45)
#183020
(24,48,32)
#0D1B13
(13,27,19)
#000000
(0,0,0)

Tints of #7BED95

#7BED95
(123,237,149)
#87EE9E
(135,238,158)
#93EFA7
(147,239,167)
#9FF0B0
(159,240,176)
#ABF1B9
(171,241,185)
#B7F2C2
(183,242,194)
#C3F3CB
(195,243,203)
#CFF4D4
(207,244,212)
#DBF5DD
(219,245,221)
#E7F6E6
(231,246,230)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BED95 color. Also use rgb(123,237,149) instead hex code.

Text Font Color

.myTextColor { color: #7BED95; }

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

This text font color is #7BED95.

Background Color

.myBgColor { background-color: #7BED95; }

<div style="background-color:#7BED95">Inner text</div>

This div background color is #7BED95.

Border color

.myBorderColor { border: 1px solid #7BED95; }

<div style="border:3px solid #7BED95">Div</div>

This div border color is #7BED95.

Opacity

.myOpacity80 { color: #7BED95; opacity: 0.8; }

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

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

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

This text has shadow with #7BED95 color.


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

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

This text has shadow with #7BED95 primary color and red secondary color.


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

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

This text has shadow with #7BED95 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7BED95.

Preview

Color preview on black background

This text has color #7BED95 on black background.


Color preview on white background

This text has color #7BED95 on white background.


Black color preview on #7BED95 background

This text has black color on #7BED95 background.


White color preview on #7BED95 background

This text has white color on #7BED95 background.


Related colors

Complementary color

Complementary color for #hex is #84126A.


I love getcolorcode.com

Triadic colors

1 #957BED and #ED957B with #7BED95 are triadic colors.

2 #95ED7B and #ED7B95 with #7BED95 are triadic colors.