COLOR #90DD33

HEX: #90DD33
RGB: (144,221,51)

Color info

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

RGB color model

#90DD33 color RGB value is (144,221,51).

  • red value is 144;
  • green value is 221;
  • blue value is 51.
RGB:
(144,221,51)
(56%,87%,20%)

RGB channels and saturation

R 144 of 255 = 56%
G 221 of 255 = 87%
B 51 of 255 = 20%

144
221
51

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

Portions of RGB colors in percentages

R + G + B =
144 + 221 + 51 = 416 (100%)
R 144 of 416 ~ 34.62%
G 221 of 416 ~ 53.13%
B 51 of 416 ~ 12.26%

%34.62
%53.13
%12.26

CMYK color model

#90DD33 color CMYK value is (35,0,77,13).

  • cyan value is 34.84%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 13.33%
CMYK:
(35,0,77,13)
C35M0Y77K13 
(35%,0%,77%,13%)
(0.35/0.00/0.77/0.13)	

CMYK percentages

%34.84
%0
%76.92
%13.33

Codes

Color #90DD33 in popluar color models

90DD33
RGB14422151
HSL87°71.43%53.33%
HSB/HSV87°76.92%86.67%
CMYK34.84%0.00%76.92%
13.33%

Color #90DD33 in popluar number systems.

HEX90DD33
Decimal14422151
Binary1001000011011101110011
Octal22033563

Shades and tints

Shades of #90DD33

#90DD33
(144,221,51)
#83C92F
(131,201,47)
#76B52B
(118,181,43)
#69A127
(105,161,39)
#5C8D23
(92,141,35)
#4F791F
(79,121,31)
#42651B
(66,101,27)
#355117
(53,81,23)
#283D13
(40,61,19)
#1B290F
(27,41,15)
#0E150B
(14,21,11)
#000000
(0,0,0)

Tints of #90DD33

#90DD33
(144,221,51)
#9AE045
(154,224,69)
#A4E357
(164,227,87)
#AEE669
(174,230,105)
#B8E97B
(184,233,123)
#C2EC8D
(194,236,141)
#CCEF9F
(204,239,159)
#D6F2B1
(214,242,177)
#E0F5C3
(224,245,195)
#EAF8D5
(234,248,213)
#F4FBE7
(244,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DD33; }

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

This text font color is #90DD33.


Background Color

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

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

This div background color is #90DD33.


Border color

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

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

This div border color is #90DD33.


Opacity

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

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

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

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

This text has shadow with #90DD33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DD33 on black background.


Color preview on white background

This text has color #90DD33 on white background.



Black color preview on #90DD33 background

This text has black color on #90DD33 background.


White color preview on #90DD33 background

This text has white color on #90DD33 background.