#D9FCDF

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

Shades of Off Green #D9FCDF

Tints of Off Green #D9FCDF

Color information

#D9FCDF (or 0xD9FCDF) is unknown color: approx Off Green. HEX triplet: D9, FC and DF. RGB value is (217,252,223). Sum of RGB (Red+Green+Blue) = 217+252+223=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FCDF is #260320. Grayscale: #EEEEEE. Windows color (decimal): -2491169 or 14679257. OLE color: 14679257.

HSL color Cylindrical-coordinate representation of color #D9FCDF: hue angle of 130.29º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FCDF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB217252223-
CMYK0.1400.120.01
HSL130.29º85.37%91.96%-
HSV(B)130.29º13.89%98.82%-
XYZ76.7489.783.08-
YUV238.23119.4112.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.36%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 223 (87.5% from 255) = 32.23%
R=31.36%
G=36.42%
B=32.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172522230.1400.120.01130.2985.3791.96
HexD9FCDFE0C182555c
Octal331374337160141202125134
Binary11011001111111001101111111100110011000001010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FCDF; }

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

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

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

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

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

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

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

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