COLOR #92DB06

HEX: #92DB06
RGB: (146,219,6)

Color info

#92DB06 contains mainly green color. Web safe color of #92DB06 is #99CC00 (or #9C0).

RGB color model

#92DB06 color RGB value is (146,219,6).

  • red value is 146;
  • green value is 219;
  • blue value is 6.
RGB:
(146,219,6)
(57%,86%,2%)

RGB channels and saturation

R 146 of 255 = 57%
G 219 of 255 = 86%
B 6 of 255 = 2%

146
219
6

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

Portions of RGB colors in percentages

R + G + B =
146 + 219 + 6 = 371 (100%)
R 146 of 371 ~ 39.35%
G 219 of 371 ~ 59.03%
B 6 of 371 ~ 1.62%

%39.35
%59.03

CMYK color model

#92DB06 color CMYK value is (33,0,97,14).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 97.26%
  • key color value is 14.12%
CMYK:
(33,0,97,14)
C33M0Y97K14 
(33%,0%,97%,14%)
(0.33/0.00/0.97/0.14)	

CMYK percentages

%33.33
%0
%97.26
%14.12

Codes

Color #92DB06 in popluar color models

92DB06
RGB1462196
HSL81°94.67%44.12%
HSB/HSV81°97.26%85.88%
CMYK33.33%0.00%97.26%
14.12%

Color #92DB06 in popluar number systems.

HEX92DB06
Decimal1462196
Binary1001001011011011110
Octal2223336

Shades and tints

Shades of #92DB06

#92DB06
(146,219,6)
#85C806
(133,200,6)
#78B506
(120,181,6)
#6BA206
(107,162,6)
#5E8F06
(94,143,6)
#517C06
(81,124,6)
#446906
(68,105,6)
#375606
(55,86,6)
#2A4306
(42,67,6)
#1D3006
(29,48,6)
#101D06
(16,29,6)
#000000
(0,0,0)

Tints of #92DB06

#92DB06
(146,219,6)
#9BDE1C
(155,222,28)
#A4E132
(164,225,50)
#ADE448
(173,228,72)
#B6E75E
(182,231,94)
#BFEA74
(191,234,116)
#C8ED8A
(200,237,138)
#D1F0A0
(209,240,160)
#DAF3B6
(218,243,182)
#E3F6CC
(227,246,204)
#ECF9E2
(236,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92DB06 color. Also use rgb(146,219,6) instead hex code.

Text Font Color

.myTextColor { color: #92DB06; }

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

This text font color is #92DB06.


Background Color

.myBgColor { background-color: #92DB06; }

<div style="background-color:#92DB06">Inner text</div>

This div background color is #92DB06.


Border color

.myBorderColor { border: 1px solid #92DB06; }

<div style="border:3px solid #92DB06">Div</div>

This div border color is #92DB06.


Opacity

.myOpacity80 { color: #92DB06; opacity: 0.8; }

<p style="color:#92DB06;opacity:0.8;">80%</p>

Text with #92DB06 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 #92DB06;}

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

This text has shadow with #92DB06 color.

.textShadow {text-shadow: 3px 3px 1px #92DB06, 3px 3px 1px red;}

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

This text has shadow with #92DB06 primary color and red secondary color.


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

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

This text has shadow with #92DB06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92DB06 on black background.


Color preview on white background

This text has color #92DB06 on white background.



Black color preview on #92DB06 background

This text has black color on #92DB06 background.


White color preview on #92DB06 background

This text has white color on #92DB06 background.