COLOR #75D12D

HEX: #75D12D RGB: (117,209,45)

Color info

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

RGB color model

#75D12D color RGB value is (117,209,45).

RGB: (117,209,45) (46%, 82%, 18%)

RGB channels and saturation

R 117 of 255 = 46%
G 209 of 255 = 82%
B 45 of 255 = 18%

117
209
45

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

Portions of RGB colors in percentages

R + G + B = 117 + 209 + 45 = 371 (100%)
R 117 of 371 ~ 31.54%
G 209 of 371 ~ 56.33%
B 45 of 371 ~ 12.13'%

%31.54
%56.33
%12.13

CMYK color model

#75D12D color CMYK value is (44,0,78,18).

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

CMYK: (44,0,78,18)
C44M0Y78K18 (44%, 0%, 78%, 18%)
(0.44 / 0.00 / 0.78 / 0.18)

CMYK percentages

%44.02
%0
%78.47
%18.04

Codes

Color #75D12D in popluar color models

75 D1 2D
RGB 117 209 45
HSL 94° 64.57% 49.80%
HSB/HSV 94° 78.47% 81.96%
CMYK 44.02% 0.00% 78.47%
18.04%

Color #75D12D in popluar number systems.

HEX 75 D1 2D
Decimal 117 209 45
Binary 1110101 11010001 101101
Octal 165 321 55

Shades and tints

Shades of #75D12D

#75D12D
(117,209,45)
#6BBE29
(107,190,41)
#61AB25
(97,171,37)
#579821
(87,152,33)
#4D851D
(77,133,29)
#437219
(67,114,25)
#395F15
(57,95,21)
#2F4C11
(47,76,17)
#25390D
(37,57,13)
#1B2609
(27,38,9)
#111305
(17,19,5)
#000000
(0,0,0)

Tints of #75D12D

#75D12D
(117,209,45)
#81D540
(129,213,64)
#8DD953
(141,217,83)
#99DD66
(153,221,102)
#A5E179
(165,225,121)
#B1E58C
(177,229,140)
#BDE99F
(189,233,159)
#C9EDB2
(201,237,178)
#D5F1C5
(213,241,197)
#E1F5D8
(225,245,216)
#EDF9EB
(237,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75D12D; }

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

This text font color is #75D12D.

Background Color

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

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

This div background color is #75D12D.

Border color

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

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

This div border color is #75D12D.

Opacity

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

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

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

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

This text has shadow with #75D12D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75D12D.

Preview

Color preview on black background

This text has color #75D12D on black background.


Color preview on white background

This text has color #75D12D on white background.


Black color preview on #75D12D background

This text has black color on #75D12D background.


White color preview on #75D12D background

This text has white color on #75D12D background.


Related colors

Complementary color

Complementary color for #hex is #8A2ED2.


I love getcolorcode.com

Triadic colors

1 #2D75D1 and #D12D75 with #75D12D are triadic colors.

2 #2DD175 and #D1752D with #75D12D are triadic colors.