COLOR #76F870

HEX: #76F870 RGB: (118,248,112)

Color info

#76F870 contains mainly green color. Web safe color of #76F870 is #66FF66 (or #6F6).

RGB color model

#76F870 color RGB value is (118,248,112).

RGB: (118,248,112) (46%, 97%, 44%)

RGB channels and saturation

R 118 of 255 = 46%
G 248 of 255 = 97%
B 112 of 255 = 44%

118
248
112

R + G + B ~ 62%. #76F870 is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 248 + 112 = 478 (100%)
R 118 of 478 ~ 24.69%
G 248 of 478 ~ 51.88%
B 112 of 478 ~ 23.43'%

%24.69
%51.88
%23.43

CMYK color model

#76F870 color CMYK value is (52,0,55,3).

  • cyan value is 52.42%
  • magenta value is 0.00%
  • yellow value is 54.84%
  • key color value is 2.75%

CMYK: (52,0,55,3)
C52M0Y55K3 (52%, 0%, 55%, 3%)
(0.52 / 0.00 / 0.55 / 0.03)

CMYK percentages

%52.42
%0
%54.84
%2.75

Codes

Color #76F870 in popluar color models

76 F8 70
RGB 118 248 112
HSL 117° 90.67% 70.59%
HSB/HSV 117° 54.84% 97.25%
CMYK 52.42% 0.00% 54.84%
2.75%

Color #76F870 in popluar number systems.

HEX 76 F8 70
Decimal 118 248 112
Binary 1110110 11111000 1110000
Octal 166 370 160

Shades and tints

Shades of #76F870

#76F870
(118,248,112)
#6CE266
(108,226,102)
#62CC5C
(98,204,92)
#58B652
(88,182,82)
#4EA048
(78,160,72)
#448A3E
(68,138,62)
#3A7434
(58,116,52)
#305E2A
(48,94,42)
#264820
(38,72,32)
#1C3216
(28,50,22)
#121C0C
(18,28,12)
#000000
(0,0,0)

Tints of #76F870

#76F870
(118,248,112)
#82F87D
(130,248,125)
#8EF88A
(142,248,138)
#9AF897
(154,248,151)
#A6F8A4
(166,248,164)
#B2F8B1
(178,248,177)
#BEF8BE
(190,248,190)
#CAF8CB
(202,248,203)
#D6F8D8
(214,248,216)
#E2F8E5
(226,248,229)
#EEF8F2
(238,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76F870 color. Also use rgb(118,248,112) instead hex code.

Text Font Color

.myTextColor { color: #76F870; }

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

This text font color is #76F870.

Background Color

.myBgColor { background-color: #76F870; }

<div style="background-color:#76F870">Inner text</div>

This div background color is #76F870.

Border color

.myBorderColor { border: 1px solid #76F870; }

<div style="border:3px solid #76F870">Div</div>

This div border color is #76F870.

Opacity

.myOpacity80 { color: #76F870; opacity: 0.8; }

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

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

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

This text has shadow with #76F870 color.


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

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

This text has shadow with #76F870 primary color and red secondary color.


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

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

This text has shadow with #76F870 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76F870.

Preview

Color preview on black background

This text has color #76F870 on black background.


Color preview on white background

This text has color #76F870 on white background.


Black color preview on #76F870 background

This text has black color on #76F870 background.


White color preview on #76F870 background

This text has white color on #76F870 background.


Related colors

Complementary color

Complementary color for #hex is #89078F.


I love getcolorcode.com

Triadic colors

1 #7076F8 and #F87076 with #76F870 are triadic colors.

2 #70F876 and #F87670 with #76F870 are triadic colors.