COLOR #55DB4A

HEX: #55DB4A
RGB: (85,219,74)

Color info

#55DB4A contains mainly green color. Web safe color of #55DB4A is #66CC33 (or #6C3).

RGB color model

#55DB4A color RGB value is (85,219,74).

  • red value is 85;
  • green value is 219;
  • blue value is 74.
RGB:
(85,219,74)
(33%,86%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 219 of 255 = 86%
B 74 of 255 = 29%

85
219
74

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

Portions of RGB colors in percentages

R + G + B =
85 + 219 + 74 = 378 (100%)
R 85 of 378 ~ 22.49%
G 219 of 378 ~ 57.94%
B 74 of 378 ~ 19.58%

%22.49
%57.94
%19.58

CMYK color model

#55DB4A color CMYK value is (61,0,66,14).

  • cyan value is 61.19%
  • magenta value is 0.00%
  • yellow value is 66.21%
  • key color value is 14.12%
CMYK:
(61,0,66,14)
C61M0Y66K14 
(61%,0%,66%,14%)
(0.61/0.00/0.66/0.14)	

CMYK percentages

%61.19
%0
%66.21
%14.12

Codes

Color #55DB4A in popluar color models

55DB4A
RGB8521974
HSL115°66.82%57.45%
HSB/HSV115°66.21%85.88%
CMYK61.19%0.00%66.21%
14.12%

Color #55DB4A in popluar number systems.

HEX55DB4A
Decimal8521974
Binary1010101110110111001010
Octal125333112

Shades and tints

Shades of #55DB4A

#55DB4A
(85,219,74)
#4EC844
(78,200,68)
#47B53E
(71,181,62)
#40A238
(64,162,56)
#398F32
(57,143,50)
#327C2C
(50,124,44)
#2B6926
(43,105,38)
#245620
(36,86,32)
#1D431A
(29,67,26)
#163014
(22,48,20)
#0F1D0E
(15,29,14)
#000000
(0,0,0)

Tints of #55DB4A

#55DB4A
(85,219,74)
#64DE5A
(100,222,90)
#73E16A
(115,225,106)
#82E47A
(130,228,122)
#91E78A
(145,231,138)
#A0EA9A
(160,234,154)
#AFEDAA
(175,237,170)
#BEF0BA
(190,240,186)
#CDF3CA
(205,243,202)
#DCF6DA
(220,246,218)
#EBF9EA
(235,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55DB4A color. Also use rgb(85,219,74) instead hex code.

Text Font Color

.myTextColor { color: #55DB4A; }

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

This text font color is #55DB4A.


Background Color

.myBgColor { background-color: #55DB4A; }

<div style="background-color:#55DB4A">Inner text</div>

This div background color is #55DB4A.


Border color

.myBorderColor { border: 1px solid #55DB4A; }

<div style="border:3px solid #55DB4A">Div</div>

This div border color is #55DB4A.


Opacity

.myOpacity80 { color: #55DB4A; opacity: 0.8; }

<p style="color:#55DB4A;opacity:0.8;">80%</p>

Text with #55DB4A 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 #55DB4A;}

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

This text has shadow with #55DB4A color.

.textShadow {text-shadow: 3px 3px 1px #55DB4A, 3px 3px 1px red;}

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

This text has shadow with #55DB4A primary color and red secondary color.


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

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

This text has shadow with #55DB4A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55DB4A on black background.


Color preview on white background

This text has color #55DB4A on white background.



Black color preview on #55DB4A background

This text has black color on #55DB4A background.


White color preview on #55DB4A background

This text has white color on #55DB4A background.