COLOR #90DE57

HEX: #90DE57
RGB: (144,222,87)

Color info

#90DE57 contains mainly green color. Web safe color of #90DE57 is #99CC66 (or #9C6).

RGB color model

#90DE57 color RGB value is (144,222,87).

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

RGB channels and saturation

R 144 of 255 = 56%
G 222 of 255 = 87%
B 87 of 255 = 34%

144
222
87

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

Portions of RGB colors in percentages

R + G + B =
144 + 222 + 87 = 453 (100%)
R 144 of 453 ~ 31.79%
G 222 of 453 ~ 49.01%
B 87 of 453 ~ 19.21%

%31.79
%49.01
%19.21

CMYK color model

#90DE57 color CMYK value is (35,0,61,13).

  • cyan value is 35.14%
  • magenta value is 0.00%
  • yellow value is 60.81%
  • key color value is 12.94%
CMYK:
(35,0,61,13)
C35M0Y61K13 
(35%,0%,61%,13%)
(0.35/0.00/0.61/0.13)	

CMYK percentages

%35.14
%0
%60.81
%12.94

Codes

Color #90DE57 in popluar color models

90DE57
RGB14422287
HSL95°67.16%60.59%
HSB/HSV95°60.81%87.06%
CMYK35.14%0.00%60.81%
12.94%

Color #90DE57 in popluar number systems.

HEX90DE57
Decimal14422287
Binary10010000110111101010111
Octal220336127

Shades and tints

Shades of #90DE57

#90DE57
(144,222,87)
#83CA50
(131,202,80)
#76B649
(118,182,73)
#69A242
(105,162,66)
#5C8E3B
(92,142,59)
#4F7A34
(79,122,52)
#42662D
(66,102,45)
#355226
(53,82,38)
#283E1F
(40,62,31)
#1B2A18
(27,42,24)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #90DE57

#90DE57
(144,222,87)
#9AE166
(154,225,102)
#A4E475
(164,228,117)
#AEE784
(174,231,132)
#B8EA93
(184,234,147)
#C2EDA2
(194,237,162)
#CCF0B1
(204,240,177)
#D6F3C0
(214,243,192)
#E0F6CF
(224,246,207)
#EAF9DE
(234,249,222)
#F4FCED
(244,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DE57; }

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

This text font color is #90DE57.


Background Color

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

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

This div background color is #90DE57.


Border color

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

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

This div border color is #90DE57.


Opacity

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

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

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

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

This text has shadow with #90DE57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DE57 on black background.


Color preview on white background

This text has color #90DE57 on white background.



Black color preview on #90DE57 background

This text has black color on #90DE57 background.


White color preview on #90DE57 background

This text has white color on #90DE57 background.