COLOR #75D153

HEX: #75D153 RGB: (117,209,83)

Color info

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

RGB color model

#75D153 color RGB value is (117,209,83).

RGB: (117,209,83) (46%, 82%, 33%)

RGB channels and saturation

R 117 of 255 = 46%
G 209 of 255 = 82%
B 83 of 255 = 33%

117
209
83

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

Portions of RGB colors in percentages

R + G + B = 117 + 209 + 83 = 409 (100%)
R 117 of 409 ~ 28.61%
G 209 of 409 ~ 51.1%
B 83 of 409 ~ 20.29'%

%28.61
%51.1
%20.29

CMYK color model

#75D153 color CMYK value is (44,0,60,18).

  • cyan value is 44.02%
  • magenta value is 0.00%
  • yellow value is 60.29%
  • key color value is 18.04%

CMYK: (44,0,60,18)
C44M0Y60K18 (44%, 0%, 60%, 18%)
(0.44 / 0.00 / 0.60 / 0.18)

CMYK percentages

%44.02
%0
%60.29
%18.04

Codes

Color #75D153 in popluar color models

75 D1 53
RGB 117 209 83
HSL 104° 57.80% 57.25%
HSB/HSV 104° 60.29% 81.96%
CMYK 44.02% 0.00% 60.29%
18.04%

Color #75D153 in popluar number systems.

HEX 75 D1 53
Decimal 117 209 83
Binary 1110101 11010001 1010011
Octal 165 321 123

Shades and tints

Shades of #75D153

#75D153
(117,209,83)
#6BBE4C
(107,190,76)
#61AB45
(97,171,69)
#57983E
(87,152,62)
#4D8537
(77,133,55)
#437230
(67,114,48)
#395F29
(57,95,41)
#2F4C22
(47,76,34)
#25391B
(37,57,27)
#1B2614
(27,38,20)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #75D153

#75D153
(117,209,83)
#81D562
(129,213,98)
#8DD971
(141,217,113)
#99DD80
(153,221,128)
#A5E18F
(165,225,143)
#B1E59E
(177,229,158)
#BDE9AD
(189,233,173)
#C9EDBC
(201,237,188)
#D5F1CB
(213,241,203)
#E1F5DA
(225,245,218)
#EDF9E9
(237,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D153 color. Also use rgb(117,209,83) instead hex code.

Text Font Color

.myTextColor { color: #75D153; }

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

This text font color is #75D153.

Background Color

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

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

This div background color is #75D153.

Border color

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

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

This div border color is #75D153.

Opacity

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

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

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

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

This text has shadow with #75D153 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75D153.

Preview

Color preview on black background

This text has color #75D153 on black background.


Color preview on white background

This text has color #75D153 on white background.


Black color preview on #75D153 background

This text has black color on #75D153 background.


White color preview on #75D153 background

This text has white color on #75D153 background.


Related colors

Complementary color

Complementary color for #hex is #8A2EAC.


I love getcolorcode.com

Triadic colors

1 #5375D1 and #D15375 with #75D153 are triadic colors.

2 #53D175 and #D17553 with #75D153 are triadic colors.