COLOR #D5F598

HEX: #D5F598
RGB: (213,245,152)

Color info

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

RGB color model

#D5F598 color RGB value is (213,245,152).

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

RGB channels and saturation

R 213 of 255 = 84%
G 245 of 255 = 96%
B 152 of 255 = 60%

213
245
152

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

Portions of RGB colors in percentages

R + G + B =
213 + 245 + 152 = 610 (100%)
R 213 of 610 ~ 34.92%
G 245 of 610 ~ 40.16%
B 152 of 610 ~ 24.92%

%34.92
%40.16
%24.92

CMYK color model

#D5F598 color CMYK value is (13,0,38,4).

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 37.96%
  • key color value is 3.92%
CMYK:
(13,0,38,4)
C13M0Y38K4 
(13%,0%,38%,4%)
(0.13/0.00/0.38/0.04)	

CMYK percentages

%13.06
%0
%37.96
%3.92

Codes

Color #D5F598 in popluar color models

D5F598
RGB213245152
HSL81°82.30%77.84%
HSB/HSV81°37.96%96.08%
CMYK13.06%0.00%37.96%
3.92%

Color #D5F598 in popluar number systems.

HEXD5F598
Decimal213245152
Binary110101011111010110011000
Octal325365230

Shades and tints

Shades of #D5F598

#D5F598
(213,245,152)
#C2DF8B
(194,223,139)
#AFC97E
(175,201,126)
#9CB371
(156,179,113)
#899D64
(137,157,100)
#768757
(118,135,87)
#63714A
(99,113,74)
#505B3D
(80,91,61)
#3D4530
(61,69,48)
#2A2F23
(42,47,35)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #D5F598

#D5F598
(213,245,152)
#D8F5A1
(216,245,161)
#DBF5AA
(219,245,170)
#DEF5B3
(222,245,179)
#E1F5BC
(225,245,188)
#E4F5C5
(228,245,197)
#E7F5CE
(231,245,206)
#EAF5D7
(234,245,215)
#EDF5E0
(237,245,224)
#F0F5E9
(240,245,233)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F598; }

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

This text font color is #D5F598.


Background Color

.myBgColor { background-color: #D5F598; }

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

This div background color is #D5F598.


Border color

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

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

This div border color is #D5F598.


Opacity

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

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

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

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

This text has shadow with #D5F598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F598 on black background.


Color preview on white background

This text has color #D5F598 on white background.



Black color preview on #D5F598 background

This text has black color on #D5F598 background.


White color preview on #D5F598 background

This text has white color on #D5F598 background.