COLOR #90DD37

HEX: #90DD37 RGB: (144,221,55)

Color info

#90DD37 contains mainly green color. Web safe color of #90DD37 is #99CC33 (or #9C3).

RGB color model

#90DD37 color RGB value is (144,221,55).

RGB: (144,221,55) (56%, 87%, 22%)

RGB channels and saturation

R 144 of 255 = 56%
G 221 of 255 = 87%
B 55 of 255 = 22%

144
221
55

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

Portions of RGB colors in percentages

R + G + B = 144 + 221 + 55 = 420 (100%)
R 144 of 420 ~ 34.29%
G 221 of 420 ~ 52.62%
B 55 of 420 ~ 13.1'%

%34.29
%52.62
%13.1

CMYK color model

#90DD37 color CMYK value is (35,0,75,13).

  • cyan value is 34.84%
  • magenta value is 0.00%
  • yellow value is 75.11%
  • key color value is 13.33%

CMYK: (35,0,75,13)
C35M0Y75K13 (35%, 0%, 75%, 13%)
(0.35 / 0.00 / 0.75 / 0.13)

CMYK percentages

%34.84
%0
%75.11
%13.33

Codes

Color #90DD37 in popluar color models

90 DD 37
RGB 144 221 55
HSL 88° 70.94% 54.12%
HSB/HSV 88° 75.11% 86.67%
CMYK 34.84% 0.00% 75.11%
13.33%

Color #90DD37 in popluar number systems.

HEX 90 DD 37
Decimal 144 221 55
Binary 10010000 11011101 110111
Octal 220 335 67

Shades and tints

Shades of #90DD37

#90DD37
(144,221,55)
#83C932
(131,201,50)
#76B52D
(118,181,45)
#69A128
(105,161,40)
#5C8D23
(92,141,35)
#4F791E
(79,121,30)
#426519
(66,101,25)
#355114
(53,81,20)
#283D0F
(40,61,15)
#1B290A
(27,41,10)
#0E1505
(14,21,5)
#000000
(0,0,0)

Tints of #90DD37

#90DD37
(144,221,55)
#9AE049
(154,224,73)
#A4E35B
(164,227,91)
#AEE66D
(174,230,109)
#B8E97F
(184,233,127)
#C2EC91
(194,236,145)
#CCEFA3
(204,239,163)
#D6F2B5
(214,242,181)
#E0F5C7
(224,245,199)
#EAF8D9
(234,248,217)
#F4FBEB
(244,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DD37 color. Also use rgb(144,221,55) instead hex code.

Text Font Color

.myTextColor { color: #90DD37; }

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

This text font color is #90DD37.

Background Color

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

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

This div background color is #90DD37.

Border color

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

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

This div border color is #90DD37.

Opacity

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

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

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

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

This text has shadow with #90DD37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DD37.

Preview

Color preview on black background

This text has color #90DD37 on black background.


Color preview on white background

This text has color #90DD37 on white background.


Black color preview on #90DD37 background

This text has black color on #90DD37 background.


White color preview on #90DD37 background

This text has white color on #90DD37 background.


Related colors

Complementary color

Complementary color for #hex is #6F22C8.


I love getcolorcode.com

Triadic colors

1 #3790DD and #DD3790 with #90DD37 are triadic colors.

2 #37DD90 and #DD9037 with #90DD37 are triadic colors.