#D3F7DB

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

Shades of Off Green #D3F7DB

Tints of Off Green #D3F7DB

Color information

#D3F7DB (or 0xD3F7DB) is unknown color: approx Off Green. HEX triplet: D3, F7 and DB. RGB value is (211,247,219). Sum of RGB (Red+Green+Blue) = 211+247+219=677 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.17% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #D3F7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F7DB is #2C0824. Grayscale: #E9E9E9. Windows color (decimal): -2885669 or 14415827. OLE color: 14415827.

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

Color convert

RGB211247219-
CMYK0.1500.110.03
HSL133.33º69.23%89.8%-
HSV(B)133.33º14.57%96.86%-
XYZ72.9185.4879.68-
YUV233.04120.07112.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.17%
GREEN value IS 247 (96.88% from 255) = 36.48%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=31.17%
G=36.48%
B=32.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2112472190.1500.110.03133.3369.2389.8
HexD3F7DBF0B385455a
Octal323367333170133205105132
Binary110100111111011111011011111101011111000010110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F7DB; }

 p { color: rgb(211,247,219); }

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

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

 a { background-color: rgb(211,247,219); }

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

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

 span { border-color: rgb(211,247,219); }

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