COLOR #59B40E

HEX: #59B40E
RGB: (89,180,14)

Renk bilgisi

#59B40E contains mainly green color. #59B40E ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#59B40E color RGB value is (89,180,14).

  • kırmız ton 89;
  • yeşil ton 180;
  • mavi ton 14.
RGB:
(89,180,14)
(35%,71%,5%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 180 of 255 = 71%
B 14 of 255 = 5%

89
180
14

R + G + B ~ 37%. #59B40E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 180 + 14 = 283 (100%)
R 89 of 283 ~ 31.45%
G 180 of 283 ~ 63.6%
B 14 of 283 ~ 4.95%

%31.45
%63.6

CMYK RENK MODELİ

#59B40E rengi CMYK tonu (51,0,92,29).

  • camgöbeği tonu 50.56%
  • eflatun tonu 0.00%
  • sarı tonu 92.22%
  • ana renk tonu 29.41%
CMYK:
(51,0,92,29)
C51M0Y92K29 
(51%,0%,92%,29%)
(0.51/0.00/0.92/0.29)	

CMYK yüzdeleri

%50.56
%0
%92.22
%29.41

Codes

Color #59B40E in popluar color models

59B40E
RGB8918014
HSL93°85.57%38.04%
HSB/HSV93°92.22%70.59%
CMYK50.56%0.00%92.22%
29.41%

Color #59B40E in popluar number systems.

HEX59B40E
Decimal8918014
Binary1011001101101001110
Octal13126416

Shades and tints

Shades of #59B40E

#59B40E
(89,180,14)
#51A40D
(81,164,13)
#49940C
(73,148,12)
#41840B
(65,132,11)
#39740A
(57,116,10)
#316409
(49,100,9)
#295408
(41,84,8)
#214407
(33,68,7)
#193406
(25,52,6)
#112405
(17,36,5)
#091404
(9,20,4)
#000000
(0,0,0)

Tints of #59B40E

#59B40E
(89,180,14)
#68BA23
(104,186,35)
#77C038
(119,192,56)
#86C64D
(134,198,77)
#95CC62
(149,204,98)
#A4D277
(164,210,119)
#B3D88C
(179,216,140)
#C2DEA1
(194,222,161)
#D1E4B6
(209,228,182)
#E0EACB
(224,234,203)
#EFF0E0
(239,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B40E color. Also use rgb(89,180,14) instead hex code.

Text Font Color

.myTextColor { color: #59B40E; }

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

This text font color is #59B40E.


Background Color

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

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

This div background color is #59B40E.


Border color

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

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

This div border color is #59B40E.


Opacity

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

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

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

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

This text has shadow with #59B40E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B40E on black background.


Color preview on white background

This text has color #59B40E on white background.



Black color preview on #59B40E background

This text has black color on #59B40E background.


White color preview on #59B40E background

This text has white color on #59B40E background.