#d2ef9e

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

Shades of Reef #D2EF9E

Tints of Reef #D2EF9E

Color information

#D2EF9E (or 0xD2EF9E) is unknown color: approx Reef. HEX triplet: D2, EF and 9E. RGB value is (210,239,158). Sum of RGB (Red+Green+Blue) = 210+239+158=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EF9E is #2D1061. Grayscale: #DDDDDD. Windows color (decimal): -2953314 or 10416082. OLE color: 10416082.

HSL color Cylindrical-coordinate representation of color #D2EF9E: hue angle of 81.48º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2EF9E is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB210239158-
CMYK0.1200.340.06
HSL81.48º71.68%77.84%-
HSV(B)81.48º33.89%93.73%-
XYZ63.6277.944.03-
YUV221.0992.39120.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 239 (93.75% from 255) = 39.37%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=34.60%
G=39.37%
B=26.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102391580.1200.340.0681.4871.6877.84
HexD2EF9EC022651484e
Octal322357236140426121110116
Binary11010010111011111001111011000100010110101000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2ef9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2ef9e; }

 p { color: rgb(210,239,158); }

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

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

 a { background-color: rgb(210,239,158); }

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

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

 span { border-color: rgb(210,239,158); }

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