COLOR #5DBA00

HEX: #5DBA00
RGB: (93,186,0)

Color info

#5DBA00 contains mainly green color. Web safe color of #5DBA00 is #66CC00 (or #6C0).

RGB color model

#5DBA00 color RGB value is (93,186,0).

  • red value is 93;
  • green value is 186;
  • blue value is 0.
RGB:
(93,186,0)
(36%,73%,0%)

RGB channels and saturation

R 93 of 255 = 36%
G 186 of 255 = 73%
B 0 of 255 = 0%

93
186
0

R + G + B ~ 36%. #5DBA00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 186 + 0 = 279 (100%)
R 93 of 279 ~ 33.33%
G 186 of 279 ~ 66.67%
B 0 of 279 ~ 0%

%33.33
%66.67

CMYK color model

#5DBA00 color CMYK value is (50,0,100,27).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 27.06%
CMYK:
(50,0,100,27)
C50M0Y100K27 
(50%,0%,100%,27%)
(0.50/0.00/1.00/0.27)	

CMYK percentages

%50
%0
%100
%27.06

Codes

Color #5DBA00 in popluar color models

5DBA00
RGB931860
HSL90°100.00%36.47%
HSB/HSV90°100.00%72.94%
CMYK50.00%0.00%100.00%
27.06%

Color #5DBA00 in popluar number systems.

HEX5DBA00
Decimal931860
Binary1011101101110100
Octal1352720

Shades and tints

Shades of #5DBA00

#5DBA00
(93,186,0)
#55AA00
(85,170,0)
#4D9A00
(77,154,0)
#458A00
(69,138,0)
#3D7A00
(61,122,0)
#356A00
(53,106,0)
#2D5A00
(45,90,0)
#254A00
(37,74,0)
#1D3A00
(29,58,0)
#152A00
(21,42,0)
#0D1A00
(13,26,0)
#000000
(0,0,0)

Tints of #5DBA00

#5DBA00
(93,186,0)
#6BC017
(107,192,23)
#79C62E
(121,198,46)
#87CC45
(135,204,69)
#95D25C
(149,210,92)
#A3D873
(163,216,115)
#B1DE8A
(177,222,138)
#BFE4A1
(191,228,161)
#CDEAB8
(205,234,184)
#DBF0CF
(219,240,207)
#E9F6E6
(233,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBA00 color. Also use rgb(93,186,0) instead hex code.

Text Font Color

.myTextColor { color: #5DBA00; }

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

This text font color is #5DBA00.


Background Color

.myBgColor { background-color: #5DBA00; }

<div style="background-color:#5DBA00">Inner text</div>

This div background color is #5DBA00.


Border color

.myBorderColor { border: 1px solid #5DBA00; }

<div style="border:3px solid #5DBA00">Div</div>

This div border color is #5DBA00.


Opacity

.myOpacity80 { color: #5DBA00; opacity: 0.8; }

<p style="color:#5DBA00;opacity:0.8;">80%</p>

Text with #5DBA00 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 #5DBA00;}

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

This text has shadow with #5DBA00 color.

.textShadow {text-shadow: 3px 3px 1px #5DBA00, 3px 3px 1px red;}

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

This text has shadow with #5DBA00 primary color and red secondary color.


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

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

This text has shadow with #5DBA00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBA00 on black background.


Color preview on white background

This text has color #5DBA00 on white background.



Black color preview on #5DBA00 background

This text has black color on #5DBA00 background.


White color preview on #5DBA00 background

This text has white color on #5DBA00 background.