COLOR #90DB3F

HEX: #90DB3F
RGB: (144,219,63)

Color info

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

RGB color model

#90DB3F color RGB value is (144,219,63).

  • red value is 144;
  • green value is 219;
  • blue value is 63.
RGB:
(144,219,63)
(56%,86%,25%)

RGB channels and saturation

R 144 of 255 = 56%
G 219 of 255 = 86%
B 63 of 255 = 25%

144
219
63

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

Portions of RGB colors in percentages

R + G + B =
144 + 219 + 63 = 426 (100%)
R 144 of 426 ~ 33.8%
G 219 of 426 ~ 51.41%
B 63 of 426 ~ 14.79%

%33.8
%51.41
%14.79

CMYK color model

#90DB3F color CMYK value is (34,0,71,14).

  • cyan value is 34.25%
  • magenta value is 0.00%
  • yellow value is 71.23%
  • key color value is 14.12%
CMYK:
(34,0,71,14)
C34M0Y71K14 
(34%,0%,71%,14%)
(0.34/0.00/0.71/0.14)	

CMYK percentages

%34.25
%0
%71.23
%14.12

Codes

Color #90DB3F in popluar color models

90DB3F
RGB14421963
HSL89°68.42%55.29%
HSB/HSV89°71.23%85.88%
CMYK34.25%0.00%71.23%
14.12%

Color #90DB3F in popluar number systems.

HEX90DB3F
Decimal14421963
Binary1001000011011011111111
Octal22033377

Shades and tints

Shades of #90DB3F

#90DB3F
(144,219,63)
#83C83A
(131,200,58)
#76B535
(118,181,53)
#69A230
(105,162,48)
#5C8F2B
(92,143,43)
#4F7C26
(79,124,38)
#426921
(66,105,33)
#35561C
(53,86,28)
#284317
(40,67,23)
#1B3012
(27,48,18)
#0E1D0D
(14,29,13)
#000000
(0,0,0)

Tints of #90DB3F

#90DB3F
(144,219,63)
#9ADE50
(154,222,80)
#A4E161
(164,225,97)
#AEE472
(174,228,114)
#B8E783
(184,231,131)
#C2EA94
(194,234,148)
#CCEDA5
(204,237,165)
#D6F0B6
(214,240,182)
#E0F3C7
(224,243,199)
#EAF6D8
(234,246,216)
#F4F9E9
(244,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90DB3F color. Also use rgb(144,219,63) instead hex code.

Text Font Color

.myTextColor { color: #90DB3F; }

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

This text font color is #90DB3F.


Background Color

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

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

This div background color is #90DB3F.


Border color

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

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

This div border color is #90DB3F.


Opacity

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

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

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

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

This text has shadow with #90DB3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90DB3F on black background.


Color preview on white background

This text has color #90DB3F on white background.



Black color preview on #90DB3F background

This text has black color on #90DB3F background.


White color preview on #90DB3F background

This text has white color on #90DB3F background.