COLOR #75D299

HEX: #75D299 RGB: (117,210,153)

Color info

#75D299 contains mainly green and blue colors. Web safe color of #75D299 is #66CC99 (or #6C9).

RGB color model

#75D299 color RGB value is (117,210,153).

RGB: (117,210,153) (46%, 82%, 60%)

RGB channels and saturation

R 117 of 255 = 46%
G 210 of 255 = 82%
B 153 of 255 = 60%

117
210
153

R + G + B ~ 63%. #75D299 is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 210 + 153 = 480 (100%)
R 117 of 480 ~ 24.38%
G 210 of 480 ~ 43.75%
B 153 of 480 ~ 31.88'%

%24.38
%43.75
%31.88

CMYK color model

#75D299 color CMYK value is (44,0,27,18).

  • cyan value is 44.29%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 17.65%
CMYK: (44,0,27,18) C44M0Y27K18 (44%,0%,27%,18%) (0.44/0.00/0.27/0.18) 

CMYK percentages

%44.29
%0
%27.14
%17.65

Codes

Color #75D299 in popluar color models

75 D2 99
RGB 117 210 153
HSL 143° 50.82% 64.12%
HSB/HSV 143° 44.29% 82.35%
CMYK 44.29% 0.00% 27.14%
17.65%

Color #75D299 in popluar number systems.

HEX 75 D2 99
Decimal 117 210 153
Binary 1110101 11010010 10011001
Octal 165 322 231

Shades and tints

Shades of #75D299

#75D299
(117,210,153)
#6BBF8C
(107,191,140)
#61AC7F
(97,172,127)
#579972
(87,153,114)
#4D8665
(77,134,101)
#437358
(67,115,88)
#39604B
(57,96,75)
#2F4D3E
(47,77,62)
#253A31
(37,58,49)
#1B2724
(27,39,36)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #75D299

#75D299
(117,210,153)
#81D6A2
(129,214,162)
#8DDAAB
(141,218,171)
#99DEB4
(153,222,180)
#A5E2BD
(165,226,189)
#B1E6C6
(177,230,198)
#BDEACF
(189,234,207)
#C9EED8
(201,238,216)
#D5F2E1
(213,242,225)
#E1F6EA
(225,246,234)
#EDFAF3
(237,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D299 color. Also use rgb(117,210,153) instead hex code.

Text Font Color

.myTextColor { color: #75D299; }

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

This text font color is #75D299.

Background Color

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

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

This div background color is #75D299.

Border color

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

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

This div border color is #75D299.

Opacity

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

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

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

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

This text has shadow with #75D299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75D299.

Preview

Color preview on black background

This text has color #75D299 on black background.


Color preview on white background

This text has color #75D299 on white background.


Black color preview on #75D299 background

This text has black color on #75D299 background.


White color preview on #75D299 background

This text has white color on #75D299 background.


Related colors

Complementary color

Complementary color for #hex is #8A2D66.


I love getcolorcode.com

Triadic colors

1 #9975D2 and #D29975 with #75D299 are triadic colors.

2 #99D275 and #D27599 with #75D299 are triadic colors.