COLOR #ADFB51

HEX: #ADFB51
RGB: (173,251,81)

Renk bilgisi

#ADFB51 contains mainly green color. #ADFB51 ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#ADFB51 color RGB value is (173,251,81).

  • kırmız ton 173;
  • yeşil ton 251;
  • mavi ton 81.
RGB:
(173,251,81)
(68%,98%,32%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 251 of 255 = 98%
B 81 of 255 = 32%

173
251
81

R + G + B ~ 66%. #ADFB51 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 251 + 81 = 505 (100%)
R 173 of 505 ~ 34.26%
G 251 of 505 ~ 49.7%
B 81 of 505 ~ 16.04%

%34.26
%49.7
%16.04

CMYK RENK MODELİ

#ADFB51 rengi CMYK tonu (31,0,68,2).

  • camgöbeği tonu 31.08%
  • eflatun tonu 0.00%
  • sarı tonu 67.73%
  • ana renk tonu 1.57%
CMYK:
(31,0,68,2)
C31M0Y68K2 
(31%,0%,68%,2%)
(0.31/0.00/0.68/0.02)	

CMYK yüzdeleri

%31.08
%0
%67.73
%1.57

Codes

Color #ADFB51 in popluar color models

ADFB51
RGB17325181
HSL88°95.51%65.10%
HSB/HSV88°67.73%98.43%
CMYK31.08%0.00%67.73%
1.57%

Color #ADFB51 in popluar number systems.

HEXADFB51
Decimal17325181
Binary10101101111110111010001
Octal255373121

Shades and tints

Shades of #ADFB51

#ADFB51
(173,251,81)
#9EE54A
(158,229,74)
#8FCF43
(143,207,67)
#80B93C
(128,185,60)
#71A335
(113,163,53)
#628D2E
(98,141,46)
#537727
(83,119,39)
#446120
(68,97,32)
#354B19
(53,75,25)
#263512
(38,53,18)
#171F0B
(23,31,11)
#000000
(0,0,0)

Tints of #ADFB51

#ADFB51
(173,251,81)
#B4FB60
(180,251,96)
#BBFB6F
(187,251,111)
#C2FB7E
(194,251,126)
#C9FB8D
(201,251,141)
#D0FB9C
(208,251,156)
#D7FBAB
(215,251,171)
#DEFBBA
(222,251,186)
#E5FBC9
(229,251,201)
#ECFBD8
(236,251,216)
#F3FBE7
(243,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFB51 color. Also use rgb(173,251,81) instead hex code.

Text Font Color

.myTextColor { color: #ADFB51; }

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

This text font color is #ADFB51.


Background Color

.myBgColor { background-color: #ADFB51; }

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

This div background color is #ADFB51.


Border color

.myBorderColor { border: 1px solid #ADFB51; }

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

This div border color is #ADFB51.


Opacity

.myOpacity80 { color: #ADFB51; opacity: 0.8; }

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

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

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

This text has shadow with #ADFB51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFB51 on black background.


Color preview on white background

This text has color #ADFB51 on white background.



Black color preview on #ADFB51 background

This text has black color on #ADFB51 background.


White color preview on #ADFB51 background

This text has white color on #ADFB51 background.