COLOR #08E77D

HEX: #08E77D
RGB: (8,231,125)

Color info

#08E77D contains mainly green color. Web safe color of #08E77D is #00FF66 (or #0F6).

RGB color model

#08E77D color RGB value is (8,231,125).

  • red value is 8;
  • green value is 231;
  • blue value is 125.
RGB:
(8,231,125)
(3%,91%,49%)

RGB channels and saturation

R 8 of 255 = 3%
G 231 of 255 = 91%
B 125 of 255 = 49%

8
231
125

R + G + B ~ 48%. #08E77D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 231 + 125 = 364 (100%)
R 8 of 364 ~ 2.2%
G 231 of 364 ~ 63.46%
B 125 of 364 ~ 34.34%

%63.46
%34.34

CMYK color model

#08E77D color CMYK value is (97,0,46,9).

  • cyan value is 96.54%
  • magenta value is 0.00%
  • yellow value is 45.89%
  • key color value is 9.41%
CMYK:
(97,0,46,9)
C97M0Y46K9 
(97%,0%,46%,9%)
(0.97/0.00/0.46/0.09)	

CMYK percentages

%96.54
%0
%45.89
%9.41

Codes

Color #08E77D in popluar color models

08E77D
RGB8231125
HSL151°93.31%46.86%
HSB/HSV151°96.54%90.59%
CMYK96.54%0.00%45.89%
9.41%

Color #08E77D in popluar number systems.

HEX08E77D
Decimal8231125
Binary1000111001111111101
Octal10347175

Shades and tints

Shades of #08E77D

#08E77D
(8,231,125)
#08D272
(8,210,114)
#08BD67
(8,189,103)
#08A85C
(8,168,92)
#089351
(8,147,81)
#087E46
(8,126,70)
#08693B
(8,105,59)
#085430
(8,84,48)
#083F25
(8,63,37)
#082A1A
(8,42,26)
#08150F
(8,21,15)
#000000
(0,0,0)

Tints of #08E77D

#08E77D
(8,231,125)
#1EE988
(30,233,136)
#34EB93
(52,235,147)
#4AED9E
(74,237,158)
#60EFA9
(96,239,169)
#76F1B4
(118,241,180)
#8CF3BF
(140,243,191)
#A2F5CA
(162,245,202)
#B8F7D5
(184,247,213)
#CEF9E0
(206,249,224)
#E4FBEB
(228,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08E77D color. Also use rgb(8,231,125) instead hex code.

Text Font Color

.myTextColor { color: #08E77D; }

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

This text font color is #08E77D.


Background Color

.myBgColor { background-color: #08E77D; }

<div style="background-color:#08E77D">Inner text</div>

This div background color is #08E77D.


Border color

.myBorderColor { border: 1px solid #08E77D; }

<div style="border:3px solid #08E77D">Div</div>

This div border color is #08E77D.


Opacity

.myOpacity80 { color: #08E77D; opacity: 0.8; }

<p style="color:#08E77D;opacity:0.8;">80%</p>

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

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

This text has shadow with #08E77D color.

.textShadow {text-shadow: 3px 3px 1px #08E77D, 3px 3px 1px red;}

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

This text has shadow with #08E77D primary color and red secondary color.


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

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

This text has shadow with #08E77D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08E77D on black background.


Color preview on white background

This text has color #08E77D on white background.



Black color preview on #08E77D background

This text has black color on #08E77D background.


White color preview on #08E77D background

This text has white color on #08E77D background.