COLOR #7BF290

HEX: #7BF290
RGB: (123,242,144)

Color info

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

RGB color model

#7BF290 color RGB value is (123,242,144).

  • red value is 123;
  • green value is 242;
  • blue value is 144.
RGB:
(123,242,144)
(48%,95%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 242 of 255 = 95%
B 144 of 255 = 56%

123
242
144

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

Portions of RGB colors in percentages

R + G + B =
123 + 242 + 144 = 509 (100%)
R 123 of 509 ~ 24.17%
G 242 of 509 ~ 47.54%
B 144 of 509 ~ 28.29%

%24.17
%47.54
%28.29

CMYK color model

#7BF290 color CMYK value is (49,0,40,5).

  • cyan value is 49.17%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 5.10%
CMYK:
(49,0,40,5)
C49M0Y40K5 
(49%,0%,40%,5%)
(0.49/0.00/0.40/0.05)	

CMYK percentages

%49.17
%0
%40.5
%5.1

Codes

Color #7BF290 in popluar color models

7BF290
RGB123242144
HSL131°82.07%71.57%
HSB/HSV131°49.17%94.90%
CMYK49.17%0.00%40.50%
5.10%

Color #7BF290 in popluar number systems.

HEX7BF290
Decimal123242144
Binary11110111111001010010000
Octal173362220

Shades and tints

Shades of #7BF290

#7BF290
(123,242,144)
#70DC83
(112,220,131)
#65C676
(101,198,118)
#5AB069
(90,176,105)
#4F9A5C
(79,154,92)
#44844F
(68,132,79)
#396E42
(57,110,66)
#2E5835
(46,88,53)
#234228
(35,66,40)
#182C1B
(24,44,27)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #7BF290

#7BF290
(123,242,144)
#87F39A
(135,243,154)
#93F4A4
(147,244,164)
#9FF5AE
(159,245,174)
#ABF6B8
(171,246,184)
#B7F7C2
(183,247,194)
#C3F8CC
(195,248,204)
#CFF9D6
(207,249,214)
#DBFAE0
(219,250,224)
#E7FBEA
(231,251,234)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BF290 color. Also use rgb(123,242,144) instead hex code.

Text Font Color

.myTextColor { color: #7BF290; }

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

This text font color is #7BF290.


Background Color

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

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

This div background color is #7BF290.


Border color

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

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

This div border color is #7BF290.


Opacity

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

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

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

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

This text has shadow with #7BF290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BF290 on black background.


Color preview on white background

This text has color #7BF290 on white background.



Black color preview on #7BF290 background

This text has black color on #7BF290 background.


White color preview on #7BF290 background

This text has white color on #7BF290 background.