COLOR #7BCD0E

HEX: #7BCD0E
RGB: (123,205,14)

Color info

#7BCD0E contains mainly green color. Web safe color of #7BCD0E is #66CC00 (or #6C0).

RGB color model

#7BCD0E color RGB value is (123,205,14).

  • red value is 123;
  • green value is 205;
  • blue value is 14.
RGB:
(123,205,14)
(48%,80%,5%)

RGB channels and saturation

R 123 of 255 = 48%
G 205 of 255 = 80%
B 14 of 255 = 5%

123
205
14

R + G + B ~ 44%. #7BCD0E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 205 + 14 = 342 (100%)
R 123 of 342 ~ 35.96%
G 205 of 342 ~ 59.94%
B 14 of 342 ~ 4.09%

%35.96
%59.94

CMYK color model

#7BCD0E color CMYK value is (40,0,93,20).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 93.17%
  • key color value is 19.61%
CMYK:
(40,0,93,20)
C40M0Y93K20 
(40%,0%,93%,20%)
(0.40/0.00/0.93/0.20)	

CMYK percentages

%40
%0
%93.17
%19.61

Codes

Color #7BCD0E in popluar color models

7BCD0E
RGB12320514
HSL86°87.21%42.94%
HSB/HSV86°93.17%80.39%
CMYK40.00%0.00%93.17%
19.61%

Color #7BCD0E in popluar number systems.

HEX7BCD0E
Decimal12320514
Binary1111011110011011110
Octal17331516

Shades and tints

Shades of #7BCD0E

#7BCD0E
(123,205,14)
#70BB0D
(112,187,13)
#65A90C
(101,169,12)
#5A970B
(90,151,11)
#4F850A
(79,133,10)
#447309
(68,115,9)
#396108
(57,97,8)
#2E4F07
(46,79,7)
#233D06
(35,61,6)
#182B05
(24,43,5)
#0D1904
(13,25,4)
#000000
(0,0,0)

Tints of #7BCD0E

#7BCD0E
(123,205,14)
#87D123
(135,209,35)
#93D538
(147,213,56)
#9FD94D
(159,217,77)
#ABDD62
(171,221,98)
#B7E177
(183,225,119)
#C3E58C
(195,229,140)
#CFE9A1
(207,233,161)
#DBEDB6
(219,237,182)
#E7F1CB
(231,241,203)
#F3F5E0
(243,245,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCD0E color. Also use rgb(123,205,14) instead hex code.

Text Font Color

.myTextColor { color: #7BCD0E; }

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

This text font color is #7BCD0E.


Background Color

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

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

This div background color is #7BCD0E.


Border color

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

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

This div border color is #7BCD0E.


Opacity

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

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

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

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

This text has shadow with #7BCD0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCD0E on black background.


Color preview on white background

This text has color #7BCD0E on white background.



Black color preview on #7BCD0E background

This text has black color on #7BCD0E background.


White color preview on #7BCD0E background

This text has white color on #7BCD0E background.