#D8E994

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

Shades of Reef #D8E994

Tints of Reef #D8E994

Color information

#D8E994 (or 0xD8E994) is unknown color: approx Reef. HEX triplet: D8, E9 and 94. RGB value is (216,233,148). Sum of RGB (Red+Green+Blue) = 216+233+148=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 233 (91.41% from 255 or 39.03% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E994 is #27166B. Grayscale: #DADADA. Windows color (decimal): -2561644 or 9759192. OLE color: 9759192.

HSL color Cylindrical-coordinate representation of color #D8E994: hue angle of 72º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8E994 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB216233148-
CMYK0.0700.360.09
HSL72º65.89%74.71%-
HSV(B)72º36.48%91.37%-
XYZ62.875.0139.19-
YUV218.2388.37126.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 233 (91.41% from 255) = 39.03%
BLUE value IS 148 (58.20% from 255) = 24.79%
R=36.18%
G=39.03%
B=24.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162331480.0700.360.097265.8974.71
HexD8E9947024948424b
Octal330351224704411110102113
Binary11011000111010011001010011101001001001100100010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E994; }

 p { color: rgb(216,233,148); }

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

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

 a { background-color: rgb(216,233,148); }

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

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

 span { border-color: rgb(216,233,148); }

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