#D9F0DB

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

Shades of Off Green #D9F0DB

Tints of Off Green #D9F0DB

Color information

#D9F0DB (or 0xD9F0DB) is unknown color: approx Off Green. HEX triplet: D9, F0 and DB. RGB value is (217,240,219). Sum of RGB (Red+Green+Blue) = 217+240+219=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F0DB is #260F24. Grayscale: #E6E6E6. Windows color (decimal): -2494245 or 14414041. OLE color: 14414041.

HSL color Cylindrical-coordinate representation of color #D9F0DB: hue angle of 125.22º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F0DB is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB217240219-
CMYK0.1000.090.06
HSL125.22º43.4%89.61%-
HSV(B)125.22º9.58%94.12%-
XYZ72.5682.1979.06-
YUV230.73121.38118.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.10%
GREEN value IS 240 (94.14% from 255) = 35.50%
BLUE value IS 219 (85.94% from 255) = 32.40%
R=32.10%
G=35.50%
B=32.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172402190.1000.090.06125.2243.489.61
HexD9F0DBA0967d2b5a
Octal33136033312011617553132
Binary11011001111100001101101110100100111011111011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F0DB; }

 p { color: rgb(217,240,219); }

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

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

 a { background-color: rgb(217,240,219); }

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

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

 span { border-color: rgb(217,240,219); }

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