COLOR #75CC63

HEX: #75CC63 RGB: (117,204,99)

Color info

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

RGB color model

#75CC63 color RGB value is (117,204,99).

RGB: (117,204,99) (46%, 80%, 39%)

RGB channels and saturation

R 117 of 255 = 46%
G 204 of 255 = 80%
B 99 of 255 = 39%

117
204
99

R + G + B ~ 55%. #75CC63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 204 + 99 = 420 (100%)
R 117 of 420 ~ 27.86%
G 204 of 420 ~ 48.57%
B 99 of 420 ~ 23.57'%

%27.86
%48.57
%23.57

CMYK color model

#75CC63 color CMYK value is (43,0,51,20).

  • cyan value is 42.65%
  • magenta value is 0.00%
  • yellow value is 51.47%
  • key color value is 20.00%
CMYK: (43,0,51,20) C43M0Y51K20 (43%,0%,51%,20%) (0.43/0.00/0.51/0.20) 

CMYK percentages

%42.65
%0
%51.47
%20

Codes

Color #75CC63 in popluar color models

75 CC 63
RGB 117 204 99
HSL 110° 50.72% 59.41%
HSB/HSV 110° 51.47% 80.00%
CMYK 42.65% 0.00% 51.47%
20.00%

Color #75CC63 in popluar number systems.

HEX 75 CC 63
Decimal 117 204 99
Binary 1110101 11001100 1100011
Octal 165 314 143

Shades and tints

Shades of #75CC63

#75CC63
(117,204,99)
#6BBA5A
(107,186,90)
#61A851
(97,168,81)
#579648
(87,150,72)
#4D843F
(77,132,63)
#437236
(67,114,54)
#39602D
(57,96,45)
#2F4E24
(47,78,36)
#253C1B
(37,60,27)
#1B2A12
(27,42,18)
#111809
(17,24,9)
#000000
(0,0,0)

Tints of #75CC63

#75CC63
(117,204,99)
#81D071
(129,208,113)
#8DD47F
(141,212,127)
#99D88D
(153,216,141)
#A5DC9B
(165,220,155)
#B1E0A9
(177,224,169)
#BDE4B7
(189,228,183)
#C9E8C5
(201,232,197)
#D5ECD3
(213,236,211)
#E1F0E1
(225,240,225)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CC63 color. Also use rgb(117,204,99) instead hex code.

Text Font Color

.myTextColor { color: #75CC63; }

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

This text font color is #75CC63.

Background Color

.myBgColor { background-color: #75CC63; }

<div style="background-color:#75CC63">Inner text</div>

This div background color is #75CC63.

Border color

.myBorderColor { border: 1px solid #75CC63; }

<div style="border:3px solid #75CC63">Div</div>

This div border color is #75CC63.

Opacity

.myOpacity80 { color: #75CC63; opacity: 0.8; }

<p style="color:#75CC63;opacity:0.8;">80%</p>

Text with #75CC63 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 #75CC63;}

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

This text has shadow with #75CC63 color.


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

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

This text has shadow with #75CC63 primary color and red secondary color.


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

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

This text has shadow with #75CC63 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75CC63.

Preview

Color preview on black background

This text has color #75CC63 on black background.


Color preview on white background

This text has color #75CC63 on white background.


Black color preview on #75CC63 background

This text has black color on #75CC63 background.


White color preview on #75CC63 background

This text has white color on #75CC63 background.


Related colors

Complementary color

Complementary color for #hex is #8A339C.


I love getcolorcode.com

Triadic colors

1 #6375CC and #CC6375 with #75CC63 are triadic colors.

2 #63CC75 and #CC7563 with #75CC63 are triadic colors.