#D9EB96

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

Shades of Reef #D9EB96

Tints of Reef #D9EB96

Color information

#D9EB96 (or 0xD9EB96) is unknown color: approx Reef. HEX triplet: D9, EB and 96. RGB value is (217,235,150). Sum of RGB (Red+Green+Blue) = 217+235+150=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EB96 is #261469. Grayscale: #DCDCDC. Windows color (decimal): -2495594 or 9890777. OLE color: 9890777.

HSL color Cylindrical-coordinate representation of color #D9EB96: hue angle of 72.71º 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 #D9EB96 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB217235150-
CMYK0.0800.360.08
HSL72.71º68%75.49%-
HSV(B)72.71º36.17%92.16%-
XYZ63.8376.3740.23-
YUV219.9388.54125.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 150 (58.98% from 255) = 24.92%
R=36.05%
G=39.04%
B=24.92%

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
Decimal2172351500.0800.360.0872.716875.49
HexD9EB968024849444b
Octal3313532261004410111104113
Binary110110011110101110010110100001001001000100100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EB96; }

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

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

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

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

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

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

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

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