COLOR #6CF90F

HEX: #6CF90F
RGB: (108,249,15)

Color info

#6CF90F contains mainly green color. Web safe color of #6CF90F is #66FF00 (or #6F0).

RGB color model

#6CF90F color RGB value is (108,249,15).

  • red value is 108;
  • green value is 249;
  • blue value is 15.
RGB:
(108,249,15)
(42%,98%,6%)

RGB channels and saturation

R 108 of 255 = 42%
G 249 of 255 = 98%
B 15 of 255 = 6%

108
249
15

R + G + B ~ 49%. #6CF90F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 249 + 15 = 372 (100%)
R 108 of 372 ~ 29.03%
G 249 of 372 ~ 66.94%
B 15 of 372 ~ 4.03%

%29.03
%66.94

CMYK color model

#6CF90F color CMYK value is (57,0,94,2).

  • cyan value is 56.63%
  • magenta value is 0.00%
  • yellow value is 93.98%
  • key color value is 2.35%
CMYK:
(57,0,94,2)
C57M0Y94K2 
(57%,0%,94%,2%)
(0.57/0.00/0.94/0.02)	

CMYK percentages

%56.63
%0
%93.98
%2.35

Codes

Color #6CF90F in popluar color models

6CF90F
RGB10824915
HSL96°95.12%51.76%
HSB/HSV96°93.98%97.65%
CMYK56.63%0.00%93.98%
2.35%

Color #6CF90F in popluar number systems.

HEX6CF90F
Decimal10824915
Binary1101100111110011111
Octal15437117

Shades and tints

Shades of #6CF90F

#6CF90F
(108,249,15)
#63E30E
(99,227,14)
#5ACD0D
(90,205,13)
#51B70C
(81,183,12)
#48A10B
(72,161,11)
#3F8B0A
(63,139,10)
#367509
(54,117,9)
#2D5F08
(45,95,8)
#244907
(36,73,7)
#1B3306
(27,51,6)
#121D05
(18,29,5)
#000000
(0,0,0)

Tints of #6CF90F

#6CF90F
(108,249,15)
#79F924
(121,249,36)
#86F939
(134,249,57)
#93F94E
(147,249,78)
#A0F963
(160,249,99)
#ADF978
(173,249,120)
#BAF98D
(186,249,141)
#C7F9A2
(199,249,162)
#D4F9B7
(212,249,183)
#E1F9CC
(225,249,204)
#EEF9E1
(238,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CF90F color. Also use rgb(108,249,15) instead hex code.

Text Font Color

.myTextColor { color: #6CF90F; }

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

This text font color is #6CF90F.


Background Color

.myBgColor { background-color: #6CF90F; }

<div style="background-color:#6CF90F">Inner text</div>

This div background color is #6CF90F.


Border color

.myBorderColor { border: 1px solid #6CF90F; }

<div style="border:3px solid #6CF90F">Div</div>

This div border color is #6CF90F.


Opacity

.myOpacity80 { color: #6CF90F; opacity: 0.8; }

<p style="color:#6CF90F;opacity:0.8;">80%</p>

Text with #6CF90F 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 #6CF90F;}

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

This text has shadow with #6CF90F color.

.textShadow {text-shadow: 3px 3px 1px #6CF90F, 3px 3px 1px red;}

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

This text has shadow with #6CF90F primary color and red secondary color.


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

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

This text has shadow with #6CF90F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CF90F on black background.


Color preview on white background

This text has color #6CF90F on white background.



Black color preview on #6CF90F background

This text has black color on #6CF90F background.


White color preview on #6CF90F background

This text has white color on #6CF90F background.