COLOR #D5F584

HEX: #D5F584
RGB: (213,245,132)

Color info

#D5F584 contains mainly red and green colors. Web safe color of #D5F584 is #CCFF99 (or #CF9).

RGB color model

#D5F584 color RGB value is (213,245,132).

  • red value is 213;
  • green value is 245;
  • blue value is 132.
RGB:
(213,245,132)
(84%,96%,52%)

RGB channels and saturation

R 213 of 255 = 84%
G 245 of 255 = 96%
B 132 of 255 = 52%

213
245
132

R + G + B ~ 77%. #D5F584 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 245 + 132 = 590 (100%)
R 213 of 590 ~ 36.1%
G 245 of 590 ~ 41.53%
B 132 of 590 ~ 22.37%

%36.1
%41.53
%22.37

CMYK color model

#D5F584 color CMYK value is (13,0,46,4).

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 46.12%
  • key color value is 3.92%
CMYK:
(13,0,46,4)
C13M0Y46K4 
(13%,0%,46%,4%)
(0.13/0.00/0.46/0.04)	

CMYK percentages

%13.06
%0
%46.12
%3.92

Codes

Color #D5F584 in popluar color models

D5F584
RGB213245132
HSL77°84.96%73.92%
HSB/HSV77°46.12%96.08%
CMYK13.06%0.00%46.12%
3.92%

Color #D5F584 in popluar number systems.

HEXD5F584
Decimal213245132
Binary110101011111010110000100
Octal325365204

Shades and tints

Shades of #D5F584

#D5F584
(213,245,132)
#C2DF78
(194,223,120)
#AFC96C
(175,201,108)
#9CB360
(156,179,96)
#899D54
(137,157,84)
#768748
(118,135,72)
#63713C
(99,113,60)
#505B30
(80,91,48)
#3D4524
(61,69,36)
#2A2F18
(42,47,24)
#17190C
(23,25,12)
#000000
(0,0,0)

Tints of #D5F584

#D5F584
(213,245,132)
#D8F58F
(216,245,143)
#DBF59A
(219,245,154)
#DEF5A5
(222,245,165)
#E1F5B0
(225,245,176)
#E4F5BB
(228,245,187)
#E7F5C6
(231,245,198)
#EAF5D1
(234,245,209)
#EDF5DC
(237,245,220)
#F0F5E7
(240,245,231)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F584 color. Also use rgb(213,245,132) instead hex code.

Text Font Color

.myTextColor { color: #D5F584; }

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

This text font color is #D5F584.


Background Color

.myBgColor { background-color: #D5F584; }

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

This div background color is #D5F584.


Border color

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

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

This div border color is #D5F584.


Opacity

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

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

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

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

This text has shadow with #D5F584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F584 on black background.


Color preview on white background

This text has color #D5F584 on white background.



Black color preview on #D5F584 background

This text has black color on #D5F584 background.


White color preview on #D5F584 background

This text has white color on #D5F584 background.