#D9F1DF

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

Shades of Off Green #D9F1DF

Tints of Off Green #D9F1DF

Color information

#D9F1DF (or 0xD9F1DF) is unknown color: approx Off Green. HEX triplet: D9, F1 and DF. RGB value is (217,241,223). Sum of RGB (Red+Green+Blue) = 217+241+223=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 223 (87.5% from 255 or 32.75% from 681); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F1DF is #260E20. Grayscale: #E7E7E7. Windows color (decimal): -2493985 or 14676441. OLE color: 14676441.

HSL color Cylindrical-coordinate representation of color #D9F1DF: hue angle of 135º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F1DF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB217241223-
CMYK0.1000.070.05
HSL135º46.15%89.8%-
HSV(B)135º9.96%94.51%-
XYZ73.3982.9981.96-
YUV231.77123.05117.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.86%
GREEN value IS 241 (94.53% from 255) = 35.39%
BLUE value IS 223 (87.5% from 255) = 32.75%
R=31.86%
G=35.39%
B=32.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172412230.1000.070.0513546.1589.8
HexD9F1DFA075872e5a
Octal3313613371207520756132
Binary11011001111100011101111110100111101100001111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F1DF; }

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

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

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

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

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

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

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

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