#D8F5DF

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

Shades of Off Green #D8F5DF

Tints of Off Green #D8F5DF

Color information

#D8F5DF (or 0xD8F5DF) is unknown color: approx Off Green. HEX triplet: D8, F5 and DF. RGB value is (216,245,223). Sum of RGB (Red+Green+Blue) = 216+245+223=684 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.58% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F5DF is #270A20. Grayscale: #E9E9E9. Windows color (decimal): -2558497 or 14677464. OLE color: 14677464.

HSL color Cylindrical-coordinate representation of color #D8F5DF: hue angle of 134.48º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8F5DF is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB216245223-
CMYK0.1200.090.04
HSL134.48º59.18%90.39%-
HSV(B)134.48º11.84%96.08%-
XYZ74.2985.2382.35-
YUV233.82121.89115.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.58%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 223 (87.5% from 255) = 32.60%
R=31.58%
G=35.82%
B=32.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2162452230.1200.090.04134.4859.1890.39
HexD8F5DFC094863b5a
Octal33036533714011420673132
Binary110110001111010111011111110001001100100001101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F5DF; }

 p { color: rgb(216,245,223); }

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

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

 a { background-color: rgb(216,245,223); }

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

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

 span { border-color: rgb(216,245,223); }

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