COLOR #7CDE0D

HEX: #7CDE0D
RGB: (124,222,13)

Color info

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

RGB color model

#7CDE0D color RGB value is (124,222,13).

  • red value is 124;
  • green value is 222;
  • blue value is 13.
RGB:
(124,222,13)
(49%,87%,5%)

RGB channels and saturation

R 124 of 255 = 49%
G 222 of 255 = 87%
B 13 of 255 = 5%

124
222
13

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

Portions of RGB colors in percentages

R + G + B =
124 + 222 + 13 = 359 (100%)
R 124 of 359 ~ 34.54%
G 222 of 359 ~ 61.84%
B 13 of 359 ~ 3.62%

%34.54
%61.84

CMYK color model

#7CDE0D color CMYK value is (44,0,94,13).

  • cyan value is 44.14%
  • magenta value is 0.00%
  • yellow value is 94.14%
  • key color value is 12.94%
CMYK:
(44,0,94,13)
C44M0Y94K13 
(44%,0%,94%,13%)
(0.44/0.00/0.94/0.13)	

CMYK percentages

%44.14
%0
%94.14
%12.94

Codes

Color #7CDE0D in popluar color models

7CDE0D
RGB12422213
HSL88°88.94%46.08%
HSB/HSV88°94.14%87.06%
CMYK44.14%0.00%94.14%
12.94%

Color #7CDE0D in popluar number systems.

HEX7CDE0D
Decimal12422213
Binary1111100110111101101
Octal17433615

Shades and tints

Shades of #7CDE0D

#7CDE0D
(124,222,13)
#71CA0C
(113,202,12)
#66B60B
(102,182,11)
#5BA20A
(91,162,10)
#508E09
(80,142,9)
#457A08
(69,122,8)
#3A6607
(58,102,7)
#2F5206
(47,82,6)
#243E05
(36,62,5)
#192A04
(25,42,4)
#0E1603
(14,22,3)
#000000
(0,0,0)

Tints of #7CDE0D

#7CDE0D
(124,222,13)
#87E123
(135,225,35)
#92E439
(146,228,57)
#9DE74F
(157,231,79)
#A8EA65
(168,234,101)
#B3ED7B
(179,237,123)
#BEF091
(190,240,145)
#C9F3A7
(201,243,167)
#D4F6BD
(212,246,189)
#DFF9D3
(223,249,211)
#EAFCE9
(234,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CDE0D color. Also use rgb(124,222,13) instead hex code.

Text Font Color

.myTextColor { color: #7CDE0D; }

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

This text font color is #7CDE0D.


Background Color

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

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

This div background color is #7CDE0D.


Border color

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

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

This div border color is #7CDE0D.


Opacity

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

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

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

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

This text has shadow with #7CDE0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CDE0D on black background.


Color preview on white background

This text has color #7CDE0D on white background.



Black color preview on #7CDE0D background

This text has black color on #7CDE0D background.


White color preview on #7CDE0D background

This text has white color on #7CDE0D background.