COLOR #08FF63

HEX: #08FF63
RGB: (8,255,99)

Color info

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

RGB color model

#08FF63 color RGB value is (8,255,99).

  • red value is 8;
  • green value is 255;
  • blue value is 99.
RGB:
(8,255,99)
(3%,100%,39%)

RGB channels and saturation

R 8 of 255 = 3%
G 255 of 255 = 100%
B 99 of 255 = 39%

8
255
99

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

Portions of RGB colors in percentages

R + G + B =
8 + 255 + 99 = 362 (100%)
R 8 of 362 ~ 2.21%
G 255 of 362 ~ 70.44%
B 99 of 362 ~ 27.35%

%70.44
%27.35

CMYK color model

#08FF63 color CMYK value is (97,0,61,0).

  • cyan value is 96.86%
  • magenta value is 0.00%
  • yellow value is 61.18%
  • key color value is 0.00%
CMYK:
(97,0,61,0)
C97M0Y61K0 
(97%,0%,61%,0%)
(0.97/0.00/0.61/0.00)	

CMYK percentages

%96.86
%0
%61.18
%0

Codes

Color #08FF63 in popluar color models

08FF63
RGB825599
HSL142°100.00%51.57%
HSB/HSV142°96.86%100.00%
CMYK96.86%0.00%61.18%
0.00%

Color #08FF63 in popluar number systems.

HEX08FF63
Decimal825599
Binary1000111111111100011
Octal10377143

Shades and tints

Shades of #08FF63

#08FF63
(8,255,99)
#08E85A
(8,232,90)
#08D151
(8,209,81)
#08BA48
(8,186,72)
#08A33F
(8,163,63)
#088C36
(8,140,54)
#08752D
(8,117,45)
#085E24
(8,94,36)
#08471B
(8,71,27)
#083012
(8,48,18)
#081909
(8,25,9)
#000000
(0,0,0)

Tints of #08FF63

#08FF63
(8,255,99)
#1EFF71
(30,255,113)
#34FF7F
(52,255,127)
#4AFF8D
(74,255,141)
#60FF9B
(96,255,155)
#76FFA9
(118,255,169)
#8CFFB7
(140,255,183)
#A2FFC5
(162,255,197)
#B8FFD3
(184,255,211)
#CEFFE1
(206,255,225)
#E4FFEF
(228,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08FF63 color. Also use rgb(8,255,99) instead hex code.

Text Font Color

.myTextColor { color: #08FF63; }

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

This text font color is #08FF63.


Background Color

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

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

This div background color is #08FF63.


Border color

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

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

This div border color is #08FF63.


Opacity

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

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

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

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

This text has shadow with #08FF63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08FF63 on black background.


Color preview on white background

This text has color #08FF63 on white background.



Black color preview on #08FF63 background

This text has black color on #08FF63 background.


White color preview on #08FF63 background

This text has white color on #08FF63 background.