COLOR #92DE63

HEX: #92DE63
RGB: (146,222,99)

Color info

#92DE63 contains mainly green color. Web safe color of #92DE63 is #99CC66 (or #9C6).

RGB color model

#92DE63 color RGB value is (146,222,99).

  • red value is 146;
  • green value is 222;
  • blue value is 99.
RGB:
(146,222,99)
(57%,87%,39%)

RGB channels and saturation

R 146 of 255 = 57%
G 222 of 255 = 87%
B 99 of 255 = 39%

146
222
99

R + G + B ~ 61%. #92DE63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 222 + 99 = 467 (100%)
R 146 of 467 ~ 31.26%
G 222 of 467 ~ 47.54%
B 99 of 467 ~ 21.2%

%31.26
%47.54
%21.2

CMYK color model

#92DE63 color CMYK value is (34,0,55,13).

  • cyan value is 34.23%
  • magenta value is 0.00%
  • yellow value is 55.41%
  • key color value is 12.94%
CMYK:
(34,0,55,13)
C34M0Y55K13 
(34%,0%,55%,13%)
(0.34/0.00/0.55/0.13)	

CMYK percentages

%34.23
%0
%55.41
%12.94

Codes

Color #92DE63 in popluar color models

92DE63
RGB14622299
HSL97°65.08%62.94%
HSB/HSV97°55.41%87.06%
CMYK34.23%0.00%55.41%
12.94%

Color #92DE63 in popluar number systems.

HEX92DE63
Decimal14622299
Binary10010010110111101100011
Octal222336143

Shades and tints

Shades of #92DE63

#92DE63
(146,222,99)
#85CA5A
(133,202,90)
#78B651
(120,182,81)
#6BA248
(107,162,72)
#5E8E3F
(94,142,63)
#517A36
(81,122,54)
#44662D
(68,102,45)
#375224
(55,82,36)
#2A3E1B
(42,62,27)
#1D2A12
(29,42,18)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #92DE63

#92DE63
(146,222,99)
#9BE171
(155,225,113)
#A4E47F
(164,228,127)
#ADE78D
(173,231,141)
#B6EA9B
(182,234,155)
#BFEDA9
(191,237,169)
#C8F0B7
(200,240,183)
#D1F3C5
(209,243,197)
#DAF6D3
(218,246,211)
#E3F9E1
(227,249,225)
#ECFCEF
(236,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92DE63 color. Also use rgb(146,222,99) instead hex code.

Text Font Color

.myTextColor { color: #92DE63; }

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

This text font color is #92DE63.


Background Color

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

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

This div background color is #92DE63.


Border color

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

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

This div border color is #92DE63.


Opacity

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

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

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

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

This text has shadow with #92DE63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92DE63 on black background.


Color preview on white background

This text has color #92DE63 on white background.



Black color preview on #92DE63 background

This text has black color on #92DE63 background.


White color preview on #92DE63 background

This text has white color on #92DE63 background.