COLOR #92CD58

HEX: #92CD58 RGB: (146,205,88)

Color info

#92CD58 contains mainly red and green colors. Web safe color of #92CD58 is #99CC66 (or #9C6).

RGB color model

#92CD58 color RGB value is (146,205,88).

RGB: (146,205,88) (57%, 80%, 35%)

RGB channels and saturation

R 146 of 255 = 57%
G 205 of 255 = 80%
B 88 of 255 = 35%

146
205
88

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

Portions of RGB colors in percentages

R + G + B = 146 + 205 + 88 = 439 (100%)
R 146 of 439 ~ 33.26%
G 205 of 439 ~ 46.7%
B 88 of 439 ~ 20.05'%

%33.26
%46.7
%20.05

CMYK color model

#92CD58 color CMYK value is (29,0,57,20).

  • cyan value is 28.78%
  • magenta value is 0.00%
  • yellow value is 57.07%
  • key color value is 19.61%
CMYK: (29,0,57,20) C29M0Y57K20 (29%,0%,57%,20%) (0.29/0.00/0.57/0.20) 

CMYK percentages

%28.78
%0
%57.07
%19.61

Codes

Color #92CD58 in popluar color models

92 CD 58
RGB 146 205 88
HSL 90° 53.92% 57.45%
HSB/HSV 90° 57.07% 80.39%
CMYK 28.78% 0.00% 57.07%
19.61%

Color #92CD58 in popluar number systems.

HEX 92 CD 58
Decimal 146 205 88
Binary 10010010 11001101 1011000
Octal 222 315 130

Shades and tints

Shades of #92CD58

#92CD58
(146,205,88)
#85BB50
(133,187,80)
#78A948
(120,169,72)
#6B9740
(107,151,64)
#5E8538
(94,133,56)
#517330
(81,115,48)
#446128
(68,97,40)
#374F20
(55,79,32)
#2A3D18
(42,61,24)
#1D2B10
(29,43,16)
#101908
(16,25,8)
#000000
(0,0,0)

Tints of #92CD58

#92CD58
(146,205,88)
#9BD167
(155,209,103)
#A4D576
(164,213,118)
#ADD985
(173,217,133)
#B6DD94
(182,221,148)
#BFE1A3
(191,225,163)
#C8E5B2
(200,229,178)
#D1E9C1
(209,233,193)
#DAEDD0
(218,237,208)
#E3F1DF
(227,241,223)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92CD58 color. Also use rgb(146,205,88) instead hex code.

Text Font Color

.myTextColor { color: #92CD58; }

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

This text font color is #92CD58.

Background Color

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

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

This div background color is #92CD58.

Border color

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

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

This div border color is #92CD58.

Opacity

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

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

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

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

This text has shadow with #92CD58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92CD58.

Preview

Color preview on black background

This text has color #92CD58 on black background.


Color preview on white background

This text has color #92CD58 on white background.


Black color preview on #92CD58 background

This text has black color on #92CD58 background.


White color preview on #92CD58 background

This text has white color on #92CD58 background.


Related colors

Complementary color

Complementary color for #hex is #6D32A7.


I love getcolorcode.com

Triadic colors

1 #5892CD and #CD5892 with #92CD58 are triadic colors.

2 #58CD92 and #CD9258 with #92CD58 are triadic colors.