COLOR #75C430

HEX: #75C430 RGB: (117,196,48)

Color info

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

RGB color model

#75C430 color RGB value is (117,196,48).

RGB: (117,196,48) (46%, 77%, 19%)

RGB channels and saturation

R 117 of 255 = 46%
G 196 of 255 = 77%
B 48 of 255 = 19%

117
196
48

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

Portions of RGB colors in percentages

R + G + B = 117 + 196 + 48 = 361 (100%)
R 117 of 361 ~ 32.41%
G 196 of 361 ~ 54.29%
B 48 of 361 ~ 13.3'%

%32.41
%54.29
%13.3

CMYK color model

#75C430 color CMYK value is (40,0,76,23).

  • cyan value is 40.31%
  • magenta value is 0.00%
  • yellow value is 75.51%
  • key color value is 23.14%
CMYK: (40,0,76,23) C40M0Y76K23 (40%,0%,76%,23%) (0.40/0.00/0.76/0.23) 

CMYK percentages

%40.31
%0
%75.51
%23.14

Codes

Color #75C430 in popluar color models

75 C4 30
RGB 117 196 48
HSL 92° 60.66% 47.84%
HSB/HSV 92° 75.51% 76.86%
CMYK 40.31% 0.00% 75.51%
23.14%

Color #75C430 in popluar number systems.

HEX 75 C4 30
Decimal 117 196 48
Binary 1110101 11000100 110000
Octal 165 304 60

Shades and tints

Shades of #75C430

#75C430
(117,196,48)
#6BB32C
(107,179,44)
#61A228
(97,162,40)
#579124
(87,145,36)
#4D8020
(77,128,32)
#436F1C
(67,111,28)
#395E18
(57,94,24)
#2F4D14
(47,77,20)
#253C10
(37,60,16)
#1B2B0C
(27,43,12)
#111A08
(17,26,8)
#000000
(0,0,0)

Tints of #75C430

#75C430
(117,196,48)
#81C942
(129,201,66)
#8DCE54
(141,206,84)
#99D366
(153,211,102)
#A5D878
(165,216,120)
#B1DD8A
(177,221,138)
#BDE29C
(189,226,156)
#C9E7AE
(201,231,174)
#D5ECC0
(213,236,192)
#E1F1D2
(225,241,210)
#EDF6E4
(237,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C430 color. Also use rgb(117,196,48) instead hex code.

Text Font Color

.myTextColor { color: #75C430; }

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

This text font color is #75C430.

Background Color

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

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

This div background color is #75C430.

Border color

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

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

This div border color is #75C430.

Opacity

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

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

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

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

This text has shadow with #75C430 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75C430.

Preview

Color preview on black background

This text has color #75C430 on black background.


Color preview on white background

This text has color #75C430 on white background.


Black color preview on #75C430 background

This text has black color on #75C430 background.


White color preview on #75C430 background

This text has white color on #75C430 background.


Related colors

Complementary color

Complementary color for #hex is #8A3BCF.


I love getcolorcode.com

Triadic colors

1 #3075C4 and #C43075 with #75C430 are triadic colors.

2 #30C475 and #C47530 with #75C430 are triadic colors.