COLOR #D5F991

HEX: #D5F991
RGB: (213,249,145)

Renk bilgisi

#D5F991 contains mainly red and green colors. #D5F991 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#D5F991 color RGB value is (213,249,145).

  • kırmız ton 213;
  • yeşil ton 249;
  • mavi ton 145.
RGB:
(213,249,145)
(84%,98%,57%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 249 of 255 = 98%
B 145 of 255 = 57%

213
249
145

R + G + B ~ 80%. #D5F991 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 249 + 145 = 607 (100%)
R 213 of 607 ~ 35.09%
G 249 of 607 ~ 41.02%
B 145 of 607 ~ 23.89%

%35.09
%41.02
%23.89

CMYK RENK MODELİ

#D5F991 rengi CMYK tonu (14,0,42,2).

  • camgöbeği tonu 14.46%
  • eflatun tonu 0.00%
  • sarı tonu 41.77%
  • ana renk tonu 2.35%
CMYK:
(14,0,42,2)
C14M0Y42K2 
(14%,0%,42%,2%)
(0.14/0.00/0.42/0.02)	

CMYK yüzdeleri

%14.46
%0
%41.77
%2.35

Codes

Color #D5F991 in popluar color models

D5F991
RGB213249145
HSL81°89.66%77.25%
HSB/HSV81°41.77%97.65%
CMYK14.46%0.00%41.77%
2.35%

Color #D5F991 in popluar number systems.

HEXD5F991
Decimal213249145
Binary110101011111100110010001
Octal325371221

Shades and tints

Shades of #D5F991

#D5F991
(213,249,145)
#C2E384
(194,227,132)
#AFCD77
(175,205,119)
#9CB76A
(156,183,106)
#89A15D
(137,161,93)
#768B50
(118,139,80)
#637543
(99,117,67)
#505F36
(80,95,54)
#3D4929
(61,73,41)
#2A331C
(42,51,28)
#171D0F
(23,29,15)
#000000
(0,0,0)

Tints of #D5F991

#D5F991
(213,249,145)
#D8F99B
(216,249,155)
#DBF9A5
(219,249,165)
#DEF9AF
(222,249,175)
#E1F9B9
(225,249,185)
#E4F9C3
(228,249,195)
#E7F9CD
(231,249,205)
#EAF9D7
(234,249,215)
#EDF9E1
(237,249,225)
#F0F9EB
(240,249,235)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F991 color. Also use rgb(213,249,145) instead hex code.

Text Font Color

.myTextColor { color: #D5F991; }

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

This text font color is #D5F991.


Background Color

.myBgColor { background-color: #D5F991; }

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

This div background color is #D5F991.


Border color

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

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

This div border color is #D5F991.


Opacity

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

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

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

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

This text has shadow with #D5F991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F991 on black background.


Color preview on white background

This text has color #D5F991 on white background.



Black color preview on #D5F991 background

This text has black color on #D5F991 background.


White color preview on #D5F991 background

This text has white color on #D5F991 background.