COLOR #75DE73

HEX: #75DE73 RGB: (117,222,115)

Color info

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

RGB color model

#75DE73 color RGB value is (117,222,115).

RGB: (117,222,115) (46%, 87%, 45%)

RGB channels and saturation

R 117 of 255 = 46%
G 222 of 255 = 87%
B 115 of 255 = 45%

117
222
115

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

Portions of RGB colors in percentages

R + G + B = 117 + 222 + 115 = 454 (100%)
R 117 of 454 ~ 25.77%
G 222 of 454 ~ 48.9%
B 115 of 454 ~ 25.33'%

%25.77
%48.9
%25.33

CMYK color model

#75DE73 color CMYK value is (47,0,48,13).

  • cyan value is 47.30%
  • magenta value is 0.00%
  • yellow value is 48.20%
  • key color value is 12.94%

CMYK: (47,0,48,13)
C47M0Y48K13 (47%, 0%, 48%, 13%)
(0.47 / 0.00 / 0.48 / 0.13)

CMYK percentages

%47.3
%0
%48.2
%12.94

Codes

Color #75DE73 in popluar color models

75 DE 73
RGB 117 222 115
HSL 119° 61.85% 66.08%
HSB/HSV 119° 48.20% 87.06%
CMYK 47.30% 0.00% 48.20%
12.94%

Color #75DE73 in popluar number systems.

HEX 75 DE 73
Decimal 117 222 115
Binary 1110101 11011110 1110011
Octal 165 336 163

Shades and tints

Shades of #75DE73

#75DE73
(117,222,115)
#6BCA69
(107,202,105)
#61B65F
(97,182,95)
#57A255
(87,162,85)
#4D8E4B
(77,142,75)
#437A41
(67,122,65)
#396637
(57,102,55)
#2F522D
(47,82,45)
#253E23
(37,62,35)
#1B2A19
(27,42,25)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #75DE73

#75DE73
(117,222,115)
#81E17F
(129,225,127)
#8DE48B
(141,228,139)
#99E797
(153,231,151)
#A5EAA3
(165,234,163)
#B1EDAF
(177,237,175)
#BDF0BB
(189,240,187)
#C9F3C7
(201,243,199)
#D5F6D3
(213,246,211)
#E1F9DF
(225,249,223)
#EDFCEB
(237,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75DE73 color. Also use rgb(117,222,115) instead hex code.

Text Font Color

.myTextColor { color: #75DE73; }

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

This text font color is #75DE73.

Background Color

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

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

This div background color is #75DE73.

Border color

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

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

This div border color is #75DE73.

Opacity

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

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

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

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

This text has shadow with #75DE73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75DE73.

Preview

Color preview on black background

This text has color #75DE73 on black background.


Color preview on white background

This text has color #75DE73 on white background.


Black color preview on #75DE73 background

This text has black color on #75DE73 background.


White color preview on #75DE73 background

This text has white color on #75DE73 background.


Related colors

Complementary color

Complementary color for #hex is #8A218C.


I love getcolorcode.com

Triadic colors

1 #7375DE and #DE7375 with #75DE73 are triadic colors.

2 #73DE75 and #DE7573 with #75DE73 are triadic colors.