COLOR #08DF4E

HEX: #08DF4E
RGB: (8,223,78)

Color info

#08DF4E contains mainly green color. Web safe color of #08DF4E is #00CC66 (or #0C6).

RGB color model

#08DF4E color RGB value is (8,223,78).

  • red value is 8;
  • green value is 223;
  • blue value is 78.
RGB:
(8,223,78)
(3%,87%,31%)

RGB channels and saturation

R 8 of 255 = 3%
G 223 of 255 = 87%
B 78 of 255 = 31%

8
223
78

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

Portions of RGB colors in percentages

R + G + B =
8 + 223 + 78 = 309 (100%)
R 8 of 309 ~ 2.59%
G 223 of 309 ~ 72.17%
B 78 of 309 ~ 25.24%

%72.17
%25.24

CMYK color model

#08DF4E color CMYK value is (96,0,65,13).

  • cyan value is 96.41%
  • magenta value is 0.00%
  • yellow value is 65.02%
  • key color value is 12.55%
CMYK:
(96,0,65,13)
C96M0Y65K13 
(96%,0%,65%,13%)
(0.96/0.00/0.65/0.13)	

CMYK percentages

%96.41
%0
%65.02
%12.55

Codes

Color #08DF4E in popluar color models

08DF4E
RGB822378
HSL140°93.07%45.29%
HSB/HSV140°96.41%87.45%
CMYK96.41%0.00%65.02%
12.55%

Color #08DF4E in popluar number systems.

HEX08DF4E
Decimal822378
Binary1000110111111001110
Octal10337116

Shades and tints

Shades of #08DF4E

#08DF4E
(8,223,78)
#08CB47
(8,203,71)
#08B740
(8,183,64)
#08A339
(8,163,57)
#088F32
(8,143,50)
#087B2B
(8,123,43)
#086724
(8,103,36)
#08531D
(8,83,29)
#083F16
(8,63,22)
#082B0F
(8,43,15)
#081708
(8,23,8)
#000000
(0,0,0)

Tints of #08DF4E

#08DF4E
(8,223,78)
#1EE15E
(30,225,94)
#34E36E
(52,227,110)
#4AE57E
(74,229,126)
#60E78E
(96,231,142)
#76E99E
(118,233,158)
#8CEBAE
(140,235,174)
#A2EDBE
(162,237,190)
#B8EFCE
(184,239,206)
#CEF1DE
(206,241,222)
#E4F3EE
(228,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08DF4E color. Also use rgb(8,223,78) instead hex code.

Text Font Color

.myTextColor { color: #08DF4E; }

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

This text font color is #08DF4E.


Background Color

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

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

This div background color is #08DF4E.


Border color

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

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

This div border color is #08DF4E.


Opacity

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

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

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

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

This text has shadow with #08DF4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08DF4E on black background.


Color preview on white background

This text has color #08DF4E on white background.



Black color preview on #08DF4E background

This text has black color on #08DF4E background.


White color preview on #08DF4E background

This text has white color on #08DF4E background.