COLOR #75F441

HEX: #75F441 RGB: (117,244,65)

Color info

#75F441 contains mainly green color. Web safe color of #75F441 is #66FF33 (or #6F3).

RGB color model

#75F441 color RGB value is (117,244,65).

RGB: (117,244,65) (46%, 96%, 25%)

RGB channels and saturation

R 117 of 255 = 46%
G 244 of 255 = 96%
B 65 of 255 = 25%

117
244
65

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

Portions of RGB colors in percentages

R + G + B = 117 + 244 + 65 = 426 (100%)
R 117 of 426 ~ 27.46%
G 244 of 426 ~ 57.28%
B 65 of 426 ~ 15.26'%

%27.46
%57.28
%15.26

CMYK color model

#75F441 color CMYK value is (52,0,73,4).

  • cyan value is 52.05%
  • magenta value is 0.00%
  • yellow value is 73.36%
  • key color value is 4.31%

CMYK: (52,0,73,4)
C52M0Y73K4 (52%, 0%, 73%, 4%)
(0.52 / 0.00 / 0.73 / 0.04)

CMYK percentages

%52.05
%0
%73.36
%4.31

Codes

Color #75F441 in popluar color models

75 F4 41
RGB 117 244 65
HSL 103° 89.05% 60.59%
HSB/HSV 103° 73.36% 95.69%
CMYK 52.05% 0.00% 73.36%
4.31%

Color #75F441 in popluar number systems.

HEX 75 F4 41
Decimal 117 244 65
Binary 1110101 11110100 1000001
Octal 165 364 101

Shades and tints

Shades of #75F441

#75F441
(117,244,65)
#6BDE3C
(107,222,60)
#61C837
(97,200,55)
#57B232
(87,178,50)
#4D9C2D
(77,156,45)
#438628
(67,134,40)
#397023
(57,112,35)
#2F5A1E
(47,90,30)
#254419
(37,68,25)
#1B2E14
(27,46,20)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #75F441

#75F441
(117,244,65)
#81F552
(129,245,82)
#8DF663
(141,246,99)
#99F774
(153,247,116)
#A5F885
(165,248,133)
#B1F996
(177,249,150)
#BDFAA7
(189,250,167)
#C9FBB8
(201,251,184)
#D5FCC9
(213,252,201)
#E1FDDA
(225,253,218)
#EDFEEB
(237,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75F441 color. Also use rgb(117,244,65) instead hex code.

Text Font Color

.myTextColor { color: #75F441; }

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

This text font color is #75F441.

Background Color

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

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

This div background color is #75F441.

Border color

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

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

This div border color is #75F441.

Opacity

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

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

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

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

This text has shadow with #75F441 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75F441.

Preview

Color preview on black background

This text has color #75F441 on black background.


Color preview on white background

This text has color #75F441 on white background.


Black color preview on #75F441 background

This text has black color on #75F441 background.


White color preview on #75F441 background

This text has white color on #75F441 background.


Related colors

Complementary color

Complementary color for #hex is #8A0BBE.


I love getcolorcode.com

Triadic colors

1 #4175F4 and #F44175 with #75F441 are triadic colors.

2 #41F475 and #F47541 with #75F441 are triadic colors.