#D5EB9F

Color #D5EB9F Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D5EB9F

Tints of Reef #D5EB9F

Color information

#D5EB9F (or 0xD5EB9F) is unknown color: approx Reef. HEX triplet: D5, EB and 9F. RGB value is (213,235,159). Sum of RGB (Red+Green+Blue) = 213+235+159=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EB9F is #2A1460. Grayscale: #DCDCDC. Windows color (decimal): -2757729 or 10480597. OLE color: 10480597.

HSL color Cylindrical-coordinate representation of color #D5EB9F: hue angle of 77.37º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5EB9F is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB213235159-
CMYK0.0900.320.08
HSL77.37º65.52%77.25%-
HSV(B)77.37º32.34%92.16%-
XYZ63.4176.0744.14-
YUV219.7693.71123.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 159 (62.5% from 255) = 26.19%
R=35.09%
G=38.71%
B=26.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132351590.0900.320.0877.3765.5277.25
HexD5EB9F902084d424d
Octal3253532371104010115102115
Binary110101011110101110011111100101000001000100110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EB9F; }

 p { color: rgb(213,235,159); }

 H1.HeaderClassName
 {
   color: #D5EB9F;
 }
 .AnyTagClassName
 {
   color: #D5EB9F;
 }
</style>
background-color css

<style>
 a { background-color: #D5EB9F; }

 a { background-color: rgb(213,235,159); }

 div.DivClassName
 {
   background-color: #D5EB9F;
 }
 .BgClassName
 {
   background-color: #D5EB9F;
 }
</style>
border-color css

<style>
 span { border-color: #D5EB9F; }

 span { border-color: rgb(213,235,159); }

 td.TdClassName
 {
   border-color: #D5EB9F;
 }
 .TagClassName
 {
   border-color: #D5EB9F;
 }
</style>