COLOR #95F54A

HEX: #95F54A RGB: (149,245,74)

Color info

#95F54A contains mainly green color. Web safe color of #95F54A is #99FF33 (or #9F3).

RGB color model

#95F54A color RGB value is (149,245,74).

RGB: (149,245,74) (58%, 96%, 29%)

RGB channels and saturation

R 149 of 255 = 58%
G 245 of 255 = 96%
B 74 of 255 = 29%

149
245
74

R + G + B ~ 61%. #95F54A is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 245 + 74 = 468 (100%)
R 149 of 468 ~ 31.84%
G 245 of 468 ~ 52.35%
B 74 of 468 ~ 15.81'%

%31.84
%52.35
%15.81

CMYK color model

#95F54A color CMYK value is (39,0,70,4).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 69.80%
  • key color value is 3.92%

CMYK: (39,0,70,4)
C39M0Y70K4 (39%, 0%, 70%, 4%)
(0.39 / 0.00 / 0.70 / 0.04)

CMYK percentages

%39.18
%0
%69.8
%3.92

Codes

Color #95F54A in popluar color models

95 F5 4A
RGB 149 245 74
HSL 94° 89.53% 62.55%
HSB/HSV 94° 69.80% 96.08%
CMYK 39.18% 0.00% 69.80%
3.92%

Color #95F54A in popluar number systems.

HEX 95 F5 4A
Decimal 149 245 74
Binary 10010101 11110101 1001010
Octal 225 365 112

Shades and tints

Shades of #95F54A

#95F54A
(149,245,74)
#88DF44
(136,223,68)
#7BC93E
(123,201,62)
#6EB338
(110,179,56)
#619D32
(97,157,50)
#54872C
(84,135,44)
#477126
(71,113,38)
#3A5B20
(58,91,32)
#2D451A
(45,69,26)
#202F14
(32,47,20)
#13190E
(19,25,14)
#000000
(0,0,0)

Tints of #95F54A

#95F54A
(149,245,74)
#9EF55A
(158,245,90)
#A7F56A
(167,245,106)
#B0F57A
(176,245,122)
#B9F58A
(185,245,138)
#C2F59A
(194,245,154)
#CBF5AA
(203,245,170)
#D4F5BA
(212,245,186)
#DDF5CA
(221,245,202)
#E6F5DA
(230,245,218)
#EFF5EA
(239,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95F54A color. Also use rgb(149,245,74) instead hex code.

Text Font Color

.myTextColor { color: #95F54A; }

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

This text font color is #95F54A.

Background Color

.myBgColor { background-color: #95F54A; }

<div style="background-color:#95F54A">Inner text</div>

This div background color is #95F54A.

Border color

.myBorderColor { border: 1px solid #95F54A; }

<div style="border:3px solid #95F54A">Div</div>

This div border color is #95F54A.

Opacity

.myOpacity80 { color: #95F54A; opacity: 0.8; }

<p style="color:#95F54A;opacity:0.8;">80%</p>

Text with #95F54A 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 #95F54A;}

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

This text has shadow with #95F54A color.


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

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

This text has shadow with #95F54A primary color and red secondary color.


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

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

This text has shadow with #95F54A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95F54A.

Preview

Color preview on black background

This text has color #95F54A on black background.


Color preview on white background

This text has color #95F54A on white background.


Black color preview on #95F54A background

This text has black color on #95F54A background.


White color preview on #95F54A background

This text has white color on #95F54A background.


Related colors

Complementary color

Complementary color for #hex is #6A0AB5.


I love getcolorcode.com

Triadic colors

1 #4A95F5 and #F54A95 with #95F54A are triadic colors.

2 #4AF595 and #F5954A with #95F54A are triadic colors.