COLOR #92D387

HEX: #92D387 RGB: (146,211,135)

Color info

#92D387 contains mainly green color. Web safe color of #92D387 is #99CC99 (or #9C9).

RGB color model

#92D387 color RGB value is (146,211,135).

RGB: (146,211,135) (57%, 83%, 53%)

RGB channels and saturation

R 146 of 255 = 57%
G 211 of 255 = 83%
B 135 of 255 = 53%

146
211
135

R + G + B ~ 64%. #92D387 is quite light color.

Portions of RGB colors in percentages

R + G + B = 146 + 211 + 135 = 492 (100%)
R 146 of 492 ~ 29.67%
G 211 of 492 ~ 42.89%
B 135 of 492 ~ 27.44'%

%29.67
%42.89
%27.44

CMYK color model

#92D387 color CMYK value is (31,0,36,17).

  • cyan value is 30.81%
  • magenta value is 0.00%
  • yellow value is 36.02%
  • key color value is 17.25%

CMYK: (31,0,36,17)
C31M0Y36K17 (31%, 0%, 36%, 17%)
(0.31 / 0.00 / 0.36 / 0.17)

CMYK percentages

%30.81
%0
%36.02
%17.25

Codes

Color #92D387 in popluar color models

92 D3 87
RGB 146 211 135
HSL 111° 46.34% 67.84%
HSB/HSV 111° 36.02% 82.75%
CMYK 30.81% 0.00% 36.02%
17.25%

Color #92D387 in popluar number systems.

HEX 92 D3 87
Decimal 146 211 135
Binary 10010010 11010011 10000111
Octal 222 323 207

Shades and tints

Shades of #92D387

#92D387
(146,211,135)
#85C07B
(133,192,123)
#78AD6F
(120,173,111)
#6B9A63
(107,154,99)
#5E8757
(94,135,87)
#51744B
(81,116,75)
#44613F
(68,97,63)
#374E33
(55,78,51)
#2A3B27
(42,59,39)
#1D281B
(29,40,27)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #92D387

#92D387
(146,211,135)
#9BD791
(155,215,145)
#A4DB9B
(164,219,155)
#ADDFA5
(173,223,165)
#B6E3AF
(182,227,175)
#BFE7B9
(191,231,185)
#C8EBC3
(200,235,195)
#D1EFCD
(209,239,205)
#DAF3D7
(218,243,215)
#E3F7E1
(227,247,225)
#ECFBEB
(236,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92D387 color. Also use rgb(146,211,135) instead hex code.

Text Font Color

.myTextColor { color: #92D387; }

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

This text font color is #92D387.

Background Color

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

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

This div background color is #92D387.

Border color

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

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

This div border color is #92D387.

Opacity

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

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

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

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

This text has shadow with #92D387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92D387.

Preview

Color preview on black background

This text has color #92D387 on black background.


Color preview on white background

This text has color #92D387 on white background.


Black color preview on #92D387 background

This text has black color on #92D387 background.


White color preview on #92D387 background

This text has white color on #92D387 background.


Related colors

Complementary color

Complementary color for #hex is #6D2C78.


I love getcolorcode.com

Triadic colors

1 #8792D3 and #D38792 with #92D387 are triadic colors.

2 #87D392 and #D39287 with #92D387 are triadic colors.