COLOR #58FB95

HEX: #58FB95 RGB: (88,251,149)

Color info

#58FB95 contains mainly green color. Web safe color of #58FB95 is #66FF99 (or #6F9).

RGB color model

#58FB95 color RGB value is (88,251,149).

RGB: (88,251,149) (35%, 98%, 58%)

RGB channels and saturation

R 88 of 255 = 35%
G 251 of 255 = 98%
B 149 of 255 = 58%

88
251
149

R + G + B ~ 64%. #58FB95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 88 + 251 + 149 = 488 (100%)
R 88 of 488 ~ 18.03%
G 251 of 488 ~ 51.43%
B 149 of 488 ~ 30.53'%

%18.03
%51.43
%30.53

CMYK color model

#58FB95 color CMYK value is (65,0,41,2).

  • cyan value is 64.94%
  • magenta value is 0.00%
  • yellow value is 40.64%
  • key color value is 1.57%

CMYK: (65,0,41,2)
C65M0Y41K2 (65%, 0%, 41%, 2%)
(0.65 / 0.00 / 0.41 / 0.02)

CMYK percentages

%64.94
%0
%40.64
%1.57

Codes

Color #58FB95 in popluar color models

58 FB 95
RGB 88 251 149
HSL 142° 95.32% 66.47%
HSB/HSV 142° 64.94% 98.43%
CMYK 64.94% 0.00% 40.64%
1.57%

Color #58FB95 in popluar number systems.

HEX 58 FB 95
Decimal 88 251 149
Binary 1011000 11111011 10010101
Octal 130 373 225

Shades and tints

Shades of #58FB95

#58FB95
(88,251,149)
#50E588
(80,229,136)
#48CF7B
(72,207,123)
#40B96E
(64,185,110)
#38A361
(56,163,97)
#308D54
(48,141,84)
#287747
(40,119,71)
#20613A
(32,97,58)
#184B2D
(24,75,45)
#103520
(16,53,32)
#081F13
(8,31,19)
#000000
(0,0,0)

Tints of #58FB95

#58FB95
(88,251,149)
#67FB9E
(103,251,158)
#76FBA7
(118,251,167)
#85FBB0
(133,251,176)
#94FBB9
(148,251,185)
#A3FBC2
(163,251,194)
#B2FBCB
(178,251,203)
#C1FBD4
(193,251,212)
#D0FBDD
(208,251,221)
#DFFBE6
(223,251,230)
#EEFBEF
(238,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58FB95 color. Also use rgb(88,251,149) instead hex code.

Text Font Color

.myTextColor { color: #58FB95; }

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

This text font color is #58FB95.

Background Color

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

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

This div background color is #58FB95.

Border color

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

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

This div border color is #58FB95.

Opacity

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

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

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

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

This text has shadow with #58FB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58FB95.

Preview

Color preview on black background

This text has color #58FB95 on black background.


Color preview on white background

This text has color #58FB95 on white background.


Black color preview on #58FB95 background

This text has black color on #58FB95 background.


White color preview on #58FB95 background

This text has white color on #58FB95 background.


Related colors

Complementary color

Complementary color for #hex is #A7046A.


I love getcolorcode.com

Triadic colors

1 #9558FB and #FB9558 with #58FB95 are triadic colors.

2 #95FB58 and #FB5895 with #58FB95 are triadic colors.