#D9E696

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

Shades of Reef #D9E696

Tints of Reef #D9E696

Color information

#D9E696 (or 0xD9E696) is unknown color: approx Reef. HEX triplet: D9, E6 and 96. RGB value is (217,230,150). Sum of RGB (Red+Green+Blue) = 217+230+150=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E696 is #261969. Grayscale: #D9D9D9. Windows color (decimal): -2496874 or 9889497. OLE color: 9889497.

HSL color Cylindrical-coordinate representation of color #D9E696: hue angle of 69.75º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9E696 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB217230150-
CMYK0.0600.350.10
HSL69.75º61.54%74.51%-
HSV(B)69.75º34.78%90.2%-
XYZ62.4273.5539.76-
YUV216.9990.19128-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.35%
GREEN value IS 230 (90.23% from 255) = 38.53%
BLUE value IS 150 (58.98% from 255) = 25.13%
R=36.35%
G=38.53%
B=25.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172301500.0600.350.1069.7561.5474.51
HexD9E6966023A463e4b
Octal33134622660431210676113
Binary1101100111100110100101101100100011101010001101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E696; }

 p { color: rgb(217,230,150); }

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

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

 a { background-color: rgb(217,230,150); }

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

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

 span { border-color: rgb(217,230,150); }

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