#D1EB96

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

Shades of Reef #D1EB96

Tints of Reef #D1EB96

Color information

#D1EB96 (or 0xD1EB96) is unknown color: approx Reef. HEX triplet: D1, EB and 96. RGB value is (209,235,150). Sum of RGB (Red+Green+Blue) = 209+235+150=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EB96 is #2E1469. Grayscale: #D9D9D9. Windows color (decimal): -3019882 or 9890769. OLE color: 9890769.

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

Color convert

RGB209235150-
CMYK0.1100.360.08
HSL78.35º68%75.49%-
HSV(B)78.35º36.17%92.16%-
XYZ61.5175.1740.12-
YUV217.5489.89121.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.19%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 150 (58.98% from 255) = 25.25%
R=35.19%
G=39.56%
B=25.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092351500.1100.360.0878.356875.49
HexD1EB96B02484e444b
Octal3213532261304410116104113
Binary110100011110101110010110101101001001000100111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EB96; }

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

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

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

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

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

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

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

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