#D7F5DE

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

Shades of Off Green #D7F5DE

Tints of Off Green #D7F5DE

Color information

#D7F5DE (or 0xD7F5DE) is unknown color: approx Off Green. HEX triplet: D7, F5 and DE. RGB value is (215,245,222). Sum of RGB (Red+Green+Blue) = 215+245+222=682 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.52% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 245 - color contains mainly: green. Hex color #D7F5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F5DE is #280A21. Grayscale: #E9E9E9. Windows color (decimal): -2624034 or 14611927. OLE color: 14611927.

HSL color Cylindrical-coordinate representation of color #D7F5DE: hue angle of 134º degrees, saturation: 0.6, 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 #D7F5DE is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB215245222-
CMYK0.1200.090.04
HSL134º60%90.2%-
HSV(B)134º12.24%96.08%-
XYZ73.8685.0381.63-
YUV233.41121.56114.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.52%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 222 (87.11% from 255) = 32.55%
R=31.52%
G=35.92%
B=32.55%

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
Decimal2152452220.1200.090.041346090.2
HexD7F5DEC094863c5a
Octal32736533614011420674132
Binary110101111111010111011110110001001100100001101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F5DE; }

 p { color: rgb(215,245,222); }

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

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

 a { background-color: rgb(215,245,222); }

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

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

 span { border-color: rgb(215,245,222); }

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