COLOR #00DA39

HEX: #00DA39
RGB: (0,218,57)

Renk bilgisi

#00DA39 contains mainly green color. #00DA39 ‘ nin web güvenlik rengi #00CC33 (ya da #0C3) dir.

RGB renk modeli

#00DA39 color RGB value is (0,218,57).

  • kırmız ton 0;
  • yeşil ton 218;
  • mavi ton 57.
RGB:
(0,218,57)
(0%,85%,22%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 218 of 255 = 85%
B 57 of 255 = 22%

0
218
57

R + G + B ~ 36%. #00DA39 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 218 + 57 = 275 (100%)
R 0 of 275 ~ 0%
G 218 of 275 ~ 79.27%
B 57 of 275 ~ 20.73%

%79.27
%20.73

CMYK RENK MODELİ

#00DA39 rengi CMYK tonu (100,0,74,15).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 73.85%
  • ana renk tonu 14.51%
CMYK:
(100,0,74,15)
C100M0Y74K15 
(100%,0%,74%,15%)
(1.00/0.00/0.74/0.15)	

CMYK yüzdeleri

%100
%0
%73.85
%14.51

Codes

Color #00DA39 in popluar color models

00DA39
RGB021857
HSL136°100.00%42.75%
HSB/HSV136°100.00%85.49%
CMYK100.00%0.00%73.85%
14.51%

Color #00DA39 in popluar number systems.

HEX00DA39
Decimal021857
Binary011011010111001
Octal033271

Shades and tints

Shades of #00DA39

#00DA39
(0,218,57)
#00C734
(0,199,52)
#00B42F
(0,180,47)
#00A12A
(0,161,42)
#008E25
(0,142,37)
#007B20
(0,123,32)
#00681B
(0,104,27)
#005516
(0,85,22)
#004211
(0,66,17)
#002F0C
(0,47,12)
#001C07
(0,28,7)
#000000
(0,0,0)

Tints of #00DA39

#00DA39
(0,218,57)
#17DD4B
(23,221,75)
#2EE05D
(46,224,93)
#45E36F
(69,227,111)
#5CE681
(92,230,129)
#73E993
(115,233,147)
#8AECA5
(138,236,165)
#A1EFB7
(161,239,183)
#B8F2C9
(184,242,201)
#CFF5DB
(207,245,219)
#E6F8ED
(230,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00DA39 color. Also use rgb(0,218,57) instead hex code.

Text Font Color

.myTextColor { color: #00DA39; }

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

This text font color is #00DA39.


Background Color

.myBgColor { background-color: #00DA39; }

<div style="background-color:#00DA39">Inner text</div>

This div background color is #00DA39.


Border color

.myBorderColor { border: 1px solid #00DA39; }

<div style="border:3px solid #00DA39">Div</div>

This div border color is #00DA39.


Opacity

.myOpacity80 { color: #00DA39; opacity: 0.8; }

<p style="color:#00DA39;opacity:0.8;">80%</p>

Text with #00DA39 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 #00DA39;}

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

This text has shadow with #00DA39 color.

.textShadow {text-shadow: 3px 3px 1px #00DA39, 3px 3px 1px red;}

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

This text has shadow with #00DA39 primary color and red secondary color.


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

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

This text has shadow with #00DA39 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00DA39 on black background.


Color preview on white background

This text has color #00DA39 on white background.



Black color preview on #00DA39 background

This text has black color on #00DA39 background.


White color preview on #00DA39 background

This text has white color on #00DA39 background.