COLOR #01CB61

HEX: #01CB61
RGB: (1,203,97)

Renk bilgisi

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

RGB renk modeli

#01CB61 color RGB value is (1,203,97).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 203 of 255 = 80%
B 97 of 255 = 38%

1
203
97

R + G + B ~ 39%. #01CB61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 203 + 97 = 301 (100%)
R 1 of 301 ~ 0.33%
G 203 of 301 ~ 67.44%
B 97 of 301 ~ 32.23%

%67.44
%32.23

CMYK RENK MODELİ

#01CB61 rengi CMYK tonu (100,0,52,20).

  • camgöbeği tonu 99.51%
  • eflatun tonu 0.00%
  • sarı tonu 52.22%
  • ana renk tonu 20.39%
CMYK:
(100,0,52,20)
C100M0Y52K20 
(100%,0%,52%,20%)
(1.00/0.00/0.52/0.20)	

CMYK yüzdeleri

%99.51
%0
%52.22
%20.39

Codes

Color #01CB61 in popluar color models

01CB61
RGB120397
HSL149°99.02%40.00%
HSB/HSV149°99.51%79.61%
CMYK99.51%0.00%52.22%
20.39%

Color #01CB61 in popluar number systems.

HEX01CB61
Decimal120397
Binary1110010111100001
Octal1313141

Shades and tints

Shades of #01CB61

#01CB61
(1,203,97)
#01B959
(1,185,89)
#01A751
(1,167,81)
#019549
(1,149,73)
#018341
(1,131,65)
#017139
(1,113,57)
#015F31
(1,95,49)
#014D29
(1,77,41)
#013B21
(1,59,33)
#012919
(1,41,25)
#011711
(1,23,17)
#000000
(0,0,0)

Tints of #01CB61

#01CB61
(1,203,97)
#18CF6F
(24,207,111)
#2FD37D
(47,211,125)
#46D78B
(70,215,139)
#5DDB99
(93,219,153)
#74DFA7
(116,223,167)
#8BE3B5
(139,227,181)
#A2E7C3
(162,231,195)
#B9EBD1
(185,235,209)
#D0EFDF
(208,239,223)
#E7F3ED
(231,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01CB61 color. Also use rgb(1,203,97) instead hex code.

Text Font Color

.myTextColor { color: #01CB61; }

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

This text font color is #01CB61.


Background Color

.myBgColor { background-color: #01CB61; }

<div style="background-color:#01CB61">Inner text</div>

This div background color is #01CB61.


Border color

.myBorderColor { border: 1px solid #01CB61; }

<div style="border:3px solid #01CB61">Div</div>

This div border color is #01CB61.


Opacity

.myOpacity80 { color: #01CB61; opacity: 0.8; }

<p style="color:#01CB61;opacity:0.8;">80%</p>

Text with #01CB61 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 #01CB61;}

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

This text has shadow with #01CB61 color.

.textShadow {text-shadow: 3px 3px 1px #01CB61, 3px 3px 1px red;}

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

This text has shadow with #01CB61 primary color and red secondary color.


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

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

This text has shadow with #01CB61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01CB61 on black background.


Color preview on white background

This text has color #01CB61 on white background.



Black color preview on #01CB61 background

This text has black color on #01CB61 background.


White color preview on #01CB61 background

This text has white color on #01CB61 background.