COLOR #78F266

HEX: #78F266
RGB: (120,242,102)

Color info

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

RGB color model

#78F266 color RGB value is (120,242,102).

  • red value is 120;
  • green value is 242;
  • blue value is 102.
RGB:
(120,242,102)
(47%,95%,40%)

RGB channels and saturation

R 120 of 255 = 47%
G 242 of 255 = 95%
B 102 of 255 = 40%

120
242
102

R + G + B ~ 61%. #78F266 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 242 + 102 = 464 (100%)
R 120 of 464 ~ 25.86%
G 242 of 464 ~ 52.16%
B 102 of 464 ~ 21.98%

%25.86
%52.16
%21.98

CMYK color model

#78F266 color CMYK value is (50,0,58,5).

  • cyan value is 50.41%
  • magenta value is 0.00%
  • yellow value is 57.85%
  • key color value is 5.10%
CMYK:
(50,0,58,5)
C50M0Y58K5 
(50%,0%,58%,5%)
(0.50/0.00/0.58/0.05)	

CMYK percentages

%50.41
%0
%57.85
%5.1

Codes

Color #78F266 in popluar color models

78F266
RGB120242102
HSL112°84.34%67.45%
HSB/HSV112°57.85%94.90%
CMYK50.41%0.00%57.85%
5.10%

Color #78F266 in popluar number systems.

HEX78F266
Decimal120242102
Binary1111000111100101100110
Octal170362146

Shades and tints

Shades of #78F266

#78F266
(120,242,102)
#6EDC5D
(110,220,93)
#64C654
(100,198,84)
#5AB04B
(90,176,75)
#509A42
(80,154,66)
#468439
(70,132,57)
#3C6E30
(60,110,48)
#325827
(50,88,39)
#28421E
(40,66,30)
#1E2C15
(30,44,21)
#14160C
(20,22,12)
#000000
(0,0,0)

Tints of #78F266

#78F266
(120,242,102)
#84F373
(132,243,115)
#90F480
(144,244,128)
#9CF58D
(156,245,141)
#A8F69A
(168,246,154)
#B4F7A7
(180,247,167)
#C0F8B4
(192,248,180)
#CCF9C1
(204,249,193)
#D8FACE
(216,250,206)
#E4FBDB
(228,251,219)
#F0FCE8
(240,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78F266 color. Also use rgb(120,242,102) instead hex code.

Text Font Color

.myTextColor { color: #78F266; }

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

This text font color is #78F266.


Background Color

.myBgColor { background-color: #78F266; }

<div style="background-color:#78F266">Inner text</div>

This div background color is #78F266.


Border color

.myBorderColor { border: 1px solid #78F266; }

<div style="border:3px solid #78F266">Div</div>

This div border color is #78F266.


Opacity

.myOpacity80 { color: #78F266; opacity: 0.8; }

<p style="color:#78F266;opacity:0.8;">80%</p>

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

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

This text has shadow with #78F266 color.

.textShadow {text-shadow: 3px 3px 1px #78F266, 3px 3px 1px red;}

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

This text has shadow with #78F266 primary color and red secondary color.


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

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

This text has shadow with #78F266 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78F266 on black background.


Color preview on white background

This text has color #78F266 on white background.



Black color preview on #78F266 background

This text has black color on #78F266 background.


White color preview on #78F266 background

This text has white color on #78F266 background.