#D9F7DC

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

Shades of Off Green #D9F7DC

Tints of Off Green #D9F7DC

Color information

#D9F7DC (or 0xD9F7DC) is unknown color: approx Off Green. HEX triplet: D9, F7 and DC. RGB value is (217,247,220). Sum of RGB (Red+Green+Blue) = 217+247+220=684 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.73% from 684); Green value is 247 (96.88% from 255 or 36.11% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F7DC is #260823. Grayscale: #EBEBEB. Windows color (decimal): -2492452 or 14481369. OLE color: 14481369.

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

Color convert

RGB217247220-
CMYK0.1200.110.03
HSL126º65.22%90.98%-
HSV(B)126º12.15%96.86%-
XYZ74.7986.4480.45-
YUV234.95119.56115.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.73%
GREEN value IS 247 (96.88% from 255) = 36.11%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=31.73%
G=36.11%
B=32.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2172472200.1200.110.0312665.2290.98
HexD9F7DCC0B37e415b
Octal331367334140133176101133
Binary11011001111101111101110011000101111111111010000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F7DC; }

 p { color: rgb(217,247,220); }

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

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

 a { background-color: rgb(217,247,220); }

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

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

 span { border-color: rgb(217,247,220); }

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