#D8EB96

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

Shades of Reef #D8EB96

Tints of Reef #D8EB96

Color information

#D8EB96 (or 0xD8EB96) is unknown color: approx Reef. HEX triplet: D8, EB and 96. RGB value is (216,235,150). Sum of RGB (Red+Green+Blue) = 216+235+150=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EB96 is #271469. Grayscale: #DBDBDB. Windows color (decimal): -2561130 or 9890776. OLE color: 9890776.

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

Color convert

RGB216235150-
CMYK0.0800.360.08
HSL73.41º68%75.49%-
HSV(B)73.41º36.17%92.16%-
XYZ63.5376.2240.22-
YUV219.6388.71125.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 150 (58.98% from 255) = 24.96%
R=35.94%
G=39.10%
B=24.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162351500.0800.360.0873.416875.49
HexD8EB968024849444b
Octal3303532261004410111104113
Binary110110001110101110010110100001001001000100100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EB96; }

 p { color: rgb(216,235,150); }

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

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

 a { background-color: rgb(216,235,150); }

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

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

 span { border-color: rgb(216,235,150); }

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