COLOR #01F521

HEX: #01F521
RGB: (1,245,33)

Renk bilgisi

#01F521 contains mainly green color. #01F521 ‘ nin web güvenlik rengi #00FF33 (ya da #0F3) dir.

RGB renk modeli

#01F521 color RGB value is (1,245,33).

  • kırmız ton 1;
  • yeşil ton 245;
  • mavi ton 33.
RGB:
(1,245,33)
(0%,96%,13%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 245 of 255 = 96%
B 33 of 255 = 13%

1
245
33

R + G + B ~ 36%. #01F521 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 245 + 33 = 279 (100%)
R 1 of 279 ~ 0.36%
G 245 of 279 ~ 87.81%
B 33 of 279 ~ 11.83%

%87.81
%11.83

CMYK RENK MODELİ

#01F521 rengi CMYK tonu (100,0,87,4).

  • camgöbeği tonu 99.59%
  • eflatun tonu 0.00%
  • sarı tonu 86.53%
  • ana renk tonu 3.92%
CMYK:
(100,0,87,4)
C100M0Y87K4 
(100%,0%,87%,4%)
(1.00/0.00/0.87/0.04)	

CMYK yüzdeleri

%99.59
%0
%86.53
%3.92

Codes

Color #01F521 in popluar color models

01F521
RGB124533
HSL128°99.19%48.24%
HSB/HSV128°99.59%96.08%
CMYK99.59%0.00%86.53%
3.92%

Color #01F521 in popluar number systems.

HEX01F521
Decimal124533
Binary111110101100001
Octal136541

Shades and tints

Shades of #01F521

#01F521
(1,245,33)
#01DF1E
(1,223,30)
#01C91B
(1,201,27)
#01B318
(1,179,24)
#019D15
(1,157,21)
#018712
(1,135,18)
#01710F
(1,113,15)
#015B0C
(1,91,12)
#014509
(1,69,9)
#012F06
(1,47,6)
#011903
(1,25,3)
#000000
(0,0,0)

Tints of #01F521

#01F521
(1,245,33)
#18F535
(24,245,53)
#2FF549
(47,245,73)
#46F55D
(70,245,93)
#5DF571
(93,245,113)
#74F585
(116,245,133)
#8BF599
(139,245,153)
#A2F5AD
(162,245,173)
#B9F5C1
(185,245,193)
#D0F5D5
(208,245,213)
#E7F5E9
(231,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01F521 color. Also use rgb(1,245,33) instead hex code.

Text Font Color

.myTextColor { color: #01F521; }

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

This text font color is #01F521.


Background Color

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

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

This div background color is #01F521.


Border color

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

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

This div border color is #01F521.


Opacity

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

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

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

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

This text has shadow with #01F521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01F521 on black background.


Color preview on white background

This text has color #01F521 on white background.



Black color preview on #01F521 background

This text has black color on #01F521 background.


White color preview on #01F521 background

This text has white color on #01F521 background.