COLOR #92EE74

HEX: #92EE74 RGB: (146,238,116)

Color info

#92EE74 contains mainly green color. Web safe color of #92EE74 is #99FF66 (or #9F6).

RGB color model

#92EE74 color RGB value is (146,238,116).

RGB: (146,238,116) (57%, 93%, 45%)

RGB channels and saturation

R 146 of 255 = 57%
G 238 of 255 = 93%
B 116 of 255 = 45%

146
238
116

R + G + B ~ 65%. #92EE74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 146 + 238 + 116 = 500 (100%)
R 146 of 500 ~ 29.2%
G 238 of 500 ~ 47.6%
B 116 of 500 ~ 23.2'%

%29.2
%47.6
%23.2

CMYK color model

#92EE74 color CMYK value is (39,0,51,7).

  • cyan value is 38.66%
  • magenta value is 0.00%
  • yellow value is 51.26%
  • key color value is 6.67%

CMYK: (39,0,51,7)
C39M0Y51K7 (39%, 0%, 51%, 7%)
(0.39 / 0.00 / 0.51 / 0.07)

CMYK percentages

%38.66
%0
%51.26
%6.67

Codes

Color #92EE74 in popluar color models

92 EE 74
RGB 146 238 116
HSL 105° 78.21% 69.41%
HSB/HSV 105° 51.26% 93.33%
CMYK 38.66% 0.00% 51.26%
6.67%

Color #92EE74 in popluar number systems.

HEX 92 EE 74
Decimal 146 238 116
Binary 10010010 11101110 1110100
Octal 222 356 164

Shades and tints

Shades of #92EE74

#92EE74
(146,238,116)
#85D96A
(133,217,106)
#78C460
(120,196,96)
#6BAF56
(107,175,86)
#5E9A4C
(94,154,76)
#518542
(81,133,66)
#447038
(68,112,56)
#375B2E
(55,91,46)
#2A4624
(42,70,36)
#1D311A
(29,49,26)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #92EE74

#92EE74
(146,238,116)
#9BEF80
(155,239,128)
#A4F08C
(164,240,140)
#ADF198
(173,241,152)
#B6F2A4
(182,242,164)
#BFF3B0
(191,243,176)
#C8F4BC
(200,244,188)
#D1F5C8
(209,245,200)
#DAF6D4
(218,246,212)
#E3F7E0
(227,247,224)
#ECF8EC
(236,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #92EE74; }

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

This text font color is #92EE74.

Background Color

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

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

This div background color is #92EE74.

Border color

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

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

This div border color is #92EE74.

Opacity

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

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

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

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

This text has shadow with #92EE74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92EE74.

Preview

Color preview on black background

This text has color #92EE74 on black background.


Color preview on white background

This text has color #92EE74 on white background.


Black color preview on #92EE74 background

This text has black color on #92EE74 background.


White color preview on #92EE74 background

This text has white color on #92EE74 background.


Related colors

Complementary color

Complementary color for #hex is #6D118B.


I love getcolorcode.com

Triadic colors

1 #7492EE and #EE7492 with #92EE74 are triadic colors.

2 #74EE92 and #EE9274 with #92EE74 are triadic colors.