COLOR #58C84B

HEX: #58C84B
RGB: (88,200,75)

Color info

#58C84B contains mainly green color. Web safe color of #58C84B is #66CC33 (or #6C3).

RGB color model

#58C84B color RGB value is (88,200,75).

  • red value is 88;
  • green value is 200;
  • blue value is 75.
RGB:
(88,200,75)
(35%,78%,29%)

RGB channels and saturation

R 88 of 255 = 35%
G 200 of 255 = 78%
B 75 of 255 = 29%

88
200
75

R + G + B ~ 47%. #58C84B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 200 + 75 = 363 (100%)
R 88 of 363 ~ 24.24%
G 200 of 363 ~ 55.1%
B 75 of 363 ~ 20.66%

%24.24
%55.1
%20.66

CMYK color model

#58C84B color CMYK value is (56,0,63,22).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 21.57%
CMYK:
(56,0,63,22)
C56M0Y63K22 
(56%,0%,63%,22%)
(0.56/0.00/0.63/0.22)	

CMYK percentages

%56
%0
%62.5
%21.57

Codes

Color #58C84B in popluar color models

58C84B
RGB8820075
HSL114°53.19%53.92%
HSB/HSV114°62.50%78.43%
CMYK56.00%0.00%62.50%
21.57%

Color #58C84B in popluar number systems.

HEX58C84B
Decimal8820075
Binary1011000110010001001011
Octal130310113

Shades and tints

Shades of #58C84B

#58C84B
(88,200,75)
#50B645
(80,182,69)
#48A43F
(72,164,63)
#409239
(64,146,57)
#388033
(56,128,51)
#306E2D
(48,110,45)
#285C27
(40,92,39)
#204A21
(32,74,33)
#18381B
(24,56,27)
#102615
(16,38,21)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #58C84B

#58C84B
(88,200,75)
#67CD5B
(103,205,91)
#76D26B
(118,210,107)
#85D77B
(133,215,123)
#94DC8B
(148,220,139)
#A3E19B
(163,225,155)
#B2E6AB
(178,230,171)
#C1EBBB
(193,235,187)
#D0F0CB
(208,240,203)
#DFF5DB
(223,245,219)
#EEFAEB
(238,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C84B color. Also use rgb(88,200,75) instead hex code.

Text Font Color

.myTextColor { color: #58C84B; }

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

This text font color is #58C84B.


Background Color

.myBgColor { background-color: #58C84B; }

<div style="background-color:#58C84B">Inner text</div>

This div background color is #58C84B.


Border color

.myBorderColor { border: 1px solid #58C84B; }

<div style="border:3px solid #58C84B">Div</div>

This div border color is #58C84B.


Opacity

.myOpacity80 { color: #58C84B; opacity: 0.8; }

<p style="color:#58C84B;opacity:0.8;">80%</p>

Text with #58C84B 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 #58C84B;}

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

This text has shadow with #58C84B color.

.textShadow {text-shadow: 3px 3px 1px #58C84B, 3px 3px 1px red;}

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

This text has shadow with #58C84B primary color and red secondary color.


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

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

This text has shadow with #58C84B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C84B on black background.


Color preview on white background

This text has color #58C84B on white background.



Black color preview on #58C84B background

This text has black color on #58C84B background.


White color preview on #58C84B background

This text has white color on #58C84B background.