#D7F7DE

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

Shades of Off Green #D7F7DE

Tints of Off Green #D7F7DE

Color information

#D7F7DE (or 0xD7F7DE) is unknown color: approx Off Green. HEX triplet: D7, F7 and DE. RGB value is (215,247,222). Sum of RGB (Red+Green+Blue) = 215+247+222=684 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.43% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #D7F7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F7DE is #280821. Grayscale: #EAEAEA. Windows color (decimal): -2623522 or 14612439. OLE color: 14612439.

HSL color Cylindrical-coordinate representation of color #D7F7DE: hue angle of 133.12º degrees, saturation: 0.67, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7F7DE is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB215247222-
CMYK0.1300.100.03
HSL133.12º66.67%90.59%-
HSV(B)133.12º12.96%96.86%-
XYZ74.4786.2481.83-
YUV234.58120.9114.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.43%
GREEN value IS 247 (96.88% from 255) = 36.11%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=31.43%
G=36.11%
B=32.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2152472220.1300.100.03133.1266.6790.59
HexD7F7DED0A385435b
Octal327367336150123205103133
Binary110101111111011111011110110101010111000010110000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F7DE; }

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

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

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

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

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

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

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

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