COLOR #90BF57

HEX: #90BF57
RGB: (144,191,87)

Color info

#90BF57 contains mainly red and green colors. Web safe color of #90BF57 is #99CC66 (or #9C6).

RGB color model

#90BF57 color RGB value is (144,191,87).

  • red value is 144;
  • green value is 191;
  • blue value is 87.
RGB:
(144,191,87)
(56%,75%,34%)

RGB channels and saturation

R 144 of 255 = 56%
G 191 of 255 = 75%
B 87 of 255 = 34%

144
191
87

R + G + B ~ 55%. #90BF57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 191 + 87 = 422 (100%)
R 144 of 422 ~ 34.12%
G 191 of 422 ~ 45.26%
B 87 of 422 ~ 20.62%

%34.12
%45.26
%20.62

CMYK color model

#90BF57 color CMYK value is (25,0,54,25).

  • cyan value is 24.61%
  • magenta value is 0.00%
  • yellow value is 54.45%
  • key color value is 25.10%
CMYK:
(25,0,54,25)
C25M0Y54K25 
(25%,0%,54%,25%)
(0.25/0.00/0.54/0.25)	

CMYK percentages

%24.61
%0
%54.45
%25.1

Codes

Color #90BF57 in popluar color models

90BF57
RGB14419187
HSL87°44.83%54.51%
HSB/HSV87°54.45%74.90%
CMYK24.61%0.00%54.45%
25.10%

Color #90BF57 in popluar number systems.

HEX90BF57
Decimal14419187
Binary10010000101111111010111
Octal220277127

Shades and tints

Shades of #90BF57

#90BF57
(144,191,87)
#83AE50
(131,174,80)
#769D49
(118,157,73)
#698C42
(105,140,66)
#5C7B3B
(92,123,59)
#4F6A34
(79,106,52)
#42592D
(66,89,45)
#354826
(53,72,38)
#28371F
(40,55,31)
#1B2618
(27,38,24)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #90BF57

#90BF57
(144,191,87)
#9AC466
(154,196,102)
#A4C975
(164,201,117)
#AECE84
(174,206,132)
#B8D393
(184,211,147)
#C2D8A2
(194,216,162)
#CCDDB1
(204,221,177)
#D6E2C0
(214,226,192)
#E0E7CF
(224,231,207)
#EAECDE
(234,236,222)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BF57 color. Also use rgb(144,191,87) instead hex code.

Text Font Color

.myTextColor { color: #90BF57; }

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

This text font color is #90BF57.


Background Color

.myBgColor { background-color: #90BF57; }

<div style="background-color:#90BF57">Inner text</div>

This div background color is #90BF57.


Border color

.myBorderColor { border: 1px solid #90BF57; }

<div style="border:3px solid #90BF57">Div</div>

This div border color is #90BF57.


Opacity

.myOpacity80 { color: #90BF57; opacity: 0.8; }

<p style="color:#90BF57;opacity:0.8;">80%</p>

Text with #90BF57 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 #90BF57;}

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

This text has shadow with #90BF57 color.

.textShadow {text-shadow: 3px 3px 1px #90BF57, 3px 3px 1px red;}

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

This text has shadow with #90BF57 primary color and red secondary color.


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

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

This text has shadow with #90BF57 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90BF57;
-webkit-box-shadow: 1px 1px 3px 2px #90BF57;
box-shadow:1px 1px 3px 2px #90BF57;">
Div content here</div>
This div box has shadow with color #90BF57.

Preview

Color preview on black background

This text has color #90BF57 on black background.


Color preview on white background

This text has color #90BF57 on white background.



Black color preview on #90BF57 background

This text has black color on #90BF57 background.


White color preview on #90BF57 background

This text has white color on #90BF57 background.