#d5eb97

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

Shades of Reef #D5EB97

Tints of Reef #D5EB97

Color information

#D5EB97 (or 0xD5EB97) is unknown color: approx Reef. HEX triplet: D5, EB and 97. RGB value is (213,235,151). Sum of RGB (Red+Green+Blue) = 213+235+151=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EB97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EB97 is #2A1468. Grayscale: #DBDBDB. Windows color (decimal): -2757737 or 9956309. OLE color: 9956309.

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

Color convert

RGB213235151-
CMYK0.0900.360.08
HSL75.71º67.74%75.69%-
HSV(B)75.71º35.74%92.16%-
XYZ62.7375.840.6-
YUV218.8589.71123.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.56%
GREEN value IS 235 (92.19% from 255) = 39.23%
BLUE value IS 151 (59.38% from 255) = 25.21%
R=35.56%
G=39.23%
B=25.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132351510.0900.360.0875.7167.7475.69
HexD5EB97902484c444c
Octal3253532271104410114104114
Binary110101011110101110010111100101001001000100110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5eb97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5eb97; }

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

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

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

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

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

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

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

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