COLOR #ADFB7D

HEX: #ADFB7D
RGB: (173,251,125)

Renk bilgisi

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

RGB renk modeli

#ADFB7D color RGB value is (173,251,125).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 251 of 255 = 98%
B 125 of 255 = 49%

173
251
125

R + G + B ~ 72%. #ADFB7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 251 + 125 = 549 (100%)
R 173 of 549 ~ 31.51%
G 251 of 549 ~ 45.72%
B 125 of 549 ~ 22.77%

%31.51
%45.72
%22.77

CMYK RENK MODELİ

#ADFB7D rengi CMYK tonu (31,0,50,2).

  • camgöbeği tonu 31.08%
  • eflatun tonu 0.00%
  • sarı tonu 50.20%
  • ana renk tonu 1.57%
CMYK:
(31,0,50,2)
C31M0Y50K2 
(31%,0%,50%,2%)
(0.31/0.00/0.50/0.02)	

CMYK yüzdeleri

%31.08
%0
%50.2
%1.57

Codes

Color #ADFB7D in popluar color models

ADFB7D
RGB173251125
HSL97°94.03%73.73%
HSB/HSV97°50.20%98.43%
CMYK31.08%0.00%50.20%
1.57%

Color #ADFB7D in popluar number systems.

HEXADFB7D
Decimal173251125
Binary10101101111110111111101
Octal255373175

Shades and tints

Shades of #ADFB7D

#ADFB7D
(173,251,125)
#9EE572
(158,229,114)
#8FCF67
(143,207,103)
#80B95C
(128,185,92)
#71A351
(113,163,81)
#628D46
(98,141,70)
#53773B
(83,119,59)
#446130
(68,97,48)
#354B25
(53,75,37)
#26351A
(38,53,26)
#171F0F
(23,31,15)
#000000
(0,0,0)

Tints of #ADFB7D

#ADFB7D
(173,251,125)
#B4FB88
(180,251,136)
#BBFB93
(187,251,147)
#C2FB9E
(194,251,158)
#C9FBA9
(201,251,169)
#D0FBB4
(208,251,180)
#D7FBBF
(215,251,191)
#DEFBCA
(222,251,202)
#E5FBD5
(229,251,213)
#ECFBE0
(236,251,224)
#F3FBEB
(243,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADFB7D; }

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

This text font color is #ADFB7D.


Background Color

.myBgColor { background-color: #ADFB7D; }

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

This div background color is #ADFB7D.


Border color

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

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

This div border color is #ADFB7D.


Opacity

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

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

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

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

This text has shadow with #ADFB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADFB7D on black background.


Color preview on white background

This text has color #ADFB7D on white background.



Black color preview on #ADFB7D background

This text has black color on #ADFB7D background.


White color preview on #ADFB7D background

This text has white color on #ADFB7D background.