COLOR #D5F165

HEX: #D5F165
RGB: (213,241,101)

Renk bilgisi

#D5F165 contains mainly red and green colors. #D5F165 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#D5F165 color RGB value is (213,241,101).

  • kırmız ton 213;
  • yeşil ton 241;
  • mavi ton 101.
RGB:
(213,241,101)
(84%,95%,40%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 241 of 255 = 95%
B 101 of 255 = 40%

213
241
101

R + G + B ~ 73%. #D5F165 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 241 + 101 = 555 (100%)
R 213 of 555 ~ 38.38%
G 241 of 555 ~ 43.42%
B 101 of 555 ~ 18.2%

%38.38
%43.42
%18.2

CMYK RENK MODELİ

#D5F165 rengi CMYK tonu (12,0,58,5).

  • camgöbeği tonu 11.62%
  • eflatun tonu 0.00%
  • sarı tonu 58.09%
  • ana renk tonu 5.49%
CMYK:
(12,0,58,5)
C12M0Y58K5 
(12%,0%,58%,5%)
(0.12/0.00/0.58/0.05)	

CMYK yüzdeleri

%11.62
%0
%58.09
%5.49

Codes

Color #D5F165 in popluar color models

D5F165
RGB213241101
HSL72°83.33%67.06%
HSB/HSV72°58.09%94.51%
CMYK11.62%0.00%58.09%
5.49%

Color #D5F165 in popluar number systems.

HEXD5F165
Decimal213241101
Binary11010101111100011100101
Octal325361145

Shades and tints

Shades of #D5F165

#D5F165
(213,241,101)
#C2DC5C
(194,220,92)
#AFC753
(175,199,83)
#9CB24A
(156,178,74)
#899D41
(137,157,65)
#768838
(118,136,56)
#63732F
(99,115,47)
#505E26
(80,94,38)
#3D491D
(61,73,29)
#2A3414
(42,52,20)
#171F0B
(23,31,11)
#000000
(0,0,0)

Tints of #D5F165

#D5F165
(213,241,101)
#D8F273
(216,242,115)
#DBF381
(219,243,129)
#DEF48F
(222,244,143)
#E1F59D
(225,245,157)
#E4F6AB
(228,246,171)
#E7F7B9
(231,247,185)
#EAF8C7
(234,248,199)
#EDF9D5
(237,249,213)
#F0FAE3
(240,250,227)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F165 color. Also use rgb(213,241,101) instead hex code.

Text Font Color

.myTextColor { color: #D5F165; }

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

This text font color is #D5F165.


Background Color

.myBgColor { background-color: #D5F165; }

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

This div background color is #D5F165.


Border color

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

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

This div border color is #D5F165.


Opacity

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

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

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

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

This text has shadow with #D5F165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F165 on black background.


Color preview on white background

This text has color #D5F165 on white background.



Black color preview on #D5F165 background

This text has black color on #D5F165 background.


White color preview on #D5F165 background

This text has white color on #D5F165 background.