COLOR #99F57D

HEX: #99F57D RGB: (153,245,125)

Color info

#99F57D contains mainly green color. Web safe color of #99F57D is #99FF66 (or #9F6).

RGB color model

#99F57D color RGB value is (153,245,125).

RGB: (153,245,125) (60%, 96%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 245 of 255 = 96%
B 125 of 255 = 49%

153
245
125

R + G + B ~ 68%. #99F57D is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 245 + 125 = 523 (100%)
R 153 of 523 ~ 29.25%
G 245 of 523 ~ 46.85%
B 125 of 523 ~ 23.9'%

%29.25
%46.85
%23.9

CMYK color model

#99F57D color CMYK value is (38,0,49,4).

  • cyan value is 37.55%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 3.92%

CMYK: (38,0,49,4)
C38M0Y49K4 (38%, 0%, 49%, 4%)
(0.38 / 0.00 / 0.49 / 0.04)

CMYK percentages

%37.55
%0
%48.98
%3.92

Codes

Color #99F57D in popluar color models

99 F5 7D
RGB 153 245 125
HSL 106° 85.71% 72.55%
HSB/HSV 106° 48.98% 96.08%
CMYK 37.55% 0.00% 48.98%
3.92%

Color #99F57D in popluar number systems.

HEX 99 F5 7D
Decimal 153 245 125
Binary 10011001 11110101 1111101
Octal 231 365 175

Shades and tints

Shades of #99F57D

#99F57D
(153,245,125)
#8CDF72
(140,223,114)
#7FC967
(127,201,103)
#72B35C
(114,179,92)
#659D51
(101,157,81)
#588746
(88,135,70)
#4B713B
(75,113,59)
#3E5B30
(62,91,48)
#314525
(49,69,37)
#242F1A
(36,47,26)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #99F57D

#99F57D
(153,245,125)
#A2F588
(162,245,136)
#ABF593
(171,245,147)
#B4F59E
(180,245,158)
#BDF5A9
(189,245,169)
#C6F5B4
(198,245,180)
#CFF5BF
(207,245,191)
#D8F5CA
(216,245,202)
#E1F5D5
(225,245,213)
#EAF5E0
(234,245,224)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99F57D color. Also use rgb(153,245,125) instead hex code.

Text Font Color

.myTextColor { color: #99F57D; }

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

This text font color is #99F57D.

Background Color

.myBgColor { background-color: #99F57D; }

<div style="background-color:#99F57D">Inner text</div>

This div background color is #99F57D.

Border color

.myBorderColor { border: 1px solid #99F57D; }

<div style="border:3px solid #99F57D">Div</div>

This div border color is #99F57D.

Opacity

.myOpacity80 { color: #99F57D; opacity: 0.8; }

<p style="color:#99F57D;opacity:0.8;">80%</p>

Text with #99F57D 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 #99F57D;}

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

This text has shadow with #99F57D color.


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

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

This text has shadow with #99F57D primary color and red secondary color.


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

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

This text has shadow with #99F57D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99F57D.

Preview

Color preview on black background

This text has color #99F57D on black background.


Color preview on white background

This text has color #99F57D on white background.


Black color preview on #99F57D background

This text has black color on #99F57D background.


White color preview on #99F57D background

This text has white color on #99F57D background.


Related colors

Complementary color

Complementary color for #hex is #660A82.


I love getcolorcode.com

Triadic colors

1 #7D99F5 and #F57D99 with #99F57D are triadic colors.

2 #7DF599 and #F5997D with #99F57D are triadic colors.