COLOR #92D474

HEX: #92D474
RGB: (146,212,116)

Color info

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

RGB color model

#92D474 color RGB value is (146,212,116).

  • red value is 146;
  • green value is 212;
  • blue value is 116.
RGB:
(146,212,116)
(57%,83%,45%)

RGB channels and saturation

R 146 of 255 = 57%
G 212 of 255 = 83%
B 116 of 255 = 45%

146
212
116

R + G + B ~ 62%. #92D474 is quite light color.

Portions of RGB colors in percentages

R + G + B =
146 + 212 + 116 = 474 (100%)
R 146 of 474 ~ 30.8%
G 212 of 474 ~ 44.73%
B 116 of 474 ~ 24.47%

%30.8
%44.73
%24.47

CMYK color model

#92D474 color CMYK value is (31,0,45,17).

  • cyan value is 31.13%
  • magenta value is 0.00%
  • yellow value is 45.28%
  • key color value is 16.86%
CMYK:
(31,0,45,17)
C31M0Y45K17 
(31%,0%,45%,17%)
(0.31/0.00/0.45/0.17)	

CMYK percentages

%31.13
%0
%45.28
%16.86

Codes

Color #92D474 in popluar color models

92D474
RGB146212116
HSL101°52.75%64.31%
HSB/HSV101°45.28%83.14%
CMYK31.13%0.00%45.28%
16.86%

Color #92D474 in popluar number systems.

HEX92D474
Decimal146212116
Binary10010010110101001110100
Octal222324164

Shades and tints

Shades of #92D474

#92D474
(146,212,116)
#85C16A
(133,193,106)
#78AE60
(120,174,96)
#6B9B56
(107,155,86)
#5E884C
(94,136,76)
#517542
(81,117,66)
#446238
(68,98,56)
#374F2E
(55,79,46)
#2A3C24
(42,60,36)
#1D291A
(29,41,26)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #92D474

#92D474
(146,212,116)
#9BD780
(155,215,128)
#A4DA8C
(164,218,140)
#ADDD98
(173,221,152)
#B6E0A4
(182,224,164)
#BFE3B0
(191,227,176)
#C8E6BC
(200,230,188)
#D1E9C8
(209,233,200)
#DAECD4
(218,236,212)
#E3EFE0
(227,239,224)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92D474 color. Also use rgb(146,212,116) instead hex code.

Text Font Color

.myTextColor { color: #92D474; }

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

This text font color is #92D474.


Background Color

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

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

This div background color is #92D474.


Border color

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

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

This div border color is #92D474.


Opacity

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

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

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

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

This text has shadow with #92D474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #92D474 on black background.


Color preview on white background

This text has color #92D474 on white background.



Black color preview on #92D474 background

This text has black color on #92D474 background.


White color preview on #92D474 background

This text has white color on #92D474 background.