#D2EB96

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

Shades of Reef #D2EB96

Tints of Reef #D2EB96

Color information

#D2EB96 (or 0xD2EB96) is unknown color: approx Reef. HEX triplet: D2, EB and 96. RGB value is (210,235,150). Sum of RGB (Red+Green+Blue) = 210+235+150=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB96 is #2D1469. Grayscale: #DADADA. Windows color (decimal): -2954346 or 9890770. OLE color: 9890770.

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

Color convert

RGB210235150-
CMYK0.1100.360.08
HSL77.65º68%75.49%-
HSV(B)77.65º36.17%92.16%-
XYZ61.7975.3240.14-
YUV217.8389.72122.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=35.29%
G=39.50%
B=25.21%

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
Decimal2102351500.1100.360.0877.656875.49
HexD2EB96B02484e444b
Octal3223532261304410116104113
Binary110100101110101110010110101101001001000100111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB96; }

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

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

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

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

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

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

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

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