COLOR #00CB65

HEX: #00CB65
RGB: (0,203,101)

Renk bilgisi

#00CB65 contains mainly green color. #00CB65 ‘ nin web güvenlik rengi #00CC66 (ya da #0C6) dir.

RGB renk modeli

#00CB65 color RGB value is (0,203,101).

  • kırmız ton 0;
  • yeşil ton 203;
  • mavi ton 101.
RGB:
(0,203,101)
(0%,80%,40%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 203 of 255 = 80%
B 101 of 255 = 40%

0
203
101

R + G + B ~ 40%. #00CB65 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 203 + 101 = 304 (100%)
R 0 of 304 ~ 0%
G 203 of 304 ~ 66.78%
B 101 of 304 ~ 33.22%

%66.78
%33.22

CMYK RENK MODELİ

#00CB65 rengi CMYK tonu (100,0,50,20).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 50.25%
  • ana renk tonu 20.39%
CMYK:
(100,0,50,20)
C100M0Y50K20 
(100%,0%,50%,20%)
(1.00/0.00/0.50/0.20)	

CMYK yüzdeleri

%100
%0
%50.25
%20.39

Codes

Color #00CB65 in popluar color models

00CB65
RGB0203101
HSL150°100.00%39.80%
HSB/HSV150°100.00%79.61%
CMYK100.00%0.00%50.25%
20.39%

Color #00CB65 in popluar number systems.

HEX00CB65
Decimal0203101
Binary0110010111100101
Octal0313145

Shades and tints

Shades of #00CB65

#00CB65
(0,203,101)
#00B95C
(0,185,92)
#00A753
(0,167,83)
#00954A
(0,149,74)
#008341
(0,131,65)
#007138
(0,113,56)
#005F2F
(0,95,47)
#004D26
(0,77,38)
#003B1D
(0,59,29)
#002914
(0,41,20)
#00170B
(0,23,11)
#000000
(0,0,0)

Tints of #00CB65

#00CB65
(0,203,101)
#17CF73
(23,207,115)
#2ED381
(46,211,129)
#45D78F
(69,215,143)
#5CDB9D
(92,219,157)
#73DFAB
(115,223,171)
#8AE3B9
(138,227,185)
#A1E7C7
(161,231,199)
#B8EBD5
(184,235,213)
#CFEFE3
(207,239,227)
#E6F3F1
(230,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00CB65 color. Also use rgb(0,203,101) instead hex code.

Text Font Color

.myTextColor { color: #00CB65; }

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

This text font color is #00CB65.


Background Color

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

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

This div background color is #00CB65.


Border color

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

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

This div border color is #00CB65.


Opacity

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

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

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

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

This text has shadow with #00CB65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00CB65 on black background.


Color preview on white background

This text has color #00CB65 on white background.



Black color preview on #00CB65 background

This text has black color on #00CB65 background.


White color preview on #00CB65 background

This text has white color on #00CB65 background.