#D7F3DC

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

Shades of Off Green #D7F3DC

Tints of Off Green #D7F3DC

Color information

#D7F3DC (or 0xD7F3DC) is unknown color: approx Off Green. HEX triplet: D7, F3 and DC. RGB value is (215,243,220). Sum of RGB (Red+Green+Blue) = 215+243+220=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #D7F3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F3DC is #280C23. Grayscale: #E8E8E8. Windows color (decimal): -2624548 or 14480343. OLE color: 14480343.

HSL color Cylindrical-coordinate representation of color #D7F3DC: hue angle of 130.71º degrees, saturation: 0.54, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7F3DC is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB215243220-
CMYK0.1200.090.05
HSL130.71º53.85%89.8%-
HSV(B)130.71º11.52%95.29%-
XYZ72.9983.7280.02-
YUV232.01121.22115.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.71%
GREEN value IS 243 (95.31% from 255) = 35.84%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=31.71%
G=35.84%
B=32.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152432200.1200.090.05130.7153.8589.8
HexD7F3DCC09583365a
Octal32736333414011520366132
Binary110101111111001111011100110001001101100000111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F3DC; }

 p { color: rgb(215,243,220); }

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

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

 a { background-color: rgb(215,243,220); }

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

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

 span { border-color: rgb(215,243,220); }

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