#D9FADF

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

Shades of Off Green #D9FADF

Tints of Off Green #D9FADF

Color information

#D9FADF (or 0xD9FADF) is unknown color: approx Off Green. HEX triplet: D9, FA and DF. RGB value is (217,250,223). Sum of RGB (Red+Green+Blue) = 217+250+223=690 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.45% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FADF is #260520. Grayscale: #EDEDED. Windows color (decimal): -2491681 or 14678745. OLE color: 14678745.

HSL color Cylindrical-coordinate representation of color #D9FADF: hue angle of 130.91º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FADF is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB217250223-
CMYK0.1300.110.02
HSL130.91º76.74%91.57%-
HSV(B)130.91º13.2%98.04%-
XYZ76.1288.4582.87-
YUV237.05120.07113.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.45%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=31.45%
G=36.23%
B=32.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502230.1300.110.02130.9176.7491.57
HexD9FADFD0B2834d5c
Octal331372337150132203115134
Binary110110011111101011011111110101011101000001110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FADF; }

 p { color: rgb(217,250,223); }

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

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

 a { background-color: rgb(217,250,223); }

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

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

 span { border-color: rgb(217,250,223); }

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