COLOR #59D20D

HEX: #59D20D RGB: (89,210,13)

Color info

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

RGB color model

#59D20D color RGB value is (89,210,13).

RGB: (89,210,13) (35%, 82%, 5%)

RGB channels and saturation

R 89 of 255 = 35%
G 210 of 255 = 82%
B 13 of 255 = 5%

89
210
13

R + G + B ~ 41%. #59D20D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 210 + 13 = 312 (100%)
R 89 of 312 ~ 28.53%
G 210 of 312 ~ 67.31%
B 13 of 312 ~ 4.17'%

%28.53
%67.31

CMYK color model

#59D20D color CMYK value is (58,0,94,18).

  • cyan value is 57.62%
  • magenta value is 0.00%
  • yellow value is 93.81%
  • key color value is 17.65%

CMYK: (58,0,94,18)
C58M0Y94K18 (58%, 0%, 94%, 18%)
(0.58 / 0.00 / 0.94 / 0.18)

CMYK percentages

%57.62
%0
%93.81
%17.65

Codes

Color #59D20D in popluar color models

59 D2 0D
RGB 89 210 13
HSL 97° 88.34% 43.73%
HSB/HSV 97° 93.81% 82.35%
CMYK 57.62% 0.00% 93.81%
17.65%

Color #59D20D in popluar number systems.

HEX 59 D2 0D
Decimal 89 210 13
Binary 1011001 11010010 1101
Octal 131 322 15

Shades and tints

Shades of #59D20D

#59D20D
(89,210,13)
#51BF0C
(81,191,12)
#49AC0B
(73,172,11)
#41990A
(65,153,10)
#398609
(57,134,9)
#317308
(49,115,8)
#296007
(41,96,7)
#214D06
(33,77,6)
#193A05
(25,58,5)
#112704
(17,39,4)
#091403
(9,20,3)
#000000
(0,0,0)

Tints of #59D20D

#59D20D
(89,210,13)
#68D623
(104,214,35)
#77DA39
(119,218,57)
#86DE4F
(134,222,79)
#95E265
(149,226,101)
#A4E67B
(164,230,123)
#B3EA91
(179,234,145)
#C2EEA7
(194,238,167)
#D1F2BD
(209,242,189)
#E0F6D3
(224,246,211)
#EFFAE9
(239,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59D20D color. Also use rgb(89,210,13) instead hex code.

Text Font Color

.myTextColor { color: #59D20D; }

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

This text font color is #59D20D.

Background Color

.myBgColor { background-color: #59D20D; }

<div style="background-color:#59D20D">Inner text</div>

This div background color is #59D20D.

Border color

.myBorderColor { border: 1px solid #59D20D; }

<div style="border:3px solid #59D20D">Div</div>

This div border color is #59D20D.

Opacity

.myOpacity80 { color: #59D20D; opacity: 0.8; }

<p style="color:#59D20D;opacity:0.8;">80%</p>

Text with #59D20D 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 #59D20D;}

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

This text has shadow with #59D20D color.


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

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

This text has shadow with #59D20D primary color and red secondary color.


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

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

This text has shadow with #59D20D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59D20D.

Preview

Color preview on black background

This text has color #59D20D on black background.


Color preview on white background

This text has color #59D20D on white background.


Black color preview on #59D20D background

This text has black color on #59D20D background.


White color preview on #59D20D background

This text has white color on #59D20D background.


Related colors

Complementary color

Complementary color for #hex is #A62DF2.


I love getcolorcode.com

Triadic colors

1 #0D59D2 and #D20D59 with #59D20D are triadic colors.

2 #0DD259 and #D2590D with #59D20D are triadic colors.