COLOR #5CCF75

HEX: #5CCF75
RGB: (92,207,117)

Color info

#5CCF75 contains mainly green color. Web safe color of #5CCF75 is #66CC66 (or #6C6).

RGB color model

#5CCF75 color RGB value is (92,207,117).

  • red value is 92;
  • green value is 207;
  • blue value is 117.
RGB:
(92,207,117)
(36%,81%,46%)

RGB channels and saturation

R 92 of 255 = 36%
G 207 of 255 = 81%
B 117 of 255 = 46%

92
207
117

R + G + B ~ 54%. #5CCF75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 207 + 117 = 416 (100%)
R 92 of 416 ~ 22.12%
G 207 of 416 ~ 49.76%
B 117 of 416 ~ 28.13%

%22.12
%49.76
%28.13

CMYK color model

#5CCF75 color CMYK value is (56,0,43,19).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 18.82%
CMYK:
(56,0,43,19)
C56M0Y43K19 
(56%,0%,43%,19%)
(0.56/0.00/0.43/0.19)	

CMYK percentages

%55.56
%0
%43.48
%18.82

Codes

Color #5CCF75 in popluar color models

5CCF75
RGB92207117
HSL133°54.50%58.63%
HSB/HSV133°55.56%81.18%
CMYK55.56%0.00%43.48%
18.82%

Color #5CCF75 in popluar number systems.

HEX5CCF75
Decimal92207117
Binary1011100110011111110101
Octal134317165

Shades and tints

Shades of #5CCF75

#5CCF75
(92,207,117)
#54BD6B
(84,189,107)
#4CAB61
(76,171,97)
#449957
(68,153,87)
#3C874D
(60,135,77)
#347543
(52,117,67)
#2C6339
(44,99,57)
#24512F
(36,81,47)
#1C3F25
(28,63,37)
#142D1B
(20,45,27)
#0C1B11
(12,27,17)
#000000
(0,0,0)

Tints of #5CCF75

#5CCF75
(92,207,117)
#6AD381
(106,211,129)
#78D78D
(120,215,141)
#86DB99
(134,219,153)
#94DFA5
(148,223,165)
#A2E3B1
(162,227,177)
#B0E7BD
(176,231,189)
#BEEBC9
(190,235,201)
#CCEFD5
(204,239,213)
#DAF3E1
(218,243,225)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CCF75 color. Also use rgb(92,207,117) instead hex code.

Text Font Color

.myTextColor { color: #5CCF75; }

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

This text font color is #5CCF75.


Background Color

.myBgColor { background-color: #5CCF75; }

<div style="background-color:#5CCF75">Inner text</div>

This div background color is #5CCF75.


Border color

.myBorderColor { border: 1px solid #5CCF75; }

<div style="border:3px solid #5CCF75">Div</div>

This div border color is #5CCF75.


Opacity

.myOpacity80 { color: #5CCF75; opacity: 0.8; }

<p style="color:#5CCF75;opacity:0.8;">80%</p>

Text with #5CCF75 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 #5CCF75;}

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

This text has shadow with #5CCF75 color.

.textShadow {text-shadow: 3px 3px 1px #5CCF75, 3px 3px 1px red;}

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

This text has shadow with #5CCF75 primary color and red secondary color.


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

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

This text has shadow with #5CCF75 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CCF75 on black background.


Color preview on white background

This text has color #5CCF75 on white background.



Black color preview on #5CCF75 background

This text has black color on #5CCF75 background.


White color preview on #5CCF75 background

This text has white color on #5CCF75 background.