COLOR #92D55D

HEX: #92D55D RGB: (146,213,93)

Color info

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

RGB color model

#92D55D color RGB value is (146,213,93).

RGB: (146,213,93) (57%, 84%, 36%)

RGB channels and saturation

R 146 of 255 = 57%
G 213 of 255 = 84%
B 93 of 255 = 36%

146
213
93

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

Portions of RGB colors in percentages

R + G + B = 146 + 213 + 93 = 452 (100%)
R 146 of 452 ~ 32.3%
G 213 of 452 ~ 47.12%
B 93 of 452 ~ 20.58'%

%32.3
%47.12
%20.58

CMYK color model

#92D55D color CMYK value is (31,0,56,16).

  • cyan value is 31.46%
  • magenta value is 0.00%
  • yellow value is 56.34%
  • key color value is 16.47%

CMYK: (31,0,56,16)
C31M0Y56K16 (31%, 0%, 56%, 16%)
(0.31 / 0.00 / 0.56 / 0.16)

CMYK percentages

%31.46
%0
%56.34
%16.47

Codes

Color #92D55D in popluar color models

92 D5 5D
RGB 146 213 93
HSL 94° 58.82% 60.00%
HSB/HSV 94° 56.34% 83.53%
CMYK 31.46% 0.00% 56.34%
16.47%

Color #92D55D in popluar number systems.

HEX 92 D5 5D
Decimal 146 213 93
Binary 10010010 11010101 1011101
Octal 222 325 135

Shades and tints

Shades of #92D55D

#92D55D
(146,213,93)
#85C255
(133,194,85)
#78AF4D
(120,175,77)
#6B9C45
(107,156,69)
#5E893D
(94,137,61)
#517635
(81,118,53)
#44632D
(68,99,45)
#375025
(55,80,37)
#2A3D1D
(42,61,29)
#1D2A15
(29,42,21)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #92D55D

#92D55D
(146,213,93)
#9BD86B
(155,216,107)
#A4DB79
(164,219,121)
#ADDE87
(173,222,135)
#B6E195
(182,225,149)
#BFE4A3
(191,228,163)
#C8E7B1
(200,231,177)
#D1EABF
(209,234,191)
#DAEDCD
(218,237,205)
#E3F0DB
(227,240,219)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #92D55D color. Also use rgb(146,213,93) instead hex code.

Text Font Color

.myTextColor { color: #92D55D; }

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

This text font color is #92D55D.

Background Color

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

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

This div background color is #92D55D.

Border color

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

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

This div border color is #92D55D.

Opacity

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

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

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

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

This text has shadow with #92D55D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #92D55D.

Preview

Color preview on black background

This text has color #92D55D on black background.


Color preview on white background

This text has color #92D55D on white background.


Black color preview on #92D55D background

This text has black color on #92D55D background.


White color preview on #92D55D background

This text has white color on #92D55D background.


Related colors

Complementary color

Complementary color for #hex is #6D2AA2.


I love getcolorcode.com

Triadic colors

1 #5D92D5 and #D55D92 with #92D55D are triadic colors.

2 #5DD592 and #D5925D with #92D55D are triadic colors.